php/mysql setup issues
Drew Van Zandt
drew.vanzandt at gmail.com
Tue Apr 5 14:49:00 EDT 2005
New datapoint:
I was getting:
Warning: dl(): Unable to load dynamic library
'/usr/lib/php4/20020429-zts/mysql.so' -
/usr/lib/php4/20020429/mysql.so: undefined symbol: core_globals
when I added an explicit load of the mysql.so module, so I located an
older lib that was around and pointed the extension directory at it.
Now I get:
Warning: dl(): Unable to load dynamic library
'/usr/lib/php4/20020429/mysql.so' - /usr/lib/php4/20020429/mysql.so:
undefined symbol: core_globals
Not an improvement, but info.
--DTVZ
More information about the gnhlug-discuss
mailing list