Thanks! The library installs fine. However, when running gaussview I
instead get the following
.../gv/gview: error while loading shared libraries: libXft.so.1:
cannot open shared object file: No such file or directory
I found some suggestions on the web to link to the newer version of
the library
ln -s libXft.so.2 libXft.so.1
However, this does not work since I then get the message
.../gv/gview: symbol lookup error: /usr/lib/libfontconfig.so.1:
undefined symbol: FT_Get_BDF_Property
Can I install libXft.so.1 in some straightforward way, or is
something else missing?
Regards,
Tore
On Apr 22, 2008,17, at 11:28 AM, Beyerle Urs wrote:
Tore Brinck wrote:
We have installed Sl.5.1 x86_64 and now have problems running some
X11 ba
sed 32 bit graphics applications, like Gaussview.
Trying to run Gaussview I get the following error message.
.../gv/gview: error while loading shared libraries: libXmu.so.6:
cannot o
pen shared object file: No
such file or directory
If I provide a link to the library directory /usr/lib64/ then I
get the f
ollowing
.../gv/gview: error while loading shared libraries: libXmu.so.6:
wrong EL
F class: ELFCLASS64
It seems that the program needs access to 32 bit library routines?
How ca
n I get around this kind of problems? Any suggestions welcome!
Tore Brinck
Just install the 32-bit lib(s):
# yum install libXmu.i386
Cheers,
Urs