[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: mod_ssl
Check out src/usr.sbin/httpd from CVS and then change into the directory.
This is how you compile and install it...
make -f Makefile.bsd-wrapper obj
make -f Makefile.bsd-wrapper cleandir
make -f Makefile.bsd-wrapper depend
make -f Makefile.bsd-wrapper
make -f Makefile.bsd-wrapper install
// Brad
brad@comstyle.com
brad@openbsd.org
On Thu, 14 Mar 2002, Matteo Cavalleri wrote:
>Date: Thu, 14 Mar 2002 13:01:54 +0100
>From: Matteo Cavalleri <shiva.brahma@inwind.it>
>To: misc@openbsd.org
>Subject: mod_ssl
>
>I've update the src tree to get the new zlib, and i saw tha mod_ssl has been updates as well. now how can i compile and install mod_ssl without rebuilding the whole source tree? looking in the Makefiles under usr.sbin/httpd gave me no hints, the README and INSTALL seems to be written for people installing apache for the first time (i.e. nothing openbsd specific). i also tried to do:
>
># make -f Makefile.bsd-wrapper -n install | grep ssl
>#
># make -f Makefile.bsd-wrapper -n build | grep ssl
>make: don't know how to make build. Stop in /usr/src/usr.sbin/httpd.
>
>and it seems this will build and install httpd but not mod_ssl. inside modules/ssl I see a template makefile which build the library but not install it, and a "fake" makefile which is generated from somewhere else...
>
>I've also looked for other posts on google and the ml archive but with no results...
>
>--
>
> Shiva
>
> "Better true to yourself
>Than a perfect shadow
> Of somebody else
> An empty shell"
>
>(MrBig, My new religion)
- References:
- mod_ssl
- From: Matteo Cavalleri <shiva.brahma@inwind.it>