try this one. After running configure, edit src/Makefile and add -ldl after -lcrypto in the SSL_LIBS line.
---ran ----- Original Message ----- From: "Percy de Leon" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, July 03, 2002 3:12 AM Subject: [plug] help on builing openssh 3.4.1 with openssl 0.9.6 > hi list, > > i've been updating our ssh servers, all of which have gone > smoothly except for one (which is now givin me pain in the ass). > i don't know what causes the error because the "./configure" > step is doin fine. > > here is the result of the "make" step. > > <make> > [root@sadhus openssh-3.4p1]# make > (cd openbsd-compat && make) > make[1]: Entering directory `/usr/local/src/openssh-3.4p1/openbsd-compat' > make[1]: Nothing to be done for `all'. > make[1]: Leaving directory `/usr/local/src/openssh-3.4p1/openbsd-compat' > gcc -o ssh ssh.o sshconnect.o sshconnect1.o sshconnect2.o sshtty.o readconf.o clpat -lutil -lz -lnsl -lcrypto > /usr/local/openssl//lib/libcrypto.a(dso_dlfcn.o): In function `dlfcn_load': > dso_dlfcn.o(.text+0x77): undefined reference to `dlopen' > dso_dlfcn.o(.text+0xe3): undefined reference to `dlclose' > /usr/local/openssl//lib/libcrypto.a(dso_dlfcn.o): In function `dlfcn_bind_var': > dso_dlfcn.o(.text+0x1b6): undefined reference to `dlsym' > /usr/local/openssl//lib/libcrypto.a(dso_dlfcn.o): In function `dlfcn_bind_func':dso_dlfcn.o(.text+0x2a6): undefined reference to `dlsym' > /usr/local/openssl//lib/libcrypto.a(dso_dlfcn.o): In function `dlfcn_unload': > dso_dlfcn.o(.text+0x3a5): undefined reference to `dlclose' > collect2: ld returned 1 exit status > make: *** [ssh] Error 1 > </make> > > can someone explain me what's the meaning of the above messages? > what should i do to complete the openssh building? did i missed > something? > > any thoughts will be appreciated. > > thanks, > > percy > > _ > Philippine Linux Users Group. Web site and archives at http://plug.linux.org.ph > To leave: send "unsubscribe" in the body to [EMAIL PROTECTED] > > To subscribe to the Linux Newbies' List: send "subscribe" in the body to [EMAIL PROTECTED] _ Philippine Linux Users Group. Web site and archives at http://plug.linux.org.ph To leave: send "unsubscribe" in the body to [EMAIL PROTECTED] To subscribe to the Linux Newbies' List: send "subscribe" in the body to [EMAIL PROTECTED]
