Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Am trying run a script which checks

Status
Not open for further replies.

hisham

IS-IT--Management
Joined
Nov 6, 2000
Messages
194
Am trying run a script which checks a POP mailbox, i used the function dl() to load the library php_imap.so

dl('php_imap.so');

but i get the error:
Warning: Unable to load dynamic library './php_imap.so' - ./php_imap.so: cannot open shared object file: No such file or directory in /usr/local/apache/htdocs/myfolder/email.php on line ...

am using PHP Version 4.2.0 on Linux box

any help?
Thanks in advance.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top