GHSHelpdesk
Technical User
Alright,I've been trying this for several weeks now, and it's starting to get frustrating. I am a helpdesk administrator for the local High school.
We are running IIS 6 and a PHP Build of 4.3.10. I've had no problems enabling and compliling with the GD libraries, but when I try the same procedure using the LDAP dll, I get an error message saying 'Access Denied'. Both dlls have the same permissions and are both in the same folder.
In an exacerbated attempt to get it working, the directory that I have the extension dlls in, was given full access by everyone.
It's quite possible that I'm simply just missing a step. If the ldap libraries included with php (php_ldap.dll) and the dlls in the 'dll' folder. (Places in my System32 folder). I uncommented the extension line and added the --with-ldap switch to my .ini file.
The biggest kick in the pants is that, just for fun, I loaded all the extensions in the directory. About half of them got the 'Access Denied' error, while the other half compiled succesfully. And bear in mind that they all have the same permissions on the files.
We are running IIS 6 and a PHP Build of 4.3.10. I've had no problems enabling and compliling with the GD libraries, but when I try the same procedure using the LDAP dll, I get an error message saying 'Access Denied'. Both dlls have the same permissions and are both in the same folder.
In an exacerbated attempt to get it working, the directory that I have the extension dlls in, was given full access by everyone.
It's quite possible that I'm simply just missing a step. If the ldap libraries included with php (php_ldap.dll) and the dlls in the 'dll' folder. (Places in my System32 folder). I uncommented the extension line and added the --with-ldap switch to my .ini file.
The biggest kick in the pants is that, just for fun, I loaded all the extensions in the directory. About half of them got the 'Access Denied' error, while the other half compiled succesfully. And bear in mind that they all have the same permissions on the files.