| Summary: | Build fails on Solaris 2.5.1 - vsnprintf does not exist | ||
|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | William Korb <korb> |
| Component: | Build system | Assignee: | OpenSSH Bugzilla mailing list <openssh-bugs> |
| Status: | CLOSED INVALID | ||
| Severity: | major | ||
| Priority: | P2 | ||
| Version: | -current | ||
| Hardware: | All | ||
| OS: | Solaris | ||
|
Description
William Korb
2001-11-14 04:36:13 AEDT
The vsnprintf is a red herring, note that the error message comes from ld.so.1 when loading the acomp program. What this is saying is that acomp actually calls vsnprintf but ld.so.1 couldn't resolve that symbol. Since the Forte Developer 6 update 1 acomp was compiled and linked on Solaris 2.6, it won't run on Solaris 2.5.1. Forte Developer 6 (WS6) dropped Solaris 2.5.1 support; so did Forte Developer 6 update 1 (WS6U1) and Forte Developer 6 update 2 (WS6U2). So if you want to compile on Solaris 2.5.1 you need to use an older compiler. So this isn't a bug in OpenSSH. Mass change of RESOLVED bugs to CLOSED |