Subject | Re: [firebird-php] How do I recompile PHP5 under linux SuSE 10.1 to interact with Firebird 2? |
---|---|
Author | Dariusz Zelichowski |
Post date | 2007-05-07T00:10:44Z |
Don't bother with compiling. There is always that is missing, or misplaced etc. To get FB to work under SuSe 10.1 do the fillowing:
Get the following rpm packeges:
php-firebird-5.1.6-1mdv2007.0.i586.rpm
Distribution Mandriva (it works with SuSe 10.1 SUSE)
From consloe, run the following as root:
rpm -Uvh FirebirdSS- 2.0.latest-release.i686.rpm
rpm -Uvh php-firebird-5.1.6-1mdv2007.0.i586.rpm
cp /usr/lib/php/extensions/interbase.so /usr/lib/php5/extensions/
cp /etc/php.d/42_firebird.ini /etc/php5/conf.d/
/etc/init.d/apache2 restart
That's all.
(the above won't work with SuSe 10.2)
firebirdjohn61 <johnjaab@...> wrote: --with-interbase[=DIR] is supposed to be somewhere and somehow put
into something. There is - as far as I can see - no explanation how
and/or where. Only that it is to be...
Anybody??
---------------------------------
Be smarter than spam. See how smart SpamGuard is at giving junk email the boot with the All-new Yahoo! Mail
[Non-text portions of this message have been removed]
Get the following rpm packeges:
php-firebird-5.1.6-1mdv2007.0.i586.rpm
Distribution Mandriva (it works with SuSe 10.1 SUSE)
From consloe, run the following as root:
rpm -Uvh FirebirdSS- 2.0.latest-release.i686.rpm
rpm -Uvh php-firebird-5.1.6-1mdv2007.0.i586.rpm
cp /usr/lib/php/extensions/interbase.so /usr/lib/php5/extensions/
cp /etc/php.d/42_firebird.ini /etc/php5/conf.d/
/etc/init.d/apache2 restart
That's all.
(the above won't work with SuSe 10.2)
firebirdjohn61 <johnjaab@...> wrote: --with-interbase[=DIR] is supposed to be somewhere and somehow put
into something. There is - as far as I can see - no explanation how
and/or where. Only that it is to be...
Anybody??
---------------------------------
Be smarter than spam. See how smart SpamGuard is at giving junk email the boot with the All-new Yahoo! Mail
[Non-text portions of this message have been removed]