Posted by Chung Leong on 07/17/06 14:08
topmind wrote:
> I tried to install the sqlite extension to PHP using "php_sqlite.dll",
> but I get the following error message:
>
> PHP Warning: Unknown(): Unable to load dynamic
> library './php_sqlite.dll' - Access is denied. in Unknown on line 0
>
> I am using IIS on Windows XP for development only. It is Php version
> 4.3.2. I added all permissions I could, including "write". It is
> finding the DLL okay because if I rename it I get a "not found" message
> instead. I cannot tell what the fudge is denying access to what and
> why.
>
> Any help would be appreciated.
>
> -t-
That error looks awfully familiar. I've encountered it before while
trying to build the SQLite extension. I can't quite remember what the
cause is though. I think it's because the DLL is compiled using VC8 and
the file is missing its embedded SxS manifest. Where did you get the
file?
[Back to original message]
|