View Single Post
  #3  
Old 08-26-2008, 07:38 AM
nicksnels nicksnels is offline
Member
 
Join Date: Feb 2007
Posts: 33
You are right, I find the following error in stderr.log:

2008-08-26 14:52:58.661 PHP Warning: PHP Startup: Unable to load dynamic library './mailparse.so' - ./mailparse.so: cannot open shared object file: No such file or directory in Unknown on line 0PHP Warning: PHP Startup: Unable to load dynamic library './mailparse.so' - ./mailparse.so: cannot open shared object file: No such file or directory in Unknown on line 0/usr/local/lsws/fcgi-bin/RailsRunner.rb:23:in `accept': SIGUSR1 (SignalException)

I found the following method to solve this problem (http://www.webhostingtalk.com/showthread.php?t=694407):

wget http://pecl.php.net/get/mailparse-2.1.1.tgz
tar xvzf mailparse-2.1.1.tgz
cd mailparse-2.1.1
phpize
./configure
make
make install

I had to use phpize in the /php5/bin/ folder. But it doesn't work!

I know I had a similar problem with another software package, but I finally gave up. But now I really have to get OpenX to work. How can I solve this error? Thanks.

Kind regards,

Nick
Reply With Quote