modssl setp-by-step installation won't compile

"Jesse Gordon" <[email protected]>
Newsgroups gmane.comp.apache.mod-ssl.user
Message-ID <011101c70e87$267564b0$5e00800a@printserver>
Hello,

This is my first post. I am trying to get modssl to work by carefully 
following the directions at:
http://www.modssl.org/example/
but I get the following errors when I try to perform a make in apache.
I'm using all the exact versions of the specified programs.
It must be that one of my libs is too old or too new but one of the 
configure scripts isn't checking it.

I'm new to working with ssl and would greatly apreciate any suggestions.

The command which failed is the 'make' in step 3 "Build and install the 
SSL-aware Apache" on the above referenced example page.

Note that if I reconfigure apache with ./configure --disable-module=ssl then 
it compiles just fine -- but of course then I don't have ssl support. (This 
command is of course not in the example, but I tried it after the example 
failed in order to test.)

Thanks!

-Jesse


<=== src/modules/ssl
<=== src/modules
gcc -c  -I./os/unix -I./include   -DLINUX=22 -DHAVE_SET_DUMPABLE -DMOD_SSL=208128 
 -DUSE_HSREGEX -DEAPI -DNO_DL_NEEDED `./apaci` modules.c
gcc -c  -I./os/unix -I./include   -DLINUX=22 -DHAVE_SET_DUMPABLE -DMOD_SSL=208128 
 -DUSE_HSREGEX -DEAPI -DNO_DL_NEEDED `./apaci` buildmark.c
gcc  -DLINUX=22 -DHAVE_SET_DUMPABLE -DMOD_SSL=208128 -DUSE_HSREGEX -DEAPI -DNO_DL_NEEDED 
`./apaci` -L/usr/src/testmodssl/openssl-0.9.8b   \
      -o httpd buildmark.o modules.o modules/standard/libstandard.a 
modules/ssl/libssl.a main/libmain.a ./os/unix/libos.a ap/libap.a 
regex/libregex.a   -lm -lcrypt  -lssl -lcrypto -lexpat
/usr/src/testmodssl/openssl-0.9.8b/libcrypto.a(dso_dlfcn.o)(.text+0x35): In 
function `dlfcn_load':
: undefined reference to `dlopen'
/usr/src/testmodssl/openssl-0.9.8b/libcrypto.a(dso_dlfcn.o)(.text+0x95): In 
function `dlfcn_load':
: undefined reference to `dlclose'
/usr/src/testmodssl/openssl-0.9.8b/libcrypto.a(dso_dlfcn.o)(.text+0xbc): In 
function `dlfcn_load':
: undefined reference to `dlerror'
/usr/src/testmodssl/openssl-0.9.8b/libcrypto.a(dso_dlfcn.o)(.text+0x147): In 
function `dlfcn_bind_var':
: undefined reference to `dlsym'
/usr/src/testmodssl/openssl-0.9.8b/libcrypto.a(dso_dlfcn.o)(.text+0x172): In 
function `dlfcn_bind_var':
: undefined reference to `dlerror'
/usr/src/testmodssl/openssl-0.9.8b/libcrypto.a(dso_dlfcn.o)(.text+0x237): In 
function `dlfcn_bind_func':
: undefined reference to `dlsym'
/usr/src/testmodssl/openssl-0.9.8b/libcrypto.a(dso_dlfcn.o)(.text+0x262): In 
function `dlfcn_bind_func':
: undefined reference to `dlerror'
/usr/src/testmodssl/openssl-0.9.8b/libcrypto.a(dso_dlfcn.o)(.text+0x50b): In 
function `dlfcn_unload':
: undefined reference to `dlclose'
collect2: ld returned 1 exit status
make[2]: *** [target_static] Error 1
make[2]: Leaving directory `/usr/src/testmodssl/apache_1.3.37/src'
make[1]: *** [build-std] Error 2
make[1]: Leaving directory `/usr/src/testmodssl/apache_1.3.37'
make: *** [build] Error 2
root@reports:/usr/src/testmodssl/apache_1.3.37#


______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [email protected]
Automated List Manager                            [email protected]
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.