error compiling with --enable-module=ssl

Irlanda Delgado Irlanda.Delgado@mific.gob.ni
Fri, 16 Nov 2001 14:52:36 -0600


Hello people,

thank you for your help.

I'm copiling apache with openssl-0.6.9 and mod_ssl-2.8.4-1.3.20

I installed openssl
./configure
make
make test
make install

I have /usr/local/ssl

CFLAGS='-O2 -I/usr/local/ssl/include/openssl'
SSL_BASE=/usr/local/ssl/bin/openssl

when i compile apache with

./configure --prefix=/usr/local/apache --enable-module=ssl --activate-module
=src/modules/php4/libphp4.a

I got a error and then i change --enable-moduel=ssl
with --enable-module=/usr/local/ssl

Whe i do make i got the message:

./configure: module_/usr/local/ssl=yes: No such file or directory

What is wrong?.

Thanks

Irlanda

p.d: i am sorry, this is my first expirience work with linux.