I just downloaded 1.3.31 and the latest mod-ssl and it worked fine. But this was on a FreeBSD box, not Linux... Can you do this: Blow away the untar'd apache and mod-ssl directories Untar them again (so we have a clean, untainted copy...) Run "script" so you can keep an exact log of everything (file "typescript" will be created in your current directory) Then do these: cd mod_ssl-2.8.17-1.3.31 ./configure --with-apache=../apache_1.3.31 cd ../apache_1.3.31 ./configure --enable-module=ssl make Don't enable any other Apache thingies or anything else - just do those exact commands. Then type "exit" to close the typescript session. E-mail me the script file off-list. Adam Maloney Systems Administrator Sihope Communications On Wed, 19 May 2004 aladavs at dunwoody.edu wrote: > In atempt to configure Apache--with--SSL I get this error message.... > > make > ====> src > make[1] : Entering directory /usr/local/src/apache_1xxx > make[2] : Entering directory /usr/local/src/apache_1xxx/src <=== (why this) > make[2] : *** No rule to make target "all". Stop. > make[2] : Leaving directory /usr/local/src/apache_1xxx/sr...? > make[1] : *** [build-std] Error 2 > make[1] : Leaving directory /usr/local/src/apache_1xxx > make: build Error 2 > > response to: > > Unless you're tied to Apache 2 for some reason, here is what I would > recommend, for simplicity: > > Download the latest Apache (1.3.31) > Download the latest mod_ssl that matches the Apache version > > modssl.org says current is mod_ssl 2.8.17 for Apache 1.3.31 > > Untar the apache distribution > Untar the mod_ssl distribution > cd mod_ssl-x.x.x > ./configure --with-apache=../apache-1.3.31 > cd ../apache-1.3.31 > ./configure --enable-module=ssl (and any other options you want) > make > (optionionally "make certificate" for a dummy cert) > make install > > The example httpd.conf that gets installed is ready to go for SSL, you > just need to define a virtual host and install the certificates. > > > > _______________________________________________ TCLUG Mailing List - Minneapolis/St. Paul, Minnesota Help beta test TCLUG's potential new home: http://plone.mn-linux.org Got pictures for TCLUG? Beta test http://plone.mn-linux.org/gallery tclug-list at mn-linux.org https://mailman.real-time.com/mailman/listinfo/tclug-list