Subject | Re: php config error with option --with-interbase |
---|---|
Author | webjunkie01 |
Post date | 2006-03-26T08:12:23Z |
have u tried installin the additional firebird
libs?? ....libfirebird-super,fiberbird-utils, etc.
I have apache2,PHP 5 and firebird 2 super server and compile it wit
no probs of course i installed libfirebird2-super
--- In firebird-php@yahoogroups.com, Dariusz Zelichowski
<z_darius@...> wrote:
10.1 and 10.2 (Mandriva2005), Red Hat 9.0 and Fedora 2.0 (over a
year without problems). Suse 10 too, but this I have tried only
recently. So far so good.
distros/versions, but the *.so I generated under Mandy 10 runs
without issues under all the other distors I mentioned.
mortgage software Pda database
software
Database management software
Database marketing software
Online database software
libs?? ....libfirebird-super,fiberbird-utils, etc.
I have apache2,PHP 5 and firebird 2 super server and compile it wit
no probs of course i installed libfirebird2-super
--- In firebird-php@yahoogroups.com, Dariusz Zelichowski
<z_darius@...> wrote:
>years now. No issues at all. It also seems to run fine uner Mandrake
> I have FB and PHP 4.4 running under Mandrake 10 for almost two
10.1 and 10.2 (Mandriva2005), Red Hat 9.0 and Fedora 2.0 (over a
year without problems). Suse 10 too, but this I have tried only
recently. So far so good.
>Mandrake 10 and Fedora 2 only. I can't quite generate it under other
> The fact though is that I could generate interbase.so under
distros/versions, but the *.so I generated under Mandy 10 runs
without issues under all the other distors I mentioned.
>tried. I haven't tried Debian based distros though.
> I can't get PHP5 to generate interbase.so under any distro I
>firebird 1.5 and php on linux all i can say is
> Do you run FB 1.5 (or 2.0) under Debian with PHP5?
>
> Darren Thompson <dkthompson@...> wrote: there are issuses with
> goodluck i wouldnt waste my time on trying to get it work i usedebian there
> is a package that is already made that one can use dont know ifthere is one
> for fedora.--with-apxs2=/wwwroot/bin/apxs --
>
> On 3/3/06, melvinhcox <melcox@...> wrote:
> >
> > [Main message previously posted to firebird-support]
> >
> > -------------------------------------------------------------
> > Addendum:
> >
> > The syntax I am using is:
> >
> > ./configure --prefix=/wwwroot/php
> > with-config-file-path=/wwwroot/php --with-conftest.c -
> > interbase=shared,/opt/firebird
> >
> > The following segment is culled from the config.log:
> >
> > int main() {
> > isc_detach_database()
> > ; return 0; }
> > configure:49437: checking for isc_detach_database in -lib_util
> > configure:49456: gcc -o conftest -I/usr/include -g -O2 -Wl,-
> > rpath,/opt/firebird/lib -L/opt/firebird/lib -L/usr/lib
> > lib_util -lresolv -lm -ldl -lnsl -lxml2 -lz -lm -lxml2 -lz-lm 1>&5
> > /usr/bin/ld: cannot find -lib_utilgcc2
> > collect2: ld returned 1 exit status
> > configure: failed program was:
> > #line 49445 "configure"
> > #include "confdefs.h"
> > /* Override any gcc2 internal prototype to avoid an error. */
> > /* We use char because int might match the return type of a
> > builtin and then its argument prototype would still apply.*/
> > char isc_detach_database();php. Both
> >
> > int main() {
> > isc_detach_database()
> > ; return 0; }
> >
> > Note: The same behavior has been observed when attempting
> > configuration using:
> >
> > --with-interbase=/usr/lib
> >
> > AND
> >
> > --with-interbase=/opt/firebird/lib
> >
> > -------------------------------------------------------------
> >
> > I am attempting to restore connectivity between an Apache based
> > webserver and a remote Firebird 1.5.x database server using
> > the client and server run under LINUX (Fedora Core).php5.x to
> >
> > For reasons beyond my knowledge, I am unable to configure
> > use the --with-interbase option.Check
> >
> > -------------------------------------------------------------
> >
> > Error Message:
> >
> > configure: error: libgds, libib_util or libfbclient not found!
> > config.log for more information.was
> >
> > -------------------------------------------------------------
> >
> > FYI, my research shows a bug report (28750) for this problem
> > logged with the PHP Group in July of 2004.interbase .so's'.
> >
> > http://bugs.php.net/bug.php?id=28750
> >
> > The bug report was, however, rejected by the PHP Group with a
> > notation that the problem was caused by 'broken
> >install
> >
> > BACKGROUND:
> >
> > I have successfully reinstalled an Apache 2.x webserver under a
> > freshly installed Linux (Fedora Core 4) operating system. All
> > current operating system patches have been applied.
> >
> > Following firebird.org's documentation for a client-only
> > under Linux, I have copied libfbclient.so.1.5.1 from the serverdirectory of
> > machine's /opt/firebire/lib directory into the /usr/lib
> > the client machine.commands:
> >
> > I have also created chained symlinks using the following
> >copied to
> > ln -s /usr/lib/libfbclient.so.1.5.1 /usr/lib/libfbclient.so.1
> > ln -s /usr/lib/libfbclient.so.1 /usr/lib/libfbclient.so
> > ln -s /usr/lib/libfbclient.so /usr/lib/libgds.so.0
> > ln -s /usr/lib/libfbclient.so /usr/lib/libgds.so
> >
> > The firebird.msg file from the server installation has been
> > the /opt/firebird directory on the client machine.client
> >
> > The FIREBIRD environment variable has been created on the
> > machine and ponted to /opt/firebird.tested. I
> >
> > Apache 2.x and PHP 5.x have been successfully installed and
> > need now to add the --with-interbase extension.option, I
> >
> > CONFIGURATION ERROR:
> >
> > In attempting to configure php to use the --with-interbase
> > have repeatedly hit the following error:Check
> >
> > configure: error: libgds, libib_util or libfbclient not found!
> > config.log for more information.I've
> >
> > NEED:
> >
> > I have been unable to resolve or to workaround this problem.
> > literally tried 'everything' (including twice reinstalling thelent in
> > operating system and all patches), over a 24+ hour period...
> >
> > I am deeply appreciative of any expert assistance that can be
> > resolving this issue (and educating this user).database software Database
> >
> > The previous installation done 2+ years ago, compiled without
> > difficulty.
> >
> >
> > Thanks....
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> > Yahoo! Groups Links
> >
> >
> >
> >
> >
> >
> >
> >
>
>
> [Non-text portions of this message have been removed]
>
>
>
> SPONSORED LINKS
> Membership
mortgage software Pda database
software
Database management software
Database marketing software
Online database software
>Service.
> ---------------------------------
> YAHOO! GROUPS LINKS
>
>
> Visit your group "firebird-php" on the web.
>
> To unsubscribe from this group, send an email to:
> firebird-php-unsubscribe@yahoogroups.com
>
> Your use of Yahoo! Groups is subject to the Yahoo! Terms of
>
>
> ---------------------------------
>
>
>
>
>
> ---------------------------------
> Yahoo! Mail
> Bring photos to life! New PhotoMail makes sharing a breeze.
>
> [Non-text portions of this message have been removed]
>