Thanks Brion, What I found was sort of on that lines. My .cshrc for the system that worked had been given access to the libraries I needed but the system I was trying to upgrade was not letting me get to the correct libraries, once we made the change to .cshrc I could run the update.php script with no problem.
Jeff On 7/27/2011 12:07 PM, Brion Vibber wrote: > On Wed, Jul 27, 2011 at 4:08 AM, Jeff > Campbell<[email protected]>wrote: > >> I just tried to upgrade our version of Mediawiki(1.13?) to Mediawiki >> 1.17. Everything went fine until I went to run the update.php script and >> I got this error: ld.so.1: php: fatal: relocation error: file >> /usr/local/depot/php-5.3.6/php-5.3.6 /bin/php: symbol >> xmlTextReaderGetAttribute: referenced symbol not found >> Killed >> >> I googled for some answers and it keeps pointing to libxml2 but the >> version is 2.73 and is the same as another wiki I have running on >> another server with Mediawiki 1.17. So far the only thing I can find >> different between the 2 installs is the one that is working uses Solaris >> 5.8 and the one giving the error is version 5.9. Is there a problem with >> Mediawiki 1.17/php and Solaris 5.9? >> > It sounds like your PHP installation isn't built against the same versions > of various libraries that are actually on your system -- either it can't > find libxml2, or the version of libxml2 you have has the xmlReader interface > disabled (is that possible? no idea). Unfortunately compiling PHP& libxml2 > on Solaris is pretty far out of my scope, so I can't give any direct > hints... > > -- brion > _______________________________________________ > MediaWiki-l mailing list > [email protected] > https://lists.wikimedia.org/mailman/listinfo/mediawiki-l _______________________________________________ MediaWiki-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
