> I'm trying to get the gettext-function to work on Windows2000 with
> IIS5, so included the php_gettext.dll in php.ini (unmarked the ";").
> 
> I get the following error if I use the php_gettext.dll extension:
> 
> "PHP Warning: Unable to load dynamic library './php_gettext.dll' - The
> specified module could not be found. in Unknown on line 0 "
> 
> I have placed the dll in the C:\winnt\system32\ directory and this is
> ok for other included dll's (like php_mssql.dll), but supposedly not
> for the php_gettext.dll?
> 
> I assume that the message "Unknown on line 0" means that the
> php_gettext.dll 'needs' another dll to work??
> 
> Does anybody have any suggestions for me to get the 'gettext' function
> to work?

Remember that you also need gnu_gettext.dll
http://www.php.net/manual/en/install.windows.php#install.windows.extensions

Regards,

Johan

-- 
PHP Windows 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]

Reply via email to