Click to See Complete Forum and Search --> : IGNNN php 4.1.0 don't want compiling !!


Anon
12-12-2001, 10:59 AM
Hello.

I'm using a slackware 8.0, and I would like to compile Php 4.1.0.

I have installed Apache (1.3.22) from sources with DSO support.

I have the APXS binary in /usr/local/apache/bin.

And I'm using MySQL 3.23.46.
My system works with perl 5.6.1

When I start the configure script

./configure --with-mysql --with-apxs=/usr/local/apache/bin/apxs

It returns the following error message.

Anon
12-12-2001, 11:04 AM
checking for Apache module support via DSO through APXS...
Usage: apxs -g [-S <var>=<val>] -n <modname>
apxs -q [-S <var>=<val>] <query> ...
apxs -c [-S <var>=<val>] [-o <dsofile>] [-D <name>[=<value>]]
[-I <incdir>] [-L <libdir>] [-l <libname>] [-Wc,<flags>]
[-Wl,<flags>] <files> ...
apxs -i [-S <var>=<val>] [-a] [-A] [-n <modname>] <dsofile> ...
apxs -e [-S <var>=<val>] [-a] [-A] [-n <modname>] <dsofile> ...
Sorry, I was not able to successfully run APXS. Possible reasons:
1. Perl is not installed;
2. Apache was not compiled with DSO support (--enable-module=so);
3. \'apxs\' is not in your path.
configure: error: ;