Subject | Re: [firebird-php] How do I recompile PHP5 under linux SuSE 10.1 to interact with Firebird 2? |
---|---|
Author | Milan Babuskov |
Post date | 2007-05-07T19:14:24Z |
John Jaabæk wrote:
search on rpmbone?) but if you decide to compile it, you need to have
php-devel package installed and then download the php source tarball for
the version you have. Unpack it and then go to
ext/interbase
directory and run "phpize" there. It will create the "configure" script.
Now run it like this:
./configure --with-interbase=shared,/opt/firebird
it will configure the build. If you get any errors, post here and we'll
try to help. After configure is done, run "make" and it will create
interbase.so file.
--
Milan Babuskov
http://www.guacosoft.com
http://www.flamerobin.org
> This Mandriva has been downloaded:Well, I'm sure Dariusz will tell you where to get it from (did you
> mandriva-linux-2007-spring-free-dvd-i586.iso
>
> Neither php for firebird or interbase was in this package.
>
> Back to square 1.
search on rpmbone?) but if you decide to compile it, you need to have
php-devel package installed and then download the php source tarball for
the version you have. Unpack it and then go to
ext/interbase
directory and run "phpize" there. It will create the "configure" script.
Now run it like this:
./configure --with-interbase=shared,/opt/firebird
it will configure the build. If you get any errors, post here and we'll
try to help. After configure is done, run "make" and it will create
interbase.so file.
--
Milan Babuskov
http://www.guacosoft.com
http://www.flamerobin.org