Roger
16th March 2005, 15:37
My PHP error_log files seem to have this line added every time somebody runs a PHP program:[16-Mar-2005 15:32:12] PHP Warning: Unknown(): Unable to load dynamic library './/usr/local/cpanel/3rdparty/etc/ixed/ixed.lin.4.3.10.pxp' -
.//usr/local/cpanel/3rdparty/etc/ixed/ixed.lin.4.3.10.pxp: cannot open shared object file: No such file or directory in Unknown on line 0This even happens when I run a program as simple as
<?php
phpinfo();
?>which comes from Chapter 1 of the book Beginning PHP. In fact that example produces three lines in the error log.
I conclude it's something about the PHP setup and I wonder what it might be and whether it can be fixed?
Roger
.//usr/local/cpanel/3rdparty/etc/ixed/ixed.lin.4.3.10.pxp: cannot open shared object file: No such file or directory in Unknown on line 0This even happens when I run a program as simple as
<?php
phpinfo();
?>which comes from Chapter 1 of the book Beginning PHP. In fact that example produces three lines in the error log.
I conclude it's something about the PHP setup and I wonder what it might be and whether it can be fixed?
Roger