Is there any way to intsll PHP 5.0 in a Linux box with MySQL and Postgresql
support without having to install the DB servers?
Thank you,
JFercan
_
The configure script is simply
./configure --with-apxs2=/usr/sbin/apxs --with-lib64=lib64
I stripped it down to nearly no options to simplify trouble shooting.
And yes, I have the Fedora supplied httpd and httpd-devel packages installed
via yum.
Thanks!
-Original Message-
From: Keith
I am trying to build PHP 5.2.5 on Fedora 8. The error I am getting is
Sorry, I cannot run apxs. Possible reasons follow:
1. Perl is not installed
2. apxs was not found. Try to pass the path using --with-apxs2=/path/to/apxs
3. Apache was not built using --enable-so (the apxs usage page is displa
thank you.
That worked! :)
Sadly mysql is not going, hit the library not found problem. I tried
some other stuff I found on line, but linking the libs did not work for
me. but I got mysqli and that seems so we should be good. Now having
problems with the Sybase 15 libraries and PHP. It never
I found out that my problem was using apache2 apxs2 to build php.
I tried: './configure
--with-oci8-instant-client=/oracle/instantclient/;make;make install', it's
not thread safe anymore.
But now I ran into another problem: it did not build (of course) a apache2
module, only a CGI. I don't want