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

Still no glibc2.1 build




>
> >Subject: Still no glibc2.1 build
> >
> >This message is in MIME format
> >--_=XFMail.1.3.p0.Linux:990521080241:8743=_
> >Content-Type: text/plain; charset=us-ascii
> >
> >I had applied the attached patch to the OpenLDAP stable source, and indeed, it
> >does seem to rid it of the "args to strdup" problems.
> >
> >Unfortunately, the make then goes on to fail in the same place the devel tree
> >fails, i.e. 'make' fails in the 'tests' folder with errors from ldif2ldbm.
> >
> >I also attach the output from from 'make' in the 'tests' folder.
> >
> >Hugh
> >
> >----------------------------------
> >E-Mail: Batmensch <hcaley@loomer.com>
> >Date: 21-May-99
> >Time: 07:57:42
> >
> >This message was sent by XFMail
> >----------------------------------
> >
> >--_=XFMail.1.3.p0.Linux:990521080241:8743=_
> >Content-Disposition: attachment; filename="testerrors.txt"
> >Content-Transfer-Encoding: 7bit
> >Content-Description: testerrors.txt
> >Content-Type: text/plain; charset=us-ascii; name=testerrors.txt; SizeOnDisk=300
> >
> >Initiating LDAP tests...
> >>>>>> Executing all LDAP tests...
> >>>>>> Test Directory: .
> >>>>>> Starting test001-ldif2ldbm ...
> >running defines.sh .
> >Datadir is ./data
> >Cleaning up in ./test-db...
> >Running ldif2ldbm to build slapd database...
> >ldif2ldbm failed!
> >>>>>> ./scripts/test001-ldif2ldbm failed (exit 1)
> >
> >--_=XFMail.1.3.p0.Linux:990521080241:8743=_
> >Content-Disposition: attachment; filename="openldap-990504-strdup.patch"
> >Content-Transfer-Encoding: 7bit
> >Content-Description: openldap-990504-strdup.patch
> >Content-Type: text/plain;
> > charset=us-ascii; name=openldap-990504-strdup.patch; SizeOnDisk=400
> >
> >*** ldap/include/ac/string.h.orig      Wed May 19 19:56:08 1999
> >--- ldap/include/ac/string.h   Wed May 19 19:56:33 1999
> >***************
> >*** 50,57 ****
> >--- 50,59 ----
> >       /* strdup() is missing, declare our own version */
> >       extern char *strdup LDAP_P(( const char *s ));
> >  #else
> >+ #ifndef strdup
> >       /* some systems have strdup(), but fail to declare it */
> >       extern char *strdup();
> >+ #endif
> >  #endif
> >
> >  /*
> >
> >--_=XFMail.1.3.p0.Linux:990521080241:8743=_--
> >End of MIME message
> >
> >
>
> OpenLDAP mailing lists only accept postings from list subscribers.
>
> To subscribe, send e-mail to lists@OpenLDAP.org with the command
>
>         subscribe       openldap-list
>
> (replace openldap-list with the name of the desired list) in the
> body of the message.  Help may be obtained by submitting the command:
>
>         help
>
> Basic instructions are also available at:
>
>         http://www.OpenLDAP.org/lists/
>
> If you are already a subscriber, change your subscription to be
> the same address as you wish to post from and then only post from
> that address.
>
> OpenLDAP Postmaster