Hi Joe,

I recently had a similar problem. All the dlls that I neded were
available in the full windows zip package from php.net's downloads
section. I used Dependency Walker
( http://www.dependencywalker.com/ - Thanks again Philippe) to determine
which dlls I needed to have as often the dll referenced in the ini file
won't load even after you have installed it due to some missing dlls
that it depends on.

In the end I set my extensions directory in the php.ini file to
c:\winnt\system32 and copied all the necessary dlls there. This worked
like a charm for me.

HTH
D.

> -----Original Message-----
> From: Joseph Koenig [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, 30 October 2001 9:02 a.m.
> To: [EMAIL PROTECTED]
> Subject: [PHP-WIN] No DLL's after installation?
>
>
> Hi, I recently had an admin install PHP 4.0.6 on a Windows
> 2000 Server.
> The server is running Microsoft Site Server. Forgive my ignorance of
> Windows...I created an info.php page that displayed itself properly. I
> went to use the mssql extension - I uncommented it in the
> php.ini file.
> It threw up errors that it couldn't find the dll. I figured
> the path was
> wrong and did a search for php_mssql.dll on the server. Nothing found.
> In fact, a search for "php" only brings up a few items. No
> dll's except
> php4ts.dll. What happened? During installation, the admin told me a
> message saying an ocx was missing popped up. I see in the
> archives that
> that isn't a problem really though. Any ideas? Please CC me as I'm not
> on the WIN list. Thanks,
>
> Joe
>
> --
> 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]
>


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