Results 1 to 3 of 3
  1. #1

    Unable to load dynamic library error in PHP

    Okay, I've been pulling my hair out on this one for a while now. One of my user's sites runs PostNuke. A few days ago, it suddenly stopped loading completely. After a very long delay, part of the page would appear but the content portion did not. The php sessions are killing the server load so I've had to disable his site. This error is appearing in the error_log:

    [06-Jun-2004 13:47:10] PHP Warning: Unknown(): Unable to load dynamic library '
    ./ixed.lin.4.3.3.pxp' - ./ixed.lin.4.3.3.pxp: cannot open shared object file: No
    such file or directory in Unknown on line 0

    Anyone have any idea what is going on? I've tried copying the ixed.lin file to his directory, restarted the server, etc. The only recent server changes were a switch to phpsuexec a few weeks back, but his site was working fine afterwards.

    Thanks for any advice.

  2. #2
    Join Date
    Jan 2004
    Posts
    448
    Looks like you might need to add an extension statement to php.ini as per the following :
    http://www.sourceguardian.com/ixeds/index.htm

  3. #3
    Thanks! That fixed it. Looks like php got upgraded on the server, the 4.3.2 extension was already in the php.ini.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •