This is a discussion on Integrating interbase.so within the PHP General forums, part of the PHP Programming Forums category; I have interbase integrated with php on my RH 9 server *BUT* I lost my notes on how I did ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
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 |
|
|||
|
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 evan@coeus-group.com -- "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 |
|
|||
|
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 > > |