[PHP] Integrating interbase.so

2003-10-24 Thread Todd Cary
I have interbase integrated with php on my RH 9 server *BUT* I lost my 
notes on how I did it.  What I do have is interbase.so and it is in the 
/usr/lib/php4 directory.

I need to setup another server and I would like to know how to integrate 
interbase with php/apache.

Todd

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


Re: [PHP] Integrating interbase.so

2003-10-24 Thread Evan Nemerson
On Friday 24 October 2003 05:58 pm, Todd Cary wrote:
 I have interbase integrated with php on my RH 9 server *BUT* I lost my
 notes on how I did it.  What I do have is interbase.so and it is in the
 /usr/lib/php4 directory.

 I need to setup another server and I would like to know how to integrate
 interbase with php/apache.

When you configure PHP, use the --with-interbase flag.

[tadpole php5]$ ./configure --help | grep interbase
  --with-interbase=DIR  Include InterBase support.  DIR is the InterBase base
  install directory, defaults to /usr/interbase

 Todd

-- 
Evan Nemerson
[EMAIL PROTECTED]

--
He who fights too long against dragons becomes a dragon himself; and if you 
gaze too long into the abyss, the abyss will gaze into you.

-Nietzche

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



Re: [PHP] Integrating interbase.so

2003-10-24 Thread Todd Cary
Evan -

Many thanks for the help.  I have very little experience with Linux, so 
the only time I have to get envolved is when I need to make some change 
(otherwise my Linux server just runs quietly behind my desk :-) )

If I remember correctly, I need to go to /usr/src/php-4.3.2 and run the 
configure as you indicated and then the make.  Correct?

And then php expects to find the interbase.so in the same directory as 
the other so's (/usr/lib/php4 )...that is where it is and all runs 
fine...just need to reproduce this on a new server (backup...standby).

Todd

Evan Nemerson wrote:
On Friday 24 October 2003 05:58 pm, Todd Cary wrote:

I have interbase integrated with php on my RH 9 server *BUT* I lost my
notes on how I did it.  What I do have is interbase.so and it is in the
/usr/lib/php4 directory.
I need to setup another server and I would like to know how to integrate
interbase with php/apache.
When you configure PHP, use the --with-interbase flag.

[tadpole php5]$ ./configure --help | grep interbase
  --with-interbase=DIR  Include InterBase support.  DIR is the InterBase base
  install directory, defaults to /usr/interbase

Todd


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