[Date Prev][Date Next] [Chronological] [Thread] [Top]

RE: Report : openldap 2.1.4 compile and work on AIX 4.3.3 :))



Hello,

#include "../libraries/liblunicode/ucdata/ucdata.h" work !!

I read in the list that is fixed for the future release ?

Many thanks Howard

Guy

> -----Original Message-----
> From: Howard Chu [mailto:hyc@symas.com]
> Sent: Friday, August 30, 2002 2:34 PM
> To: De Leeuw Guy
> Subject: RE: Report : openldap 2.1.4 compile and work on AIX 4.3.3 :))
> 
> 
> Try this, and tell me if it works any better:
> In include/ldap_pvt_uc.h, replace the line
> 
> #include "../libraries/liblunicode/ucdata.h"
> 
> with
> 
> #include <ac/../../libraries/liblunicode/ucdata/ucdata.h>
> 
> After editing this file, cd into libraries/liblutil and re-try your "make
> depend" command, then type "make" to see if the Makefile is fixed.
> 
>   -- Howard Chu
>   Chief Architect, Symas Corp.       Director, Highland Sun
>   http://www.symas.com               http://highlandsun.com/hyc
>   Symas: Premier OpenSource Development and Support
> 
> > -----Original Message-----
> > From: owner-openldap-software@OpenLDAP.org
> > [mailto:owner-openldap-software@OpenLDAP.org]On Behalf Of De Leeuw Guy
> > Sent: Friday, August 30, 2002 3:02 AM
> > To: 'OpenLdap'
> > Subject: Report : openldap 2.1.4 compile and work on AIX 4.3.3 :))
> >
> >
> > Hello,
> > All works !
> > Can you correct, in the futur release, the error in the file
> > libraries/liblutil/Makefile
> >  and change the line 710 (in my makefile, search for ucdata.h in other
> > case):
> > 	passwd.o: ../libraries/liblunicode/ucdata.h
> > by
> > 	passwd.o: ../liblunicode/ucdata.h
> >
> >
> > Guy
> >
> >
> >
>