Hi, I am having difficulties installing PHP/MySql/mod_SSL on Red Hat 7.2.
Below are the version number of the software packages I am using and commands that I used to try to install PHP/MySql/mod_SSL. If any knows what I am doing wrong or an easier way to install a PHP/MySql/mod_SSL system please let me know. Thanks, -Nate SOFTWARE PACKAGES Red Hat 7.2 (Kernal 2.4.7.10) - gnome apache_1.3.2.4 php-4.1.2 mySql-max-3.23.49a rsaref-2.0 openssl-0.9.6d COMMANDS PHP ./configure --with-xml --with-mysql --with-apache=../apache_1.3.24/ --with-c url=/usr/bin/curl --with-pspell --enable-shared-pdflib --enable-track-vars openssl ./config --prefix=/usr/local/ssl -L`pwd`/../rsaref-2.0/local/rsaref -fPIC mod_ssl ./configure --with-apache=/apache_1.3.24/ APACHE CFLAGS="-DEAPI"; export CFLAGS CPPFLAGS="-I/www/openssl/include/openssl -DEAPI"; export CPPFLAGS LDFLAGS=-L/www/openssl/include/openssl; export LDFLAGS SSL_BASE=../openssl/openssl-0.9.6d RSA_BASE=/openssl/rsaref-2.0/local ./configure --enable-module=ssl --activate-module=src/modules/php4/libphp4.a --enable-module=php4 --prefix=/usr/local/apache_1.3.24/ --enable-shared=ssl -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php