[Bug 576] Configure fails on Solaris 9

bugzilla-daemon at mindrot.org bugzilla-daemon at mindrot.org
Mon May 26 16:19:00 EST 2003


http://bugzilla.mindrot.org/show_bug.cgi?id=576

           Summary: Configure fails on Solaris 9
           Product: Portable OpenSSH
           Version: -current
          Platform: Sparc
        OS/Version: Solaris
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Build system
        AssignedTo: openssh-bugs at mindrot.org
        ReportedBy: dhighley at highley-recommended.com


Configure is failing on Sparc Solaris 9 platform using gcc 3.3. It fails for
both the ssl header and library version. I have taken the configure code for the
header version and compiled it this way:
gcc -o junk1 -I/usr/local/ssl/include junk1.c

junk1.c being the file I copied the configure code into. I have not been able to
do the same for the library version code. I have tried the following:
gcc -o junk2 -I/usr/local/ssl/include -L/usr/local/ssl/lib -L/usr/local/lib
-R/usr/local/lib -lcrypto -lsocket -lnsl -ldl junk2.c
Undefined                       first referenced
 symbol                             in file
SSLeay                              /var/tmp//ccq9LJmh.o
SSLeay_version                      /var/tmp//ccq9LJmh.o
ld: fatal: Symbol referencing errors. No output written to junk2
collect2: ld returned 1 exit status

Running nm on libcrypto.a shows these two global symbols.



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.




More information about the openssh-bugs mailing list