configure: error: libgds, libib_util or libfbclient not found
If you are trying to compile php with the option –with-interbase and receive this error:
configure: error: libgds, libib_util or libfbclient not found
it means that you don’t have firebird development libraries installed.
If you are running on debian you can easily install firebird development libraries using:
aptitude install firebird2-dev
and you should be able to move forward with the compile.
>
Related Posts:
One Response to “configure: error: libgds, libib_util or libfbclient not found”
Leave a Reply
« Prev: Getting ready for WordPress 2.7
Next: DRAC IP port numbers »







14th December 2008, 17:16
Appreciate the help!