Emiliano <[EMAIL PROTECTED]> said: 

> Alan Knowles wrote:
> 
> 
> > I had a go at building the ldap module with phpize (co -j4_0_4pl1 )
however
> > was unable to create a binary for some reason  - php refused to load 'our
> > ldap.so' = something about not being a valid library
> 
> http://marc.theaimsgroup.com/?l=php-dev&m=98883050824504&w=2
> 

Dead on - that now fixes the redhat+ldap module problem earlier
for redhat 7.1
mkdir /usr/src/php-ldap
cd /usr/src/php-ldap
cvs -d :pserver:[EMAIL PROTECTED]:/repository co -jPHP_4_0_4pl1
php4/ext/ldap 
cd php4/ext/ldap
phpize
CFLAGS="$CFLAGS -DHAVE_LDAP=1 -DCOMPILE_DL_LDAP=1" ./configure --with-ldap
make 
make install



> Emile
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 



-- 
Technical Director
Linux Center (HK) Ltd.
www.hklc.com



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to