I'm installing openssl 0.9.5a and openssh 2.3.0p1 on an Ultra 5 running Solaris 8 with the latest cluster patch. Openssl installed without any problems. When I do a configure for openssh I get: Checking for OpenSSL directory. . . configure: error: Could not find working SSLeay / OpenSSL libraries, please install I've reinstalled openssl and everything is there. As a note I've installed this on a number of Solaris 2.6 machines without any problems. Any ideas? ************************************************************************** * William Wilson - Northern AZ Univ * william.wilson at nau.edu *** http://jan.ucc.nau.edu/~wew
I've done some more digging around and here's some output in the config.log ld: warning: file /nau/local/lib/libcrypto.a(rand_lib.o): wrong ELF class: ELFCLASS64 Undefined first referenced symbol in file RAND_add /var/tmp/ccdKC58n.o RAND_status /var/tmp/ccdKC58n.o ld: fatal: Symbol referencing errors. No output written to conftest collect2: ld returned 1 exit status configure: failed program was: #line 3200 "configure" We have done installs on a number of Solaris 2.6 machines without a hitch. When working on a couple of our Solaris 2.8 machines we get this error. At 05:16 PM 2/5/01 -0500, you wrote:>On Mon, 5 Feb 2001, William Wilson wrote: > >> I'm installing openssl 0.9.5a and openssh 2.3.0p1 on an Ultra 5 running >> Solaris 8 with the latest cluster patch. Openssl installed without any >> problems. When I do a configure for openssh I get: >> >> Checking for OpenSSL directory. . . configure: error: Could not find >> working SSLeay / >> OpenSSL libraries, please install > > >do you have /usr/local/lib in your LD path? > >-- > Blue Lang, Unix Voodoo Priest http://www.gator.net/~blue > 202 Ashe Ave, Apt 3, Raleigh, NC. 919 835 1540 > "A computer is a state machine. Threads are for people who can't program > state machines." - Alan Cox, From Larry McVoy's quote page >************************************************************************** * William Wilson - Northern AZ Univ * william.wilson at nau.edu *** http://jan.ucc.nau.edu/~wew
OK. Came to a resolution. Under Solaris 8 and using the new Forte 6 compilers you need to make sure to use the solaris-sparcv9-gcc configure option when setting up openssl. This produces libraries that will work with openssh so that the configure will complete for openssh. At 03:48 PM 2/5/01 -0700, you wrote:>I've done some more digging around and here's some output in the config.log > >ld: warning: file /nau/local/lib/libcrypto.a(rand_lib.o): wrong ELF class: >ELFCLASS64 >Undefined first referenced > symbol in file >RAND_add /var/tmp/ccdKC58n.o >RAND_status /var/tmp/ccdKC58n.o >ld: fatal: Symbol referencing errors. No output written to conftest >collect2: ld returned 1 exit status >configure: failed program was: >#line 3200 "configure" > >We have done installs on a number of Solaris 2.6 machines without a hitch. >When working on a couple of our Solaris 2.8 machines we get this error. > > >At 05:16 PM 2/5/01 -0500, you wrote: >>On Mon, 5 Feb 2001, William Wilson wrote: >> >>> I'm installing openssl 0.9.5a and openssh 2.3.0p1 on an Ultra 5 running >>> Solaris 8 with the latest cluster patch. Openssl installed without any >>> problems. When I do a configure for openssh I get: >>> >>> Checking for OpenSSL directory. . . configure: error: Could not find >>> working SSLeay / >>> OpenSSL libraries, please install >> >> >>do you have /usr/local/lib in your LD path? >> >>-- >> Blue Lang, Unix Voodoo Priest http://www.gator.net/~blue >> 202 Ashe Ave, Apt 3, Raleigh, NC. 919 835 1540 >> "A computer is a state machine. Threads are for people who can't program >> state machines." - Alan Cox, From Larry McVoy's quote page >> > >************************************************************************** >* William Wilson - Northern AZ Univ >* william.wilson at nau.edu *** http://jan.ucc.nau.edu/~wew > >************************************************************************** * William Wilson - Northern AZ Univ * william.wilson at nau.edu *** http://jan.ucc.nau.edu/~wew