Hi LL On Fri, 2004-03-12 at 21:41, LinuxLingam wrote: > On Fri, 2004-03-12 at 22:30, BandiPat wrote: > > LinuxLingam wrote: > > > hi! > > > > > > am trying to install scribus 1.1.5 under my redhat8 system. > > > curious, i just tried the following command, with the output that > follows, which i've clipped. > > # locate libart_lgpl > /usr/lib/libart_lgpl_2.so.2.3.10 > /usr/lib/libart_lgpl_2.so.2 > /usr/lib/libart_lgpl.so.2.2.0 > /usr/lib/libart_lgpl.so.2 > /usr/lib/libart_lgpl_2.so.2.3.16 > /usr/lib/libart_lgpl_2.so > /usr/lib/libart_lgpl_2.la > /usr/lib/libart_lgpl_2.a > /usr/lib/libart_lgpl.a > /usr/lib/libart_lgpl.so > > > noted that /usr/include contains /libart-2.0/ > but no /libart-2.3 > > ditto with > /usr/local/include/ > > and with > /usr/local/lib > > after that, the location where i had downloaded and uncompressed the tar > of libart_lgpl contains a folder with loads of *.h and *.c which i > assume were used to compile this library. it also contains loads of *.o > and *.lo files. > > a hidden directory in this location, /.libs/ contains a large number of > *.o files, among a few others. > > > does this lead somewhere?
do an ls libart* -al in /usr/lib and compare to this: -rw-r--r-- 1 root root 211 Nov 15 20:26 libartConf.sh -rw-r--r-- 1 root root 123718 Nov 15 15:44 libart_lgpl_2.a -rwxr-xr-x 1 root root 825 Nov 15 15:44 libart_lgpl_2.la lrwxrwxrwx 1 root root 23 Nov 15 15:44 libart_lgpl_2.so -> libart_lgpl_2.so.2.3.16 lrwxrwxrwx 1 root root 23 Nov 15 15:44 libart_lgpl_2.so.2 -> libart_lgpl_2.so.2.3.16 -rwxr-xr-x 1 root root 102293 Nov 15 15:44 libart_lgpl_2.so.2.3.16 -rw-r--r-- 1 root root 86444 Nov 15 20:26 libart_lgpl.a -rwxr-xr-x 1 root root 724 Nov 15 20:26 libart_lgpl.la lrwxrwxrwx 1 root root 20 Nov 15 20:26 libart_lgpl.so -> libart_lgpl.so.2.2.0 lrwxrwxrwx 1 root root 20 Nov 15 20:26 libart_lgpl.so.2 -> libart_lgpl.so.2.2.0 -rwxr-xr-x 1 root root 69885 Nov 15 20:26 libart_lgpl.so.2.2.0 (dates and times will be irrelevant) Craig -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part Url : http://nashi.altmuehlnet.de/pipermail/scribus/attachments/20040312/b9b3b8f1/attachment.pgp
