Phew. That's a subject and a half.

I am having problems compiling PHP 4.3.1 under OS 10.2.4 and Apache 2.0.44

my configure line is:

./configure --with-apxs2=/opt/bin/apxs --with-gd --with-mysql --with-zlib-dir=/usr/lib --with-xml

it runs through configure just fine, but when i do a make, i get:

gcc: /Users/todd/Desktop/httpd-2.0.44/srclib/apr-util-lexpat: No such file or directory
make: *** [libs/libphp4.bundle] Error 1


about half way through. it compiles the CLI version without a problem, but chokes at this.

the file does not exist in my Apache source, so I'm confused why it would be looking to find this in the Apache source (also, since i'm using apxs shouldn't i not even need my Apache source?)

I compiled Apache 2.0.44 (which runs 100%) with:

./configure --prefix=/opt --enable-so


If anyone has an idea of what is going on, that would be great. I'm going to try it in my Mandrake 7.3 PPC install and see if I get the same error or if it's a mac os specific error.


Thanks!

Todd


-- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to