Bruce Dubbs wrote:
/usr/lib/libcrypto.a(dso_dlfcn.o): In function `dlfcn_load': dso_dlfcn.c:(.text+0x63): undefined reference to `dlopen' dso_dlfcn.c:(.text+0xc5): undefined reference to `dlclose' dso_dlfcn.c:(.text+0xf4): undefined reference to `dlerror' /usr/lib/libcrypto.a(dso_dlfcn.o): In function `dlfcn_unload': dso_dlfcn.c:(.text+0x1a7): undefined reference to `dlclose' /usr/lib/libcrypto.a(dso_dlfcn.o): In function `dlfcn_bind_var': dso_dlfcn.c:(.text+0x277): undefined reference to `dlsym' dso_dlfcn.c:(.text+0x2f9): undefined reference to `dlerror' /usr/lib/libcrypto.a(dso_dlfcn.o): In function `dlfcn_bind_func': dso_dlfcn.c:(.text+0x37a): undefined reference to `dlsym' dso_dlfcn.c:(.text+0x400): undefined reference to `dlerror' collect2: ld returned 1 exit status make: *** [ssh] Error 1
I thought I had screwed something up during my build yesterday, but I had the exact same problem. Running 'make test' for openssl passed fine. I killed my build and started over, it will be 30 minutes to an hour before it reaches there again, but I am sure that was the error.
My test scripts are modified LiveCD makefiles, building CLFS svn (glibc-2.4, gcc-4.1.0).
If you find the problem, please let me know Bruce. Justin -- http://linuxfromscratch.org/mailman/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
