Linux is quite new for me, so please forgive me if my questions are rather basic.
I have RH 9 installed and I want to add the Interbase extensions to PHP and then recompile Apache. Conceptually I understand what has to be done, but I do not know the steps or syntax. Is there documentation available for doing this?
Just to be sure I understand, by "add" do you mean recompiling with support for InterBase? If so you will need to add --with-interbase when you run configure.
http://www.php.net/manual/en/ref.ibase.php
Have you already compiled apache? If so you can probably just tell configure where apxs is. --with-apxs=/path/to/apache/bin/apxs
http://www.php.net/manual/en/install.apache.php
Brad
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php