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

RE: make failed (ITS#2756)



This is a bug in the libtool script that we bundle with OpenLDAP. To
workaround it, you can manually create symbolic links from each .lo file to
the corresponding .o file:
  ln -s init.lo init.o
  ln -s tools.lo tools.o
  ...
(Normally the libtool script would do this itself, but it seems to have some
incorrect settings when running on AIX.)

  -- 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-bugs@OpenLDAP.org
> [mailto:owner-openldap-bugs@OpenLDAP.org]On Behalf Of
> bruneau@siig.u-bordeaux.fr
> Sent: Tuesday, October 07, 2003 9:05 AM
> To: openldap-its@OpenLDAP.org
> Subject: make failed (ITS#2756)
>
>
> Full_Name: BRUNEAU Chistian
> Version: 2.1.22
> OS: AIX 4.3.3
> URL: ftp://ftp.openldap.org/incoming/CB-20031007.ext
> Submission from: (NULL) (147.210.232.141)
>
>
> Hello,
> I try to install openldap but I have the following problem :
> configure  OK
> make depend ok
> make   ==> failed
> at the beginning all is ok
> .............
> gcc -g -O2 -I../../../include -I../../../include -I.. -I./..
> -I/usr/local/BerkeleyDB.4.1/include -c version.c  -DPIC -o version.lo
> then :
>         ar ruv libback_bdb.a `echo init.lo tools.lo config.lo
>  add.lo bind.lo
> compare.lo delete.lo modify.lo modrdn.lo search.lo  ex
> tended.lo passwd.lo referral.lo attribute.lo group.lo
> operational.lo  attr.lo
> index.lo key.lo dbcache.lo filterindex.lo  dn2entry.lo
>  dn2id.lo error.lo id2entry.lo idl.lo nextid.lo cache.lo |
> sed 's/\.lo/.o/g'`
> version.o
> ar: création d'un fichier archive libback_bdb.a.
> a - init.o
> ar: Un fichier ou un répertoire du chemin d'accès n'existe pas.
> ar: 0707-117 L'appel système fopen n'a pu être exécuté
>         sur le fichier : init.o.
> a - tools.o
> ar: Un fichier ou un répertoire du chemin d'accès n'existe pas.
> ar: 0707-117 L'appel système fopen n'a pu être exécuté
>         sur le fichier : tools.o
> etc .....;
> a - version.o
> ar: Un fichier ou un répertoire du chemin d'accès n'existe pas.
> ar: 0707-117 L'appel système fopen n'a pu être exécuté
>         sur le fichier : version.o.
> make : 1254-004 Code d'erreur de la dernière commande : 29.
> Arrêt.
> make : 1254-004 Code d'erreur de la dernière commande : 2.
> Arrêt.
> make : 1254-004 Code d'erreur de la dernière commande : 2.
> Arrêt.
> make : 1254-004 Code d'erreur de la dernière commande : 2.
> Arrêt.
> I tested several options in configure, but I always have the
> same problem
>
> I thank you
>