Re: php_sqlite.dll "Access Denied"
- From: "Chung Leong" <chernyshevsky@xxxxxxxxxxx>
- Date: 17 Jul 2006 07:08:25 -0700
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?
.
- References:
- php_sqlite.dll "Access Denied"
- From: topmind
- php_sqlite.dll "Access Denied"
- Prev by Date: Re: truncating an array
- Next by Date: Re: Combining 2 preg matches.
- Previous by thread: Re: php_sqlite.dll "Access Denied"
- Next by thread: Update only Xml node (PHP5)
- Index(es):
Relevant Pages
|