Re: how I can setup php and interbase on linux without compile php
Author: sarusi (---.inter.net.il)
Date: 05-26-03 23:58
1. Get the Interbase rpm and install (rpm -i )
2. Get the PHP 4.2.2 source tar file. extract to a temp directory. go to the extracted directory.
3. ./configure --with-interbase=shared,/opt/interbase
4. make
5. this will generate under modules directory the interbase.so file
6. copy the file into /usr/lib/php4/
7. edit php.ini file to include extention=interbase.so
8 restart httpd.
9 there you are (the php comilation did not damage your current php instalation)
10 you can save most of it if you get the right interbase.so (I have it for Interbase 7 trial)