hisham
IS-IT--Management
- Nov 6, 2000
- 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.
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.