php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #46420 Compile --with-interbase=/opt/firebird impossible
Submitted: 2008-10-29 14:21 UTC Modified: 2008-10-29 14:26 UTC
From: jiri dot stefek at unibase dot cz Assigned:
Status: Not a bug Package: Compile Failure
PHP Version: 5.2.6 OS: SUSE SLES 10 SP1
Private report: No CVE-ID: None
View Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
If you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: jiri dot stefek at unibase dot cz
New email:
PHP Version: OS:

 

 [2008-10-29 14:21 UTC] jiri dot stefek at unibase dot cz
Description:
------------
Firebird is instaled but

./configure --with-oci8=/opt/oracle/product/11GR1 --enable-sigchild --with-iconv --with-freetype-dir --disable-dom --with-png-dir=/usr/lib64/ --with-jpeg-dir=/usr/lib64/ --disable-xml  --disable-xmlreader --disable-xmlwriter --without-pear --disable-libxml --disable-simplexml --with-gd --with-interbase=/opt/firebird

ended with errors 

configure:49306: checking for InterBase support
configure:49456: checking for isc_detach_database in -lfbclient
configure:49475: gcc -o conftest -I/usr/include -g -O2  -Wl,-rpath,/opt/firebird /lib -L/opt/firebird/lib -L/usr/lib  conftest.c -lfbclient  -lfreetype -lpng -lz -ljpeg -lresolv -lm -ldl -lnsl  1>&5
/usr/lib64/gcc/x86_64-suse-linux/4.1.2/../../../../x86_64-suse-linux/bin/ld: skipping incompatible /opt/firebird/lib/libfbclient.so when searching for -lfbclient
/usr/lib64/gcc/x86_64-suse-linux/4.1.2/../../../../x86_64-suse-linux/bin/ld: skipping incompatible /usr/lib/libfbclient.so when searching for -lfbclient
/usr/lib64/gcc/x86_64-suse-linux/4.1.2/../../../../x86_64-suse-linux/bin/ld: skipping incompatible /usr/lib/libfbclient.so when searching for -lfbclient
/usr/lib64/gcc/x86_64-suse-linux/4.1.2/../../../../x86_64-suse-linux/bin/ld: cannot find -lfbclient
collect2: ld returned 1 exit status



Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2008-10-29 14:26 UTC] jani@php.net
Sorry, but your problem does not imply a bug in PHP itself.  For a
list of more appropriate places to ask for help using PHP, please
visit http://www.php.net/support.php as this bug system is not the
appropriate forum for asking support questions.  Due to the volume
of reports we can not explain in detail here why your report is not
a bug.  The support channels will be able to provide an explanation
for you.

Thank you for your interest in PHP.


 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Sun Nov 30 18:00:01 2025 UTC