Full_Name: Park Wiker
Version: 2.1.3-1.3.3
OS: Linux
Submission from: 1cust153.tnt1.york.pa.da.uu.net (153.37.226.153)
Please review my install. Is there something obvious I am missing?
I have Linux 2.0.34 all of the sources are installed starting at /usr/src/
I get a make error at the end, and of course the install does not work. Various
errors - when "make" runs it complains that SSL_BASE variable is not set, yet I
set it. Maybe syntax.
thanks.
-----Begin install.scr-------
cd php-3.0.5
make clean
cd ../apache_1.3.3
make clean
cd ..
rm -fr rsaref-2.0
cd SSLeay-0.9.0b
make clean
cd ..
mkdir rsaref-2.0
cd rsaref-2.0
gzip -d -c ../rsaref20.tar.Z | tar xvf -
cd rsaref-2.0
cp -rp install/unix local
cd local
make
mv rsaref.a librsaref.a
cd ../..
cd SSLeay-0.9.0b
make -f Makefile.ssl links
perl ./Configure gcc -DRSAref -lRSAglue -L`pwd`/../rsaref-2.0/local/ -lrsaref
cp rsaref/rsaref.h include/
make
make test
cd ..
cd mod_ssl-2.1.3-1.3.3
./configure \
--with-apache=../apache_1.3.3
# --with-ssleay=../SSLeay-0.9.0b \
# --with-rsaref=../rsaref-2.0/local \
# --prefix=/webserver \
# --enable-shared=ssl
cd ..
cd apache_1.3.3
./configure --prefix=/webserver
cd ..
cd php-3.0.5
CFLAGS='-O2 -I/usr/src/SSLeay-0.9.0b/include'
./configure \
--with-shared-apache=/usr/src/apache_1.3.3 \
--with-mysql \
--enable-debug=no \
--enable-track-vars=yes
make
make install
cd ..
cd apache_1.3.3
SSL_BASE=/usr/src/SSLeay-0.9.0b
RSA_BASE=/usr/src/rsaref-2.0/local
./configure \
--prefix=/webserver \
--sysconfdir=/etc/httpd/conf \
--enable-module=ssl \
--enable-shared=ssl \
--activate-module=src/modules/php3/libphp3.a \
--enable-module=php3 \
--enable-shared=php3
make
make certificate
make install
cd ..
-----End install.scr----------
______________________________________________________________________
Apache Interface to SSLeay (mod_ssl) www.engelschall.com/sw/mod_ssl/
Official Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]