[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Issue in octave application
From: |
Tatsuro MATSUOKA |
Subject: |
Re: Issue in octave application |
Date: |
Fri, 7 Aug 2015 18:46:12 +0900 (JST) |
*******************************************************
Please do the bottom post but not top post. This is a custom of this ML
*******************************************************
> e: address@hidden
> Please consider the environment before printing this email.
>
>
>
> -----Original Message-----
> From: Tatsuro MATSUOKA [mailto:address@hidden
> Sent: 07 August 2015 14:31
> To: Mallikarjuna Jangannavar; address@hidden
> Subject: Re: Issue in octave application
>
> ----- Original Message -----
>> From: Mallikarjuna Jangannavar
>> To: "'address@hidden'"
>> Date: 2015/8/7, Fri 13:33
>> Subject: Issue in octave application
>>
>>
>>
>> Hi Team,
>>
>> We are facing issue while launching the octave application on Linux
> environment. Could you please help us to fix this issue.
>>
>> Error :- /prog/rdtoolbox/octave/versions/3.8.1/bin/octave-cli-3.8.1: error
> while loading shared libraries: libcurl.so.3: cannot open shared object file:
> No
> such file or directory
>>
>>
>> Regards,
>> Mallikarjun
>>
>> e: address@hidden
>> P Please consider the environment before printing this email.
>>
>
>
> What distro (Ubuntu etcs.) and version (14.04)?
> How did you install octave?
> I assume that you did not install from source.
>
> Please give us more information to specify what is wrong with your install.
>
> # The issue seems in principle not to be octave help list issue but issue of
> distro site or community.
> # Perhaps you install octave from binary distribution of distro sites or
> community.
>
>
> Tatsuro
>
----- Original Message -----
> From: Mallikarjuna Jangannavar
> To: 'Tatsuro MATSUOKA' ; "address@hidden"
> Cc:
> Date: 2015/8/7, Fri 18:18
> Subject: RE: Issue in octave application
>
> Hi,
>
> The application is installed before, but from few days the application is not
> working on few location.
>
Did not you remember how did you install octave?
Before few days, were octave working correctly?
Perhaps from some accident, dependency libraries are lost.
> while loading shared libraries: libcurl.so.3: cannot open shared object file:
> No
> such file or directory
This is not octave issue but library install issue.
Can you reinstall libcurl manually?
Or re-install octave.
$ sudo apt-get install octave
(The above is case of Ubuntu.)
Tatsuro