hi,
i'm having troubles installing apache+php+mysql. First i downloaded:
apache1.3.11
php-4.0.1.1RC
MySQL-3.23.22-1
I first installed MySQL what was an binarie file. This server works fine and i can view the databases with the mysql client.
Then i went into the apache directory (source) and did the following command: ./configure --prefix=/www
after this i went in to php source folder and did this command: ./configure --with-mysql --with-apache=../apache_1.3.x --enable-track-vars
and then a make and a make install
then i went back in apache folder and there i should type this:
./configure --activate-module=src/modules/php4/libphp4.a
this is the command line i found in the php documentation. But when i went in to that folder(src/modules/php4) there was no file libphp4.a the only file that looked like it was libphp4.module. So i tried that one but then i get the fault in make:
gcc: modules/php4/libphp4.a: No such file or directory
what do i do wrong? what should i do else?
thx,
Harm de Vries