Hi Jerome, Are you having any 3rd party modules which prevents you to use Apache 2.x ? There you have mod_ssl integrated inside apache An apache 1.3.x is more complicated to compile because you must have the corresponding mod_ssl and openssl version together with your apache The above lines are from a description at http://www.modssl.org/example/ to compile an Apache 1.3.34 you have to compile in this way $ cd mod_ssl-2.8.25-1.3.34 $ ./configure \ --with-apache=../apache_1.3.34 \ --with-ssl=../openssl-0.9.8a \ --prefix=/usr/local/apache ....<put here your more options>.. $ cd .. $ cd apache_1.3.34 $ make $ make certificate $ make install and you need http://httpd.apache.org/dist/httpd/apache_1.3.34.tar.gz ftp://ftp.modssl.org/source/mod_ssl-2.8.25-1.3.34.tar.gz ftp://ftp.openssl.org/source/openssl-0.9.8a.tar.gz bye Oliver -----Ursprüngliche Nachricht----- Von: JM [mailto:jerome@xxxxxxxxx] Gesendet: Fr 24.02.2006 09:24 An: users@xxxxxxxxxxxxxxxx Cc: Schaudt, Oliver Betreff: Re: [users@httpd] Re: Apache1.3.33 with mod_ssl compilation error Hi, rpm -q -l --provides openssl-0.9.7a-20.2 | grep libssl libssl.so.4 /lib/libssl.so.0.9.7a # SSL_BASE=/lib/ [root@test apache_1.3.34]# ./configure --disable-module=all --prefix=/usr/local/apache --server-uid=apache --server-gid=apache --enable-module=access --enable-module=log_config --enable-module=dir --enable-module=mime --activate-module=src/modules/php4/libphp4.a --enable-module=alias --enable-module=status --enable-module=ssl --enable-shared=ssl --enable-module=auth Error: Cannot find SSL binaries under /lib/ + SSL library path: /lib/ I still get this error.. tia, On Thursday 23 February 2006 9:25 pm, Oliver.Schaudt@xxxxxxxxx wrote: > Make an "rpm -qa | grep openssl" > then with the outcoming name (for example "openssl-0.9.8a-11.18") > make > rpm -q -l --provides openssl-0.9.8a-11.18 | grep libssl > Than you shoudl know where it is. > > bye > > Oliver > > > > -----Ursprüngliche Nachricht----- > Von: JM [mailto:jerome@xxxxxxxxx] > Gesendet: Do 23.02.2006 13:20 > An: users@xxxxxxxxxxxxxxxx > Cc: Joost de Heer; ziwei ds > Betreff: Re: [users@httpd] Re: Apache1.3.33 with mod_ssl compilation error > > Hi, > > what application provides ssl library? > > in my system openssl and the dev was is currently installed via RPM. > > Ive tried setting SSL_BASE to /usr/lib but with no luck.. Error: Cannot > find SSL binaries under /usr/lib > > > tia, > > On Friday 08 July 2005 12:34 am, Joost de Heer wrote: > > > Error: Cannot find SSL binaries under /usr/local/ssl > > > > Apparently you don't have the SSL libraries in /usr/local/ssl/lib. > > > > Joost > > > > > > --------------------------------------------------------------------- > > The official User-To-User support forum of the Apache HTTP Server > > Project. See <URL:http://httpd.apache.org/userslist.html> for more info. > > To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx > > " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx > > For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx > > --------------------------------------------------------------------- > The official User-To-User support forum of the Apache HTTP Server Project. > See <URL:http://httpd.apache.org/userslist.html> for more info. > To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx > " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx > For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx