Date: 08/14/00
- Next message: Kurt Boyer: "RE: [PHP] HELP!! php4 module"
- Previous message: Koo: "Re: [PHP] make use of search results from public search engines"
- Next in thread: Kurt Boyer: "RE: [PHP] HELP!! php4 module"
- Maybe reply: Kurt Boyer: "RE: [PHP] HELP!! php4 module"
- Maybe reply: Kurt Boyer: "RE: [PHP] HELP!! php4 module"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi everyone!
I posted this earlier, but had no responses, so I'll try again. I've looked in
the archives but to no avail, there were no solutions.
php 4.0.1pl2
apache 1.3.12
I've installed php4 fine. The problem is with apache php4 module lines,
without them apache installs fine:
cd apache_1.3.12
./configure --prefix=/usr \
--sysconfdir=/etc/httpd/conf \
--activate-module=src/modules/php4/libphp4.so \
--enable-module=php4 \
--enable-module=so \
--enable-module=rewrite \
--enable-shared=max \
--with-perl=/usr/bin/perl \
--with-layout=RedHat
make
I get the following error:
<=== src/modules/standard
===> src/modules/php4
/bin/sh: ssl: No such file or directory
make[3]: *** [all] Error 1
make[2]: *** [subdirs] Error 1
make[2]: Leaving directory `/home/adelaide/src/BUILD/apache_ssl-1.3.12-2.6.5/apache_1.3.12/src'
make[1]: *** [build-std] Error 2
make[1]: Leaving directory `/home/adelaide/src/BUILD/apache_ssl-1.3.12-2.6.5/apache_1.3.12'
make: *** [build] Error 2
I've already edited httpd.conf:
LoadModule modules/libphp4.so
AddModule mod_php4.c
AddType application/x-httpd-php .php .php4 .phtml
AddType application/x-httpd-php-source .phps
Help, I don't know what else to do! Do I create php4 and move libphp4.so to
apache_1.3.12/src/modules/php4? Or is there a soft link somewhere?
Much thanks,
AY
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-general-unsubscribe <email protected> For additional commands, e-mail: php-general-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Kurt Boyer: "RE: [PHP] HELP!! php4 module"
- Previous message: Koo: "Re: [PHP] make use of search results from public search engines"
- Next in thread: Kurt Boyer: "RE: [PHP] HELP!! php4 module"
- Maybe reply: Kurt Boyer: "RE: [PHP] HELP!! php4 module"
- Maybe reply: Kurt Boyer: "RE: [PHP] HELP!! php4 module"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

