[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
back-perl on with perl 5.8.0
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