[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Running GNU Octave via Cent OS on VirtualBox
From: |
Tatsuro MATSUOKA |
Subject: |
Re: Running GNU Octave via Cent OS on VirtualBox |
Date: |
Mon, 27 Apr 2015 17:49:49 +0900 (JST) |
----- Original Message -----
> From: Brenton Horne
> To: Tatsuro MATSUOKA
> Cc:
> Date: 2015/4/27, Mon 08:12
> Subject: Re: Running GNU Octave via Cent OS on VirtualBox
>
> No, how do I do that?
>
> On 27/04/2015 9:11 AM, Tatsuro MATSUOKA wrote:
>> ----- Original Message -----
>>> From: Brenton Horne
>>> To: help
>>> Date: 2015/4/27, Mon 04:10
>>> Subject: Running GNU Octave via Cent OS on VirtualBox
>>>
>>>
>>> Hi,
>>>
>>> I've been attempting to install octave for use by Sage (e.g., see
>> this forum thread I started
> https://groups.google.com/forum/#!topic/sage-support/GuIsel6lY0U) 6.6 on a
> virtual machine (VM) but after installing via
>>> yum install octave texlive
>>>
>>> (to also install texlive). I ran octave --version and received the
>> error: http://i.imgur.com/IFZ8lLp.png.
>>> Thanks for your time,
>>> Brenton
>>>
>>
>> Did you check the hdf runtime library was installed in your system?
>>
>> Tatsuro
Please do not forget cc. to the help-octave list.
I have not experienced the Cent OS.
On the ubunutu, I can confirmed that from the terminal
$ locate libhdf5.so
For my case,
address@hidden:~$ locate libhdf5.so
/opt/scilab-5.5.1/lib/thirdparty/libhdf5.so
/opt/scilab-5.5.1/lib/thirdparty/libhdf5.so.7
/opt/scilab-5.5.1/lib/thirdparty/libhdf5.so.7.0.2
/usr/lib/x86_64-linux-gnu/libhdf5.so
/usr/lib/x86_64-linux-gnu/libhdf5.so.7
/usr/lib/x86_64-linux-gnu/libhdf5.so.7.0.0
address@hidden:~$ ls -al /usr/lib/x86_64-linux-gnu/libhdf5.so*
lrwxrwxrwx 1 root root 16 12月 23 2013
/usr/lib/x86_64-linux-gnu/libhdf5.so -> libhdf5.so.7.0.0
lrwxrwxrwx 1 root root 16 12月 23 2013
/usr/lib/x86_64-linux-gnu/libhdf5.so.7 -> libhdf5.so.7.0.0
-rw-r--r-- 1 root root 2729792 12月 23 2013
/usr/lib/x86_64-linux-gnu/libhdf5.so.7.0.0
If you do not find them, you have to install hdf5 run time libraries.
For the hdf5 for your system, please search by e.g. Google.
Tatsuro