PECL PDFLib on CentOS 5.6 - spitting out error

Need help installing PHP, configuring a script, or configuring a server? Then come on in and post your questions! We'll try to help the best we can!

Moderator: General Moderators

Post Reply
ryes31
Forum Newbie
Posts: 2
Joined: Sun Jun 13, 2010 12:58 pm

PECL PDFLib on CentOS 5.6 - spitting out error

Post by ryes31 »

I installed PDFLib using PECL a few months back and it's been working great, but suddenly it stopped working and is now giving me this error:

PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib64/php/modules/pdf.so' - /usr/lib64/php/modules/pdf.so: undefined symbol: php_set_error_handling in Unknown on line 0

I have the extension=pdf.so in my php.ini file, and like I said, it's been working great for a few months until just a few days ago.

I've googled the hell out of this error and can't find anyone with a solution. Can anyone help me figure out what the problem is, or at least a good place to start? Thanks!
User avatar
Jade
Forum Regular
Posts: 908
Joined: Sun Dec 29, 2002 5:40 pm
Location: VA

Re: PECL PDFLib on CentOS 5.6 - spitting out error

Post by Jade »

What changes have you made recently? Have you tried restarting the server? What happens if you remove the pdf.so extension?
Post Reply