This is what I get when I try to install openssh

Lutz Jaenicke Lutz.Jaenicke at aet.TU-Cottbus.DE
Fri Jul 20 19:41:26 EST 2001


On Thu, Jul 19, 2001 at 04:37:55PM -0700, Satish Kikkeri wrote:
> checking for OpenSSL directory... configure: error: Could not find working
> OpenSSL library, please install or check config.log
> 
> Now if I go and check the config.log file I have this as error. 
> This is for solaris 2.6/2.7OS
> 
> configure:4354: checking for OpenSSL directory
> configure:4411: gcc -o conftest -g -O2 -Wall  -I/usr/local/include
> -I/usr/local/ssl/
> include -I/opt/TWWfsw/zlib11/include  -L/usr/local/lib -R/usr/local/lib
> -L/usr/lib -
> R/usr/lib -L/opt/TWWfsw/zlib11/lib -L/usr/local/ssl/lib -R/usr/local/ssl/lib
> conftes
> t.c -lz -lsocket -lnsl  -lgen -lcrypto 1>&5
> Undefined                       first referenced
>  symbol                             in file
> dlclose
> /usr/local/ssl/lib/libcrypto.a(dso_dlfcn.o)  (sy
> mbol belongs to implicit dependency /usr/lib/libdl.so.1)
> dlsym
> /usr/local/ssl/lib/libcrypto.a(dso_dlfcn.o)  (sy
> mbol belongs to implicit dependency /usr/lib/libdl.so.1)
> dlopen
> /usr/local/ssl/lib/libcrypto.a(dso_dlfcn.o)  (sy
> mbol belongs to implicit dependency /usr/lib/libdl.so.1)
> ld: fatal: Symbol referencing errors. No output written to conftest
> configure: failed program was:
...

Obviously the OpenSSL library installed requires a shared library 
"/usr/lib/libdl.so.1" to work correctly. This library seems to be absent
on your system. Probably the openssl library was compiled in another
system and then copied to this one?

Best regards,
	Lutz
-- 
Lutz Jaenicke                             Lutz.Jaenicke at aet.TU-Cottbus.DE
BTU Cottbus               http://www.aet.TU-Cottbus.DE/personen/jaenicke/
Lehrstuhl Allgemeine Elektrotechnik                  Tel. +49 355 69-4129
Universitaetsplatz 3-4, D-03044 Cottbus              Fax. +49 355 69-4153



More information about the openssh-unix-dev mailing list