From:             arnaud dot abelard at univ-nantes dot fr
Operating system: linux slackware 10.0
PHP version:      5.0.3
PHP Bug Type:     *Compile Issues
Bug description:  configure is using -lcpdf instead of -lcpdfm

Description:
------------
when ClibPDF 2.0.2 is compiled (from clibpdf202r1.tar.gz) a libcpdfm.a is
created and php 5.0.3's configure script is actually testing with
-lclibpdf 
and fails detecting clibpdf.

Linking libcpdfm.a to libcpdf.a solves the problem.



Reproduce code:
---------------
compile and install Clibpdf 2.0.2r1, then run php 5.0.3's configure script
with --with-cpdflib. configure will fail detecting cpdf_open and will
disable cpdf support.


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

Reply via email to