From:             herps at raqtweak dot com
Operating system: Fedora Core 7
PHP version:      5.2.3
PHP Bug Type:     Compile Failure
Bug description:  PDFLib failure (both integrated and shared)

Description:
------------
I am trying to compile both 4.4.7 and 5.2.3 with PDFLib-Lite 7.0.1
Compiling as an integrated part fails on compile, shared module compiles
but fails when loading "pdf.so".

See compile and log errors below.

Actual result:
--------------
These errors I get when compiling as an integrated part:
===========
ext/mysql/libmysql/my_tempnam.lo: In function `my_tempnam':
/usr/src/redhat/BUILD/php-4.4.7/ext/mysql/libmysql/my_tempnam.c:115:
warning: the use of `tempnam' is dangerous, better use `mkstemp'
ext/pdf/pdf.lo: In function `zif_pdf_open':
/usr/src/redhat/BUILD/php-4.4.7/ext/pdf/pdf.c:472: undefined reference to
`PDF_open_fp'
collect2: ld returned 1 exit status
make: *** [sapi/cli/php] Error 1
===========

and this I get when I load it as a module:
===========
PHP Warning:  Unknown(): Unable to load dynamic library
'/usr/lib/apache/php-4.4.7/php/pdf.so' -
/usr/lib/apache/php-4.4.7/php/pdf.so: undefined symbol: PDF_open_fp in
Unknown on line 0
===========

Same with PHP 5.2.3

Anyone any idea?

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

Reply via email to