[PHP-INSTALL] Install php without MySQL & PgSQL installed in the server

2008-02-21 Thread Fernando B
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 _

RE: [PHP-INSTALL] apxs not found?

2008-02-21 Thread Chip Burke
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

[PHP-INSTALL] apxs not found?

2008-02-21 Thread Chip Burke
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

Re: [PHP-INSTALL] problem with 64 bit install.

2008-02-21 Thread Steven Cruz
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

[PHP-INSTALL] RES: [PHP] Thread Safety [partially solved]

2008-02-21 Thread Thiago Pojda
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