Subject Re: How do I recompile PHP5 under linux SuSE 10.1 to interact with Firebird 2?
Author firebirdjohn61
Thanks. Got it at rpmbone. Quite new to linux. Never heard about
rpmbobe. But now I have.

Thanks again.


John

By the way.. Does flamerobin excist for Linux also?


..
...
--- In firebird-php@yahoogroups.com, Milan Babuskov <milanb@...> wrote:
>
> John Jaabæk wrote:
> > This Mandriva has been downloaded:
> > mandriva-linux-2007-spring-free-dvd-i586.iso
> >
> > Neither php for firebird or interbase was in this package.
> >
> > Back to square 1.
>
> Well, I'm sure Dariusz will tell you where to get it from (did you
> 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
>