Re: [PHP] building php with DB extension without installing DB locally

2008-01-22 Thread Richard Lynch
On Tue, January 22, 2008 5:04 am, Jochem Maas wrote: > I want to build php with firebirdDB (ibase) extension (for the > purposes > of this exercise it could just as well be mysql) without installing > firebird > on the local machine (i'm moving the DB to a seperate server) ... > > I can't figure ou

Re: [PHP] building php with DB extension without installing DB locally

2008-01-22 Thread Thijs Lensselink
Quoting Jochem Maas <[EMAIL PROTECTED]>: [EMAIL PROTECTED] schreef: Quoting Jochem Maas <[EMAIL PROTECTED]>: hi guys, I want to build php with firebirdDB (ibase) extension (for the purposes of this exercise it could just as well be mysql) without installing firebird on the local machine

Re: [PHP] building php with DB extension without installing DB locally

2008-01-22 Thread Jochem Maas
[EMAIL PROTECTED] schreef: Quoting Jochem Maas <[EMAIL PROTECTED]>: hi guys, I want to build php with firebirdDB (ibase) extension (for the purposes of this exercise it could just as well be mysql) without installing firebird on the local machine (i'm moving the DB to a seperate server) ...

Re: [PHP] building php with DB extension without installing DB locally

2008-01-22 Thread dev
Quoting Jochem Maas <[EMAIL PROTECTED]>: hi guys, I want to build php with firebirdDB (ibase) extension (for the purposes of this exercise it could just as well be mysql) without installing firebird on the local machine (i'm moving the DB to a seperate server) ... I can't figure out how to do

Re: [PHP] building php, using mysql for apache2

2005-06-01 Thread Richard Lynch
--with-mysql is supposed to be the directory in which configure can find the mysql header (.h) files and the mysql library (mysql.so) underneath that directory. /usr/bin/mysql_config is a program -- a "binary" if you will It's incredibly unlikely that your MySQL header files and the mysql.so libr

Re: [PHP] building php, using mysql for apache2

2005-06-01 Thread Steve Brown
> trying to build php4 with mysql4.1-12, for use in apache2. i have the > following "./compile" that works for php5. however, when i try to use it for > php4, i get a msg, stating that it can't find the MySQL Headers... >From http://us3.php.net/manual/en/ref.mysql.php: === For compiling, simply

RE: [PHP] building php to have mysqli support...

2004-07-17 Thread bruce
hi... after further reading/screams... it appears that only php-5.0.0 supports the "mysqli" interface. however, there appear to be numerous issues/problems with getting this up/running. my setup. i have rh8.0 linux, with php-5.0.0 source. i'm trying to build from souce, to do the configure/make/

Re: [PHP] Building PHP source for Linux / Unix.

2003-11-06 Thread Raditha Dissanayake
Hi, Compiling stuff from source is one of the fun things that you get to do on linux. As with most things it takes a while to aquire the taste though. The best place to start usually is the README and INSTALL scripts that you tend to find with almost everything distributed as source. You will

Re: [PHP] Building PHP source for Linux / Unix.

2003-11-05 Thread Chris Hayes
At 10:00 5-11-03, you wrote: Hi, I am a beginner to building PHP source code for Linux / Unix. I am looking for a document that takes me through a step-by-step guidelines of doing this. Can someone point to a link for this? did you find http://nl.php.net/manual/en/installation.php ? -- PHP Genera

Re: [PHP] building php witk libiconv

2003-08-29 Thread Alain Bonnefoy
Hi Tom, configure ... --with-iconv doesn't change anything, configure is ok but make ends with: gcc: /usr//lib/.libs/libiconv.so: No such file or directory gcc: /opt//lib/.libs/libiconv.so: No such file or directory I decided to create a link /opt/lib/.libs/libiconv.so -> /opt/lib/libiconv.so.2.2.

Re: [PHP] building php witk libiconv

2003-08-28 Thread Tom Rogers
Hi, Friday, August 29, 2003, 12:52:11 AM, you wrote: AB> Hi, AB> I don't know what to do with libiconv to build php4.3.3. AB> My libiconv-1.9 is installed in /opt AB> if I invoke configure --with-iconv=/opt the script runs fine but I AB> get the following message at compile time: AB> gcc:

Re: [PHP] building php

2002-05-15 Thread Miguel Cruz
On Wed, 15 May 2002, Michal Dvoracek wrote: > i can't get php binary when installing php on my server. > my configure: > ./configure --prefix=/usr/local \ > --with-apache=../apache_1.3.24 \ > configure pass with no errors, make too > make install - module is installed, everything is ok bu