Php and tidy 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
adrianc.grigoras
Forum Newbie
Posts: 5
Joined: Tue Feb 17, 2009 1:40 pm

Php and tidy error

Post by adrianc.grigoras »

Hi,

I install libtidy and tidy extension for php and when I run:
php -m, I get the following error:

Code: Select all

*** glibc detected *** php: free(): invalid next size (fast): 0x000000000d5e5c00 ***
======= Backtrace: =========
/lib64/libc.so.6[0x350da71634]
/lib64/libc.so.6(cfree+0x8c)[0x350da74c5c]
/usr/local/lib/php/extensions/no-debug-non-zts-20020429/tidy.so(zm_shutdown_tidy+0x20)[0x2b3f24581200]
php(module_destructor+0x23)[0x537e63]
php[0x53a08a]
php(zend_hash_graceful_reverse_destroy+0x18)[0x53a2d8]
php(zend_shutdown+0x20)[0x535c50]
php(php_module_shutdown+0x1d)[0x506d6d]
php(main+0x343)[0x55ab53]
/lib64/libc.so.6(__libc_start_main+0xf4)[0x350da1d8b4]
php[0x42fd39]
 
How to solve this?
Post Reply