From:             c dot durmont at cr-poitou-charentes dot fr
Operating system: GNU/Linux (Ubuntu 5.04 Hoary)
PHP version:      4CVS-2005-05-31 (stable)
PHP Bug Type:     Compile Failure
Bug description:  "cannot find -lirc" when building with 
"--with-oci-instant-client"

Description:
------------
Fails with either standard 4.3.11, cvs tarball or by recompiling the
(patched) version 4.3.10 from Hoary.
Oracle8 instant client (basic+SDK) is installed (from the zip files) in
/usr/local/instantclient/


Reproduce code:
---------------
./configure --with-mysql --with-pgsql --with-gd
--with-apxs=/usr/local/bin/apxs --with-zlib
--with-oci8-instant-client=/usr/local/instantclient/

It gives no error message, but when launching make you get :

/usr/bin/ld: cannot find -lirc
collect2: ld returned 1 exit status
make: *** [libphp4.la] Erreur 1

BTW I works fine if you remove --with-oci8-instant-client option, but it
doesn't help me much !


-- 
Edit bug report at http://bugs.php.net/?id=33202&edit=1
-- 
Try a CVS snapshot (php4):   http://bugs.php.net/fix.php?id=33202&r=trysnapshot4
Try a CVS snapshot (php5.0): 
http://bugs.php.net/fix.php?id=33202&r=trysnapshot50
Try a CVS snapshot (php5.1): 
http://bugs.php.net/fix.php?id=33202&r=trysnapshot51
Fixed in CVS:                http://bugs.php.net/fix.php?id=33202&r=fixedcvs
Fixed in release:            http://bugs.php.net/fix.php?id=33202&r=alreadyfixed
Need backtrace:              http://bugs.php.net/fix.php?id=33202&r=needtrace
Need Reproduce Script:       http://bugs.php.net/fix.php?id=33202&r=needscript
Try newer version:           http://bugs.php.net/fix.php?id=33202&r=oldversion
Not developer issue:         http://bugs.php.net/fix.php?id=33202&r=support
Expected behavior:           http://bugs.php.net/fix.php?id=33202&r=notwrong
Not enough info:             
http://bugs.php.net/fix.php?id=33202&r=notenoughinfo
Submitted twice:             
http://bugs.php.net/fix.php?id=33202&r=submittedtwice
register_globals:            http://bugs.php.net/fix.php?id=33202&r=globals
PHP 3 support discontinued:  http://bugs.php.net/fix.php?id=33202&r=php3
Daylight Savings:            http://bugs.php.net/fix.php?id=33202&r=dst
IIS Stability:               http://bugs.php.net/fix.php?id=33202&r=isapi
Install GNU Sed:             http://bugs.php.net/fix.php?id=33202&r=gnused
Floating point limitations:  http://bugs.php.net/fix.php?id=33202&r=float
No Zend Extensions:          http://bugs.php.net/fix.php?id=33202&r=nozend
MySQL Configuration Error:   http://bugs.php.net/fix.php?id=33202&r=mysqlcfg

Reply via email to