View Single Post
Old 10-11-2004, 12:12 AM   #1
Topaz
Green Mole
 
Topaz's Avatar
 
Join Date: Oct 2004
Posts: 11
looking for dll on linux while spidering?

Hi, I setup a cronjob on a linux-machine using the following syntax:

Code:
php -f /usr/local/apache/virtualhosts/www.vips.ch/web/search/admin/spider.php
all >> /dev/null
And I do get the following error-message:

Code:
PHP Warning:  Unknown(): Unable to load dynamic library './php_imap.dll' -
./php_imap.dll: cannot open shared object file: No such file or directory in Unknown on line 0 PHP Warning:  Unknown(): Unable to load dynamic library './php_sockets.dll' - ./php_sockets.dll: cannot open shared object file: No such file or directory in Unknown on line 0
Since I am using linux it sure won't find any dlls, but why is it looking for it, and what do I have to do to prevent this error-message?

Kind regards

Topaz

Last edited by Topaz; 10-11-2004 at 12:15 AM.
Topaz is offline   Reply With Quote