Hello all.

after swicthing from OSELAS.Toolchain-2012.12.0 to OSELAS.Toolchain-2014.12.0 the apache2 build failed according to some linking errors regarding libaprutils and lcrypt.

Some idea what went wrong here?

/media/data/bsp/dnt8209ptxdist_new_toolchain/platform-dnt3202/sysroot-target/usr/build/libtool --silent --mode=link arm-v5te-linux-gnueabi-gcc -g -O2 -D_REENTRANT -D_GNU_SOURCE -DAP_HAVE_DESIGNATED_INITIALIZER -I/media/data/bsp/dnt8209ptxdist_new_toolchain/platform-dnt3202/sysroot-target/usr/include/apr-0 -I/media/data/bsp/dnt8209ptxdist_new_toolchain/platform-dnt3202/sysroot-target/usr/include -I. -I/media/data/bsp/dnt8209ptxdist_new_toolchain/platform-dnt3202/build-target/httpd-2.0.64/os/unix -I/media/data/bsp/dnt8209ptxdist_new_toolchain/platform-dnt3202/build-target/httpd-2.0.64/server/mpm/prefork -I/media/data/bsp/dnt8209ptxdist_new_toolchain/platform-dnt3202/build-target/httpd-2.0.64/modules/http -I/media/data/bsp/dnt8209ptxdist_new_toolchain/platform-dnt3202/build-target/httpd-2.0.64/modules/filters -I/media/data/bsp/dnt8209ptxdist_new_toolchain/platform-dnt3202/build-target/httpd-2.0.64/modules/proxy -I/media/data/bsp/dnt8209ptxdist_new_toolchain/platform-dnt3202/build-target/httpd-2.0.64/include -I/media/data/bsp/dnt8209ptxdist_new_toolchain/platform-dnt3202/build-target/httpd-2.0.64/modules/generators -I/media/data/bsp/dnt8209ptxdist_new_toolchain/platform-dnt3202/build-target/httpd-2.0.64/modules/dav/main -export-dynamic -L/media/data/bsp/dnt8209ptxdist_new_toolchain/platform-dnt3202/sysroot-target/usr/lib -o httxt2dbm httxt2dbm.lo /media/data/bsp/dnt8209ptxdist_new_toolchain/platform-dnt3202/build-target/httpd-2.0.64/srclib/pcre/libpcre.la /media/data/bsp/dnt8209ptxdist_new_toolchain/platform-dnt3202/sysroot-target/usr/lib/libaprutil-0.la -lexpat /media/data/bsp/dnt8209ptxdist_new_toolchain/platform-dnt3202/sysroot-target/usr/lib/libapr-0.la -lrt -lm -lcrypt -lnsl -lpthread -ldl
/media/data/bsp/dnt8209ptxdist_new_toolchain/platform-dnt3202/sysroot-target/usr/lib/libaprutil-0.so: undefined reference to `crypt_r'
collect2: error: ld returned 1 exit status
make[3]: *** [httxt2dbm] Error 1
make[3]: *** Waiting for unfinished jobs....
/media/data/bsp/dnt8209ptxdist_new_toolchain/platform-dnt3202/sysroot-target/usr/lib/libaprutil-0.so: undefined reference to `crypt_r'
collect2: error: ld returned 1 exit status
make[3]: *** [htdigest] Error 1
/media/data/bsp/dnt8209ptxdist_new_toolchain/platform-dnt3202/sysroot-target/usr/lib/libaprutil-0.so: undefined reference to `crypt_r'
collect2: error: ld returned 1 exit status
make[3]: *** [ab] Error 1
make[3]: Leaving directory `/media/data/bsp/dnt8209ptxdist_new_toolchain/platform-dnt3202/build-target/httpd-2.0.64/support'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/media/data/bsp/dnt8209ptxdist_new_toolchain/platform-dnt3202/build-target/httpd-2.0.64/support'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/media/data/bsp/dnt8209ptxdist_new_toolchain/platform-dnt3202/build-target/httpd-2.0.64'
make: *** [/media/data/bsp/dnt8209ptxdist_new_toolchain/platform-dnt3202/state/apache2.compile] Error 2

Best regards,

Oliver