php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #31145 configure is using -lcpdf instead of -lcpdfm
Submitted: 2004-12-17 10:15 UTC Modified: 2004-12-21 05:23 UTC
From: arnaud dot abelard at univ-nantes dot fr Assigned:
Status: Closed Package: Compile Failure
PHP Version: 5.0.3 OS: linux slackware 10.0
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: arnaud dot abelard at univ-nantes dot fr
New email:
PHP Version: OS:

 

 [2004-12-17 10:15 UTC] arnaud dot abelard at univ-nantes dot fr
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.


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-12-21 05:23 UTC] sniper@php.net
This bug has been fixed in CVS.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.
 
Thank you for the report, and for helping us make PHP better.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed Sep 11 09:02:40 2024 UTC