php-windows | 2001051
Date: 05/15/01
- Next message: John Taylor-Johnston: "Re: [PHP-WIN] *.ini"
- Previous message: Isaac: "[PHP-WIN] Running System Commands on NT, how do i gain a persistent connection with the prompt?"
- In reply to: Michel Meyers: "[PHP-WIN] Trouble loading extension/module under win98"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
your missing a dll file..
i found that *.dll files.. alot of times require other dlls to function
right...
what i would do is open the dll file in wordpad
then hit ctrl+F (find) and look for ".dll" and write down each *.dll that's
referenced in the file.
then search for each one on your computer and make sure you have it.
this should fix it i'm positive :>
Liquidice
""Michel Meyers"" <1nqbeyl5a4w605p001 <email protected>> wrote in message
news:9drv4n$m2r$1 <email protected>
> Hi,
>
> I have a problem with PHP (both 4.0.4pl1 and 4.0.5) because I try to load
> the php_gettext.dll extension.
>
> Unfortunately all I get is: Unable to load dynamic library
> 'c:\php\extensions\php_gettext.dll' - One of the library files needed to
run
> this application cannot be found. This happens both when just running
> PHP.EXE and running apache with the php module.
>
> And I verified it, the file php_gettext.dll IS lying in C:\PHP\Extensions
>
> The relevant lines in PHP.INI are:
>
> ; Directory in which the loadable extensions (modules) reside.
> extension_dir = c:\php\extensions\
> extension=php_gettext.dll
>
> Strangely the same settings/configuration work under Windows 2000. Can
> anybody help me or tell me what I'm doing wrong?
>
> Greetings,
> Michel
> 1nqbeyl5a4w605p001 <email protected>
>
>
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: php-windows-unsubscribe <email protected>
> For additional commands, e-mail: php-windows-help <email protected>
> To contact the list administrators, e-mail: php-list-admin <email protected>
>
-- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-windows-unsubscribe <email protected> For additional commands, e-mail: php-windows-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: John Taylor-Johnston: "Re: [PHP-WIN] *.ini"
- Previous message: Isaac: "[PHP-WIN] Running System Commands on NT, how do i gain a persistent connection with the prompt?"
- In reply to: Michel Meyers: "[PHP-WIN] Trouble loading extension/module under win98"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

