PhpDig.net

PhpDig.net (http://www.phpdig.net/forum/index.php)
-   Troubleshooting (http://www.phpdig.net/forum/forumdisplay.php?f=22)
-   -   looking for dll on linux while spidering? (http://www.phpdig.net/forum/showthread.php?t=1440)

Topaz 10-11-2004 12:12 AM

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

Topaz 10-11-2004 01:42 AM

Ajee, wrong settings in php.ini
 
Quote:

Originally Posted by Topaz

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


Well, well, it has nothing to do with the spider. It was an entry in my php.ini.

Gosh I am such a fool.

Topaz.


All times are GMT -8. The time now is 07:37 PM.

Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright © 2001 - 2005, ThinkDing LLC. All Rights Reserved.