Hi all,
I am running a web server running php on apache on linux. I upgraded my os from XFS-redhat 7.1 (2.4.5 ?) to XFS-redhat 7.2 (2.4.9).
I had installed imlib2-1.0.3 and added it as a module to php.ini (php_imlib). After upgradation, my imlib is broken and the following error when my php webpage accesses imlib functions -
Warning: imlib: Unable to initialize module Module compiled with debug=0, thread-safety=0 module API=20001214 PHP compiled with debug=0,
thread-safety=0 module API=20001222 These options need to match in /var/www/html/upload.php on line 8
Fatal error: Call to undefined function: imlib_load_image() in /var/www/html/upload.php on line 25
To me it looks like I have reinstall the whole thing. Is that true? Any help would be greatly appreciated as I thought I can save the pain of reinstalling the imlib package.
Thanks in advance,
Senthil