Re: [PHP] php_imap4r2.dll not loaded ?!?! (win2k)

2001-02-08 Thread Richard Lynch

 I'm trying to use some POP3 functions and the manual states I would need
to
 use the IMAP functions.
 So I uncommented the ";extension=php_imap4r2.dll" line in my
 "c:\winnt\php.ini" file. But it gave me the following error:

 "Unable to load dynamic library './php_imap4r2.dll' - The specified module
 could not be found".


 I read I needed the download install the "imap-4.5.tar" module. The README
 file has only instructions how to "make" it for UNIX. The default
"MakeFile"
 is for UNIX. So I tried to clown around and rename "MakeFile.nt" to
 "MakeFile" and make it. But I only get errors:

The tar file only has instructions on UNIX 'cuz it mostly is only useful on
Un*x  Forget the tar file unless you actually have a license to MSVC 6.0
(That's a C compiler) and are used to compiling things with it.

Either you can find the php_imap4r2.dll on http://php4win.de or
http://downloads.swwwing.com or you're going to have to find somebody really
nice who owns MSVC and likes PHP or IMAP enough to do the world a favor.

--
Visit the Zend Store at http://www.zend.com/store/
Wanna help me out?  Like Music?  Buy a CD: http://l-i-e.com/artists.htm
Volunteer a little time: http://chatmusic.com/volunteer.htm



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP] php_imap4r2.dll not loaded ?!?! (win2k)

2001-02-03 Thread Eelco de Vries

Hello,

I'm trying to use some POP3 functions and the manual states I would need to
use the IMAP functions.
So I uncommented the ";extension=php_imap4r2.dll" line in my
"c:\winnt\php.ini" file. But it gave me the following error:

"Unable to load dynamic library './php_imap4r2.dll' - The specified module
could not be found".


I read I needed the download install the "imap-4.5.tar" module. The README
file has only instructions how to "make" it for UNIX. The default "MakeFile"
is for UNIX. So I tried to clown around and rename "MakeFile.nt" to
"MakeFile" and make it. But I only get errors:

Could Not Find D:\temp\imap-4.5\c-client\LINKAGE.*
NMAKE : fatal error U1077: 'C:\WINNT\system32\cmd.exe' : return code '0x1'
Stop.
NMAKE : fatal error U1077: 'C:\WINNT\system32\cmd.exe' : return code '0x2'
Stop.


I also tried this with the "MakeFile.ntk" (don't know what ntk stands for),
but no fix.
Can anybody help me with this problem?

Regards;
Eelco.


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]