Could not load library 'orocos-helloworld'þ

Hi *,<BR> <BR>i'm new to orocos. So I installed it, like it was explained on the website. <BR>When I tried to execute the helloworld example I got these errors:<BR> <BR>463.529 ERRORDeploymentComponent::loadLibrary Could not load library 'orocos-helloworld':<BR>463.530 ERRORDeploymentComponent::loadLibrary orocos-helloworld.so: cannot open shared object file: No such file or directory<BR>463.530 ERRORDeploymentComponent::loadLibrary liborocos-helloworld.so: cannot open shared object file: No such file or directory<BR>463.530 ERRORDeploymentComponent::loadLibrary /usr/lib/liborocos-helloworld.so: cannot open shared object file: No such file or directory<BR>false<BR> <BR>Indicating that the orocos-helloworld library is missing. <BR>Can I download this library from somewhere?<BR> <BR>Toon<BR><BR><BR><br>

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

Could not load library 'orocos-helloworld'þ

On Tuesday 30 September 2008 13:18:03 nelton [..] wrote:
> Hi *,
>
> i'm new to orocos. So I installed it, like it was explained on the website.
> When I tried to execute the helloworld example I got these errors:
>
> 463.529 ERRORDeploymentComponent::loadLibrary Could not load library
> 'orocos-helloworld': 463.530 ERRORDeploymentComponent::loadLibrary
> orocos-helloworld.so: cannot open shared object file: No such file or
> directory 463.530 ERRORDeploymentComponent::loadLibrary
> liborocos-helloworld.so: cannot open shared object file: No such file or
> directory 463.530 ERRORDeploymentComponent::loadLibrary
> /usr/lib/liborocos-helloworld.so: cannot open shared object file: No such
> file or directory false
>
> Indicating that the orocos-helloworld library is missing.
> Can I download this library from somewhere?

Which version ? Prior to 1.6.0, this component was not compiled by default :-/

  • and* the Debian packages did not contain it either...

So your best shot is to download/compile OCL 1.6.0 and run the example with
that version. If you run your deployer application, also check if
your 'ComponentPath' is set to where you installed the
liborocos-helloworld... libraries to.

Peter

Could not load library'orocos-helloworld'þ

----- Original Message ----- 

From: "Peter Soetens" <peter soetens [..] >
To: <orocos-users [..] >
Sent: Tuesday, September 30, 2008 2:25 PM
Subject: Re: Orocos-users Could not load library'orocos-helloworld'þ

> On Tuesday 30 September 2008 13:18:03 nelton [..] wrote:
>> Hi *,
>>
>> i'm new to orocos. So I installed it, like it was explained on the
>> website.
>> When I tried to execute the helloworld example I got these errors:
>>
>> 463.529 ERRORDeploymentComponent::loadLibrary Could not load
>> library
>> 'orocos-helloworld': 463.530 ERRORDeploymentComponent::loadLibrary
>> orocos-helloworld.so: cannot open shared object file: No such file or
>> directory 463.530 ERRORDeploymentComponent::loadLibrary
>> liborocos-helloworld.so: cannot open shared object file: No such file or
>> directory 463.530 ERRORDeploymentComponent::loadLibrary
>> /usr/lib/liborocos-helloworld.so: cannot open shared object file: No such
>> file or directory false
>>
>> Indicating that the orocos-helloworld library is missing.
>> Can I download this library from somewhere?
>
> Which version ? Prior to 1.6.0, this component was not compiled by default
> :-/
> *and* the Debian packages did not contain it either...
>
> So your best shot is to download/compile OCL 1.6.0 and run the example
> with
> that version. If you run your deployer application, also check if
> your 'ComponentPath' is set to where you installed the
> liborocos-helloworld... libraries to.
>
> Peter

Could not load library 'orocos-helloworld'þ

On Sep 30, 2008, at 07:18 , nelton [..] wrote:

> Hi *,
>
> i'm new to orocos. So I installed it, like it was explained on the
> website.
> When I tried to execute the helloworld example I got these errors:
>
> 463.529 ERRORDeploymentComponent::loadLibrary Could not load
> library 'orocos-helloworld':
> 463.530 ERRORDeploymentComponent::loadLibrary orocos-
> helloworld.so: cannot open shared object file: No such file or
> directory
> 463.530 ERRORDeploymentComponent::loadLibrary liborocos-
> helloworld.so: cannot open shared object file: No such file or
> directory
> 463.530 ERRORDeploymentComponent::loadLibrary /usr/lib/
> liborocos-helloworld.so: cannot open shared object file: No such
> file or directory
> false
>
> Indicating that the orocos-helloworld library is missing.
> Can I download this library from somewhere?

In what location did you install Orocos? What OS is this running on?
Might the library be outside your (dynamic) library path? More
information would be helpful.
S