Re: LD_LIBRARY_PATH in Ubuntu



Am Fri, 29 Feb 2008 11:03:07 +0100
schrieb "Rutger van Haasteren" <rvhaasteren@xxxxxxxxx>:

Hi guys,

I am hoping one of you can help me. I have a problem loading custom
shared object (.so) files which are not installed on the system (I do
not have root access). Here's the deal:

I've written a C++ program that is configured and built using the GNU
built system. Relevant layout:
root
+ - src
+ - lib
+ - include

In lib and include I have some custom scientific libraries that I
need: lib/custom_lib.so include/custom_header.h

My configure script successfully detects those custom libs, and
builds my program. But I do not know how to run them. On my work I
have fedora, and there I simply set the LD_LIBRARY_PATH environment
variable to point to the lib/ directory, but this does not work at
home (yes, I like to work at home) on Ubuntu. On some other distro's
I have tried it works. This returns empty in Ubuntu:

[1]-$ echo $LD_LIBRARY_PATH

[2]-$

You didn't set the path, at least not in the same session:
~$ export LD_LIBRARY_PATH=somedir
~$ echo $LD_LIBRARY_PATH
somedir

Gerald


--
ubuntu-users mailing list
ubuntu-users@xxxxxxxxxxxxxxxx
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users



Relevant Pages

  • LD_LIBRARY_PATH in Ubuntu
    ... I've written a C++ program that is configured and built using the GNU built ... In lib and include I have some custom scientific libraries that I need: ... on Ubuntu. ...
    (Ubuntu)
  • Re: xubuntu: Can Thunar NOT start background stuff?
    ... The Ubuntu version of xfce4 used to use rox-filer (which happens to be my ... upgraded and ready to run BUT NOT shown on the application menus. ... So now I added rox-filer to a custom panel menu (along with all the ...
    (Ubuntu)
  • Re: Ubuntu in a flash
    ... I have to create a custom flash card with a recent version of Ubuntu. ... will transfer the content of the liveCD on a USB key. ...
    (Ubuntu)
  • building *-art packages/customizing ubuntu-artwork pacakge
    ... here at work we have Ubuntu on a bunch ... I would like ot make a package out of them/add them ... and have these custom themes be the ... default once the system is done installing. ...
    (Ubuntu)
  • Re: How to add libraries?
    ... adding the .lib to the project should work. ... I'm not sure why you're getting a custom build rule warning, ... Are you sure your VS installation isn't broken? ...
    (microsoft.public.vstudio.development)