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
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
[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) ...
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
--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
> 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
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/
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
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
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.
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:
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
12 matches
Mail list logo