On Jul 29, 2010, at 7:20 AM, Anas Barrachad wrote: > > Sorry it's just a problem while writing this message, i put the right line > with "--enable-ssl" whithout space, the make and make install are > sucessfull, but when i check the modules directory, i can't find the > "mod_ssl.so" Mere --enable-ssl will statically link the module into the server, and it will show up in the output of /usr/local/apache/bin/httpd -l. To build a loadable module, pass --enable-ssl=shared. Or, pass --enable-mods-shared=all to build all your modules as SOs. > There is no mod_ssl package for apache 2 (stopped at Apache 1.3.41) That depends on Debian packaging, not much we can tell you about that. However, since Apache 2 the SSL module is part of the server distribution. Before that, mod_ssl was separately maintained and released. S. > Thank you, > > Anas > > > > Federico del Vall wrote: >> >> Remove blank space in enable- ssl >> Should read "enable-ssl" >> Try to get a matching ssl package and install first. >> This is how I solved a similar problem just yesterday in a Centos i386 >> environment. >> >> Frederic >> >> 2010/7/29 Anas Barrachad <barrachad@xxxxxxxxx> >> >>> Hello, I'm trying to install the last version of apache (2.3.6 alpha) for >>> the OCSP features, but i can't get tje mod_ssl in the modules folder !! >>> here >>> is my config line : ./configure --enable-module=all >>> --prefix=/usr/local/apache --enable- ssl --with-ssl=/usr/local/ssl/ i'm >>> running in Debian 5 with openssl-1.0.0a installed. Do you have anny >>> suggestions to solve this problem ? Thank you in advance Anas >>> ------------------------------ >>> View this message in context: Apache2.3.6 alpha and >>> mod_ssl<http://old.nabble.com/-users%40httpd--Apache2.3.6-alpha-and-mod_ssl-tp29296589p29296589.html> >>> >>> Sent from the Apache HTTP Server - Users mailing list >>> archive<http://old.nabble.com/Apache-HTTP-Server---Users-f55.html>at >>> Nabble.com. >>> >> >> > > -- > View this message in context: http://old.nabble.com/-users%40httpd--Apache2.3.6-alpha-and-mod_ssl-tp29296589p29296895.html > Sent from the Apache HTTP Server - Users mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > 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 > > -- Sander Temme sctemme@xxxxxxxxxx PGP FP: FC5A 6FC6 2E25 2DFD 8007 EE23 9BB8 63B0 F51B B88A --------------------------------------------------------------------- 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