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

RE: back-perl on with perl 5.8.0



This should work in the upcoming OpenLDAP 2.1.16. (So far I have only tested
it with Perl 5.6.1, haven't built 5.8 yet.) There is already a bug report
(ITS#2356) on this in the tracking system. You can follow its progress if
you're interested.

  -- 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 Christoph Neumann

> I cannot get back-perl from the openldap-2.1.12 distribution
> to compile on
> a stock RedHat 8.0 box with perl 5.8.0
>
> I get this error:
>
> /bin/sh
> /home/enigma/download/daemon/openldap/openldap-2.1.12/libtool
> --mode=compile cc -g -O2 -I../../../include
> -I../../../include -I..
> -I./.. -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing
> -D_LARGEFILE_SOURCE
> -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm
> -I/usr/lib/perl5/5.8.0/i386-linux-thread-multi/CORE      -c init.c
> rm -f .libs/init.lo
> cc -g -O2 -I../../../include -I../../../include -I.. -I./..
> -D_REENTRANT
> -D_GNU_SOURCE -fno-strict-aliasing -D_LARGEFILE_SOURCE
> -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm
> -I/usr/lib/perl5/5.8.0/i386-linux-thread-multi/CORE -c init.c
>  -fPIC -DPIC
> -o .libs/init.lo
> init.c: In function `perl_back_initialize':
> init.c:74: warning: passing arg 2 of `perl_parse' from incompatible
> pointer type
> init.c: In function `perl_back_db_open':
> init.c:147: `my_perl' undeclared (first use in this function)
> init.c:147: (Each undeclared identifier is reported only once
> init.c:147: for each function it appears in.)
> init.c: In function `perl_back_xs_init':
> init.c:182: `my_perl' undeclared (first use in this function)
> init.c:182: warning: passing arg 3 of `Perl_newXS' from incompatible
> pointer type
> make: *** [init.lo] Error 1
>
>
> Is perl 5.8.0 supported for back-perl?  Anyone have any ideas?
>
> - Christoph
>
>
>