I installed PHP 4.3.2 with Zend Maximizer 2.10 for Mac OS X running Apche 1.3 wit iTools fro Tenon
All worked fine, but my hard drive started going bad, so I cloned the drive to a new one and everything tranferred well but PHP started behaving strangely, getting stuck.
Here are some errors from the log:
/usr/local/php/libphp4.so undefined reference to _XML_ErrorString expected to be defined in the executable
/usr/local/php/libphp4.so undefined reference to _XML_GetCurrentByteCount expected to be defined in the executable
/usr/local/php/libphp4.so undefined reference to _XML_GetCurrentByteIndex expected to be defined in the executable
/usr/local/php/libphp4.so undefined reference to _XML_GetCurrentColumnNumber expected to be defined in the executable
/usr/local/php/libphp4.so undefined reference to _XML_GetCurrentLineNumber expected to be defined in the executable
/usr/local/php/libphp4.so undefined reference to _XML_GetErrorCode expected to be defined in the executable
/usr/local/php/libphp4.so undefined reference to _XML_Parse expected to be defined in the executable
/usr/local/php/libphp4.so undefined reference to _XML_ParserCreate expected to be defined in the executable
I feel that I should recompile PHP from scratch, but I don't know if there is any procedure to remove previous installation, or I can just start all over.
Please help!