On Wednesday 14 November 2001 11:47 am, Hace wrote:
> Hi,
>
> 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?

You have to put the extensions dlls  in the directory you set extension_dir 
to in php.ini.
-- 
Phil Driscoll

-- 
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