|
freebsd version has problem with libpthread.so
i have fbsd 7 when i try use libpthread.so from that system it wont works (in 4.0 it wasn't needed)
(after adding alias in libmap.conf
root@core2:~/lsws-4.1RC2# cat /etc/libmap.conf
libcrypt.so.3 libcrypt.so.4
libm.so.4 libm.so.5
libc.so.6 libc.so.7
libpthread.so.2 libpthread.so
(other libs works ok becous they are used in litespeed 4.0)
/libexec/ld-elf.so.1: /usr/lib/libpthread.so: version LIBTHREAD_1_0 required by bin/lshttpd not found
When i install freebsd6 librares it still don't works
/libexec/ld-elf.so.1: /usr/local/lib/compat/libpthread.so.2: Undefined symbol "__malloc_lock"
Maby it is time to litespeed for 7.0 fbsd? there is arledy freebsd 8.0
|