help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Octave on CentOS 6


From: Martin Helm
Subject: Re: Octave on CentOS 6
Date: Tue, 01 Nov 2011 22:36:59 +0100
User-agent: KMail/4.7.2 (Linux/3.1.0-rc9-1-desktop; KDE/4.7.2; x86_64; ; )

Am Dienstag, 1. November 2011, 20:14:30 schrieb hvn:
> $ whereis libhdf5.so.6
> libhdf5.so: /usr/lib/libhdf5.so /usr/lib/libhdf5.so.7
Your problem seems to be that your hdf5 is too much up to date, I bet that
ls -l /usr/lib/libhdf5.so 
will give a symbolic link to libhdf5.so.7. I do not know exactly if Centos 
provides different versions of the hdf5 rpm's but you can try somewhat a hack 
of course to create a symlink to one of your .6 files like that
ln -s /usr/lib/mpich2/lib/libhdf5.so.6 /usr/lib/libhdf5.so.6
(as root) and hope that it helps (run ldconfig afterwards just to be sure that 
the shared object cache will be updated).



reply via email to

[Prev in Thread] Current Thread [Next in Thread]