Hi all, I've recently got my hobbit server back up and running and now I need to add SSL support. I know I can just install it and redo a configure;make;make install, but I get this error when running configure:
Checking for OpenSSL ...
Found OpenSSL include files in /usr/local/ssl/include
/usr/local/ssl/lib/libcrypto.a(dso_dlfcn.o): In function
dlfcn_load':dso_dlfcn.c:(.text+0x44): undefined reference to dlopen'
:dso_dlfcn.c:(.text+0xac): undefined reference to dlclose' :dso_dlfcn.c:(.text+0xe6): undefined reference to dlerror'
/usr/local/ssl/lib/libcrypto.a(dso_dlfcn.o): In function
dlfcn_unload':dso_dlfcn.c:(.text+0x189): undefined reference to dlclose'
/usr/local/ssl/lib/libcrypto.a(dso_dlfcn.o): In function
dlfcn_bind_var':dso_dlfcn.c:(.text+0x267): undefined reference to dlsym'
:dso_dlfcn.c:(.text+0x343): undefined reference to dlerror' /usr/local/ssl/lib/libcrypto.a(dso_dlfcn.o): In function dlfcn_bind_func':dso_dlfcn.c:(.text+0x3c1): undefined reference to
dlsym' :dso_dlfcn.c:(.text+0x4a1): undefined reference to dlerror'
collect2: ld returned 1 exit status
make: *** [test-link] Error 1
WARNING: OpenSSL library files found in /usr/local/ssl/lib, but link
fails.
Continuing with SSL support disabled.
I installed openssl 0.9.8e (most recent) and I'm running Hobbit 4.2.0 on Ubuntu 6.06LTS. A ./config -t for OpenSSL reveals this:
Operating system: i686-whatever-linux2 Configuring for linux-elf /usr/bin/perl ./Configure linux-elf
Am I overlooking something seriously obvious?
Thanks,
Brian Thompson