mod_ssl.so missing

This is a discussion on mod_ssl.so missing within the Linux Web Servers forums, part of the Web Server and Related Forums category; I'm going crazy over this, trying to install Apache 2.0.54 on a Redhat 8.0 machine. Everything ...


Go Back   Usenet Forums > Web Server and Related Forums > Linux Web Servers

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 09-22-2005
Shabam
 
Posts: n/a
Default mod_ssl.so missing

I'm going crazy over this, trying to install Apache 2.0.54 on a Redhat 8.0
machine. Everything works, but the configure script just refuses to create
mod_ssl.so. In the Apache modules directory I see mod_ssl.la and mod_ssl.a,
but just not mod_ssl.so. What do I need to do to get mod_ssl.so created?

Here's what I'm using with configure:

../configure \
"--with-apxs2=/usr/sbin/apxs" \
"--prefix=/etc/httpd" \
"--with-mysql" \
"--enable-track-vars" \
"--enable-debugger" \
"--enable-magic-quotes" \
"--enable-bcmath" \
"--enable-calendar" \
"--enable-ftp" \
"--with-gd" \
"--with-jpeg-dir=/usr/lib" \
"--with-png-dir=/usr/lib" \
"--with-mcrypt" \
"--with-pear" \
"--enable-sockets" \
"--enable-gd-native-ttf" \
"--enable-versioning" \
"--with-zlib" \
"--prefix=/etc/httpd" \
"--exec-prefix=/etc/httpd" \
"--bindir=/usr/bin" \
"--sbindir=/usr/sbin" \
"--sysconfdir=/etc/httpd/conf" \
"--enable-mods-shared=all" \
"--datadir=/var/www" \
"--with-perl=/usr/bin/perl" \
"--enable-ssl" \
"--enable-shared=ssl" \
"--with-ssl=/usr/include/openssl"


  #2 (permalink)  
Old 09-23-2005
Bernd Muent
 
Posts: n/a
Default Re: mod_ssl.so missing

Shabam schrieb:
> I'm going crazy over this, trying to install Apache 2.0.54 on a Redhat 8.0
> machine. Everything works, but the configure script just refuses to create
> mod_ssl.so. In the Apache modules directory I see mod_ssl.la and mod_ssl.a,
> but just not mod_ssl.so. What do I need to do to get mod_ssl.so created?
>
> Here's what I'm using with configure:
>
> ./configure \
> "--with-apxs2=/usr/sbin/apxs" \
> "--prefix=/etc/httpd" \
> "--with-mysql" \
> "--enable-track-vars" \
> "--enable-debugger" \
> "--enable-magic-quotes" \
> "--enable-bcmath" \
> "--enable-calendar" \
> "--enable-ftp" \
> "--with-gd" \
> "--with-jpeg-dir=/usr/lib" \
> "--with-png-dir=/usr/lib" \
> "--with-mcrypt" \
> "--with-pear" \
> "--enable-sockets" \
> "--enable-gd-native-ttf" \
> "--enable-versioning" \
> "--with-zlib" \
> "--prefix=/etc/httpd" \
> "--exec-prefix=/etc/httpd" \
> "--bindir=/usr/bin" \
> "--sbindir=/usr/sbin" \
> "--sysconfdir=/etc/httpd/conf" \
> "--enable-mods-shared=all" \
> "--datadir=/var/www" \
> "--with-perl=/usr/bin/perl" \
> "--enable-ssl" \
> "--enable-shared=ssl" \
> "--with-ssl=/usr/include/openssl"


Why don't you compile it into the httpd directly?

httpd -l should return "mod_ssl"

"./configure" \
"--enable-modules=all" \
"--enable-ssl" \
"--enable-so"

Especially just leave out
"--enable-shared=ssl"
"--enable-mods-shared=all"

B.


--
BM Computer-Services, Bergmannstr. 66, 10961 Berlin
Webdesign, Internet, Layout und Grafik
Tel.: 030/20649400, mobil 0175/7419517, Fax: 030/20649401
Web: http://www.bmservices.de, eMail: kontakt@bmservices.de
 


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 05:20 AM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0