[PHP-INST] php,ldap, images

2002-08-28 Thread Luis E. Collado T.
Thanks for your answer, i already solved the problem. But, I have other questions: what i should to do to view a image coming of a ldap server (openldap) from a browser and with php? thanks -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-INST] PHP LDAP Module Problem

2002-07-15 Thread Nigel George
I'm trying to use LDAP functions in PHP, on SuSE Linux. But I've been told I need to enabled the extensions... php only comes with .dll's and these obviously aren't for linux. So how can I get a PHP LDAP extension for linux? Please Thanks in advance ~~

Re: [PHP-INST] PHP & LDAP

2001-02-13 Thread Phil Huynh
phil Chris Andrew wrote: > > Try > > ./configure -with-apache=../apache_1.3 -with-ldap=/usr -enable-track > > Regards, > Chris > > > -Original Message- > > From: Phil Huynh [mailto:[EMAIL PROTECTED]] > > Sent: 13 February 2001 06:14 > > To:

RE: [PHP-INST] PHP & LDAP

2001-02-13 Thread Chris Andrew
Try ./configure -with-apache=../apache_1.3 -with-ldap=/usr -enable-track Regards, Chris > -Original Message- > From: Phil Huynh [mailto:[EMAIL PROTECTED]] > Sent: 13 February 2001 06:14 > To: [EMAIL PROTECTED] > Subject: [PHP-INST] PHP & LDAP > > > &

[PHP-INST] PHP & LDAP

2001-02-12 Thread Phil Huynh
Hi, I have download the ldap_client (ldap_V3.3) from University of Michigan. unpack the tar file, change the installation path in Make-common file. run make and make install. then I configure the PHP ./configure -with-apache=../apache_1.3 -with-ldap=/usr/local/ldap -enable-track. th