Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place! |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
11-15-2006, 02:53 PM
|
#1
|
Member
Registered: Jul 2005
Distribution: Fedora fc4, fc7, Mandrake 10.1, mandriva06, suse 9.1, Slackware 10.2, 11.0, 12.0,1,2 (Current)]
Posts: 732
Rep:
|
set LD_LIBRARY_PATH to what?
after reinstalling wxGTK with the following line is configure :
Code:
zuki@WhiteCastle:~/Desktop/wxGTK-2.6.3$ ./configure --prefix=/usr --enable-unicode
it gave me in the message that the installation has been succeeded and I need to run ldconfig (to update changes) <-- did so. and also to setenv (export) : LD_LIBRARY_PATH but I don't know what to se it to...
anyone got a clue?
|
|
|
11-15-2006, 03:18 PM
|
#2
|
ReliaFree Maintainer
Registered: Aug 2004
Location: Kalamazoo, Michigan
Distribution: Slackware 14.2
Posts: 2,815
|
LD_LIBRARY_PATH is the environment variable that lists the directories to look in for shared libraries before the standard set of directories. It's usually only used for development and debugging. You probably don't really need to do anything unless wxGTK installed it's shared libraries in a non-standard location. Anyway, that is what LD_LIBRARY_PATH needs to be set to.
|
|
|
11-15-2006, 05:20 PM
|
#3
|
Member
Registered: Jul 2005
Distribution: Fedora fc4, fc7, Mandrake 10.1, mandriva06, suse 9.1, Slackware 10.2, 11.0, 12.0,1,2 (Current)]
Posts: 732
Original Poster
Rep:
|
standart set of library?
export LD_LIBRARY_PATH="/usr/lib" ?? too easy...
is that what it should be?
|
|
|
11-15-2006, 08:34 PM
|
#4
|
ReliaFree Maintainer
Registered: Aug 2004
Location: Kalamazoo, Michigan
Distribution: Slackware 14.2
Posts: 2,815
|
Where ever wxGTK installed it's shared libraries. If the directory is somewhere other than those directories in /etc/ld.so.conf, then you need to set it.
For reference, it's not set on my system, either Gentoo or CLFS.
|
|
|
All times are GMT -5. The time now is 08:01 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|