Brad Pauly wrote:
Todd
Cary wrote:
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
<<<
do you mean recompiling with support for InterBase?
>>>
Yes.
Where do I insert " To enable InterBase support configure PHP --with-interbase[=DIR], where DIR is the InterBase
base"?
Are there some docs on the syntax for re-compiling PHP, since I have
not compiled anything on a Linux box?
Todd
--
![]()
|
<<image/gif>>
- Re: [PHP] Red Hat 9, Apache 2, and PHP Sancar Saran
- Re: [PHP] Red Hat 9, Apache 2, and PHP justin gruenberg
- [PHP] Re: Red Hat 9, Apache 2, and PHP Joseph Szobody
- Re: [PHP] Red Hat 9, Apache 2, and PHP o_j_p_p
- RE: [PHP] Red Hat 9, Apache 2, and PHP Ford, Mike [LSS]