On Fri, Jan 19, 2001 at 05:30:59PM -0500, Richard Dekkard wrote :
> Apache is up and running with php support, and MySQL is also running without
> anyproblems. The problem comes when trying to compile php 3.0.16 and
> install it. When I try to use the configuration line thats reccomended of
>
> "./configure --with-apxs --with-xml --with-mysql=/usr --with-imap"
>
> I get an error of
>
> "checking for XML support... ./configure: apxs: command not found
> configure: error: cannot find XML include files"
>
> now when I try again this time without the --with-xml option I get this
> error
>
> "WARNING: Your apxs script is most likely broken.
> Please go read http://www.php.net/FAQ.php3#4.11 and make the
> changes described there and try again."
Your apache version is incomplete/old/broken. Anyway,
apxs is shipped with apache. As a last resort (hah, papa roach
rulez ;) try
find / -iname apxs -ls
If you still don't the apxs file, you're out of luck. Reinstall
apache from source or get an up2date/complete package for your
favorite distribution. On my system, apxs is
mfischer@ficken:~$ ls -l `which apxs`
-rwxr-xr-x 1 root root 20757 Dec 7 00:41 /usr/bin/apxs
I could send you the file, its about 20k perl script, but it
depends on so many local apache installing things, so before you
could think about a working apxs you would shoot youself into the
foot and destroy more than you would grain from it.
m.
--
Markus Fischer, http://josefine.ben.tuwien.ac.at/~mfischer/
EMail: [EMAIL PROTECTED]
PGP Public Key: http://josefine.ben.tuwien.ac.at/~mfischer/C2272BD0.asc
PGP Fingerprint: D3B0 DD4F E12B F911 3CE1 C2B5 D674 B445 C227 2BD0
--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]