Sorry, forgot to include this group on my reply. Solution implement from Lutz worked.
Wireless Data Network Specialist IP Engineering Telus Mobility (416) 684-3579 [EMAIL PROTECTED] -----Original Message----- From: Patrick Best-TM Sent: July 31, 2002 1:41 PM Cc: [EMAIL PROTECTED]; Warren Brennan-TM; Shahid Sharif-TM; Michael Dana-TM; Allan Yeung-TM; Bozidar Milovanovic-TM; Brenda Reid-TM; Don Campbell-TM; Igor Silajev-TM; Jackson W. K. Wong-TM; Jan Norrie-TM; Scott Wentzell-TM Subject: RE: Compiling OpenSSH 3.3 or 3.4 with OpenSSL 0.9.6e under Solaris 9 Thank you all for your help. I have implemented Lutz's solution and it seems to have worked. Thanks Lutz! Wireless Data Network Specialist IP Engineering Telus Mobility (416) 684-3579 [EMAIL PROTECTED] -----Original Message----- From: Lutz Jaenicke [mailto:[EMAIL PROTECTED]] Sent: July 31, 2002 11:44 AM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: Compiling OpenSSH 3.3 or 3.4 with OpenSSL 0.9.6e under Solaris 9 On Wed, Jul 31, 2002 at 11:33:00AM -0400, Patrick Best-TM wrote: > configure:8130: gcc -o conftest -g -O2 -Wall -Wpointer-arith > -Wno-uninitialized -I/usr/local/ssl/include -I/usr/loca > l/include -L/usr/local/ssl/lib -R/usr/local/ssl/lib -L/usr/local/lib > -R/usr/local/lib conftest.c -lz -lsocket -lnsl > -lcrypto >&5 > Undefined first referenced > symbol in file > dlclose > /usr/local/ssl/lib/libcrypto.a(dso_dlfcn.o) (symbol belongs to implicit > dependen > cy /usr/lib/libdl.so.1) > dlsym > /usr/local/ssl/lib/libcrypto.a(dso_dlfcn.o) (symbol belongs to implicit > dependen > cy /usr/lib/libdl.so.1) > dlopen > /usr/local/ssl/lib/libcrypto.a(dso_dlfcn.o) (symbol belongs to implicit > dependen > cy /usr/lib/libdl.so.1) > ld: fatal: Symbol referencing errors. No output written to conftest > collect2: ld returned 1 exit status > configure:8133: $? = 1 > configure: failed program was: > #line 8104 "configure" It seems that you have installed openssl-engine-0.9.6e, which supports dynamic loading of modules. It therefore requires the dynamic loading (dl*) functions, provided by adding "-ldl" when linking. ./configure --with-libs="-ldl" ... Best regards, Lutz -- Lutz Jaenicke [EMAIL PROTECTED] http://www.aet.TU-Cottbus.DE/personen/jaenicke/ BTU Cottbus, Allgemeine Elektrotechnik Universitaetsplatz 3-4, D-03044 Cottbus ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED] ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]