Date: Mon, 27 Nov 2000 22:24:25 +0100 From: Roelof Osinga <roelof@eboa.com> To: Alexander V P <alex@big-blue.net> Cc: freebsd-questions@FreeBSD.ORG Subject: Re: repairing a FUBAR Message-ID: <3A22D109.DE89855F@eboa.com> References: <Pine.BSF.4.05.10011271503220.4246-100000@borg.starbase.net>
next in thread | previous in thread | raw e-mail | index | archive | help
Alexander V P wrote: > > hi, > download apache_1.3.14.tar.gz and mod_ssl-2.7.1-1.3.14.tar.gz > untar/zip'em and then go to mod_ssl dir. > # cd mod_ssl-2.7.x-1.3.x > #./configure --with-apache=../apache_1.3.x > --with-crt=/path/to/your/server.crt \ <- optional > --with-key=/path/to/your/server.key <- optional > # cd .. > [...Now add more Apache modules to the Apache source tree...] > # cd apache_1.3.x > #./configure --enable-module=ssl \ > --prefix=/path/to/apache \ > > #make > #make certificate > #make install > > hth ;-) > alex Yeah, but ... <g> That's taking it out of the ports system. Which I did not want to do. Besides, it doesn't explain why the port won't work. I.e. ../apache13-modssl/work/apache_1.3.14# less config.status does have "--prefix=/usr/local" \ "--server-gid=nogroup" \ "--with-perl=/usr/bin/perl" \ "--with-layout=/usr/ports/www/apache13-modssl/files/FreeBSD.layout:FreeBSD" \ "--suexec-docroot=/usr/local/www/data" \ "--without-confadjust" \ "--enable-module=most" \ "--enable-module=auth_db" \ "--enable-module=mmap_static" \ "--disable-module=auth_dbm" \ "--enable-shared=max" \ "--enable-module=ssl" \ "--enable-module=define" \ The ../mod_ssl-2.7.1-1.3.14# less config.status does have ./configure \ "--with-apache=../apache_1.3.14" \ "--expert" \ "$@" and the certificates were made. The httpd.conf looks good. A ssl_engine.log was made. So, all in all it looks like your steps are already present in the port. Also, I haven't rolled it manually since way back when. '97 or something. In linux with a different directory structure. Stepping out of the ports system also means losing CVSup benefits. OTOH, you gain flexibility <g>. And work. If at all possible I would like to stay within the ports confinement. Though I will save your message, just in case <g>. Thanks! Roelof To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3A22D109.DE89855F>