[CWB] Shared libraries

oyvind.eide at iln.uio.no oyvind.eide at iln.uio.no
Tue May 8 10:35:29 CEST 2012


Dear list,

I am setting up CWB for betatesting on a linux RHEL 5.8 system. I 
checked out the sourcefiles yesterday, cf. 
http://cwb.sourceforge.net/developers.php

Please correct me if this is not the right kind of question for this list.

Our system had some non-standard placements of shared libraries, and I 
try to use LD_LIBRARY_PATH as a temporary workaround to avoid messing 
with the general setup of the server at this stage. However, this do not 
seem to work. I set up the placement of libtinfo.so.5 but cqp do not 
find it anyway. Any suggestions? Other workarounds?

[oeide at edd-app1 bin]$ echo $LD_LIBRARY_PATH
/local/lib
[oeide at edd-app1 bin]$ ls /local/lib/libtinfo.so.5
/local/lib/libtinfo.so.5
[oeide at edd-app1 bin]$ ./cqp
./cqp: error while loading shared libraries: libtinfo.so.5: cannot open 
shared object file: No such file or directory
[oeide at edd-app1 bin]$ ldd ./cqp
         linux-vdso.so.1 =>  (0x00007fff5c9fd000)
         libm.so.6 => /lib64/libm.so.6 (0x00002b963e17d000)
         libpcre.so.0 => /lib64/libpcre.so.0 (0x00002b963e400000)
         libglib-2.0.so.0 => /lib64/libglib-2.0.so.0 (0x00002b963e61f000)
         libreadline.so.5 => /usr/lib64/libreadline.so.5 
(0x00002b963e8be000)
         libhistory.so.5 => /usr/lib64/libhistory.so.5 (0x00002b963eafb000)
         libncurses.so.5 => /usr/lib64/libncurses.so.5 (0x00002b963ed03000)
         libc.so.6 => /lib64/libc.so.6 (0x00002b963ef61000)
         libtinfo.so.5 => not found
         librt.so.1 => /lib64/librt.so.1 (0x00002b963f2b8000)
         libdl.so.2 => /lib64/libdl.so.2 (0x00002b963f4c2000)
         /lib64/ld-linux-x86-64.so.2 (0x00002b963df5f000)
         libpthread.so.0 => /lib64/libpthread.so.0 (0x00002b963f6c6000)
[oeide at edd-app1 bin]$

-- 
Øyvind Eide
Unit for Digital Documentation
University of Oslo


More information about the CWB mailing list