[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Small problem while x-compile without enable-dynamic
Hi list,
I think I found a little problem while trying to x-compile openldap without
--enable-dynamic. (ver 2.1.27)
env CPPFLAGS=-I/home/johnlee/BerkeleyDB.4.2/include \
LDFLAGS=-L/home/johnlee/BerkeleyDB.4.2/lib \
./configure \
--host=i386-pc-linux \
--enable-x-compile
then make depend; make:
(...strip...)
gcc296 -g -O2 -o ucgendat ucgendat.o -L/home/johnlee/BerkeleyDB.4.1/lib
../../libraries/liblber/.libs/liblber.a ../../libraries/liblutil/liblutil.a
-lresolv -ldl
./ucgendat ./UnicodeData.txt -x ./CompositionExclusions.txt
./ucgendat: /lib/ld-linux.so.2: version `GLIBC_2.1.1' not found (required by
/home/johnlee/glibc/lib/libc.so.6)
./ucgendat: /lib/ld-linux.so.2: version `GLIBC_2.2.3' not found (required by
/home/johnlee/glibc/lib/libc.so.6)
./ucgendat: /lib/ld-linux.so.2: version `GLIBC_2.2' not found (required by
/home/johnlee/glibc/lib/libc.so.6)
make[2]: *** [ucgendat] Error 1
make[2]: Leaving directory
`/home/johnlee/src/openldap-2.1.27/libraries/liblunicode'
make[1]: *** [all-common] Error 1
make[1]: Leaving directory `/home/johnlee/src/openldap-2.1.27/libraries'
make: *** [all-common] Error 1
(...strip...)
Looks like "make" tried to execute a program that can't be executed on build
machine.
- John