LD_LIBRARY_PATH in Ubuntu
- From: "Rutger van Haasteren" <rvhaasteren@xxxxxxxxx>
- Date: Fri, 29 Feb 2008 11:03:07 +0100
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]-$
The only thing that comes up using google is that some people do not have a
*-dev package installed, but I obviously do not want to do that. Any ideas?
TIA
Rutger
--
ubuntu-users mailing list
ubuntu-users@xxxxxxxxxxxxxxxx
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
- Follow-Ups:
- Re: LD_LIBRARY_PATH in Ubuntu
- From: Gerald Dachs
- Re: LD_LIBRARY_PATH in Ubuntu
- From: Richard Rudnick
- Re: LD_LIBRARY_PATH in Ubuntu
- Prev by Date: Re: jEdit in Ubuntu - is something wrong?
- Next by Date: Re: Looking for a CLI tool for MP3 tagging
- Previous by thread: Lenovo 3000 N200 problems
- Next by thread: Re: LD_LIBRARY_PATH in Ubuntu
- Index(es):
Relevant Pages
|