Re: php and ldap

2006-12-13 Thread Bryan Irvine
I have found it by myself: I had to set the right path for extension_dir in php.ini. Hope it may help others not to waste such a long time getting their loadable modules running. You skipped a step somewhere. I just did this on a 4.0 system about 10 minutes ago and it worked without any extra

Re: php and ldap

2006-12-12 Thread Dr. Harry Knitter
Am Montag, 11. Dezember 2006 19:39 schrieb Bryan Irvine: Did I forget anything? You've installed the proper php5-ldap package for your arch / version? yes (all from packages) You've restarted apache after running phpxs? Does phpinfo show ldap support? make a script that just

Re: php and ldap

2006-12-12 Thread Dr. Harry Knitter
Am Dienstag, 12. Dezember 2006 10:40 schrieb Dr. Harry Knitter: Am Montag, 11. Dezember 2006 19:39 schrieb Bryan Irvine: Did I forget anything? You've installed the proper php5-ldap package for your arch / version? yes (all from packages) You've restarted apache

php and ldap

2006-12-11 Thread Dr. Harry Knitter
having installed php and phpldapadmin the later tells me that my php configuration appears to be missing ldap support. To httpd.conf I have added AddType application/x-httpd-php .php I did: cd /var/www/htdocs ln -s ../phpldapadmin-0.9.7 phpldapadmin then mkdir /var/www/tmp chown www:daemon

Re: php and ldap

2006-12-11 Thread Darren Spruell
On 12/11/06, Dr. Harry Knitter [EMAIL PROTECTED] wrote: having installed php and phpldapadmin the later tells me that my php configuration appears to be missing ldap support. To httpd.conf I have added AddType application/x-httpd-php .php I did: cd /var/www/htdocs ln -s ../phpldapadmin-0.9.7

Re: php and ldap

2006-12-11 Thread Dr. Harry Knitter
Am Montag, 11. Dezember 2006 18:14 schrieb Darren Spruell: On 12/11/06, Dr. Harry Knitter [EMAIL PROTECTED] wrote: having installed php and phpldapadmin the later tells me that my php configuration appears to be missing ldap support. To httpd.conf I have added AddType

Re: php and ldap

2006-12-11 Thread Bryan Irvine
Did I forget anything? You've installed the proper php5-ldap package for your arch / version? yes (all from packages) You've restarted apache after running phpxs? Does phpinfo show ldap support? make a script that just has ? print phpinfo(); ? and open it from a browser, If ldap support