LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   What is LTDL_LIBRARY_PATH? (https://www.linuxquestions.org/questions/linux-general-1/what-is-ltdl_library_path-4175479172/)

lucky7456969 10-01-2013 02:45 AM

What is LTDL_LIBRARY_PATH?
 
http://people.csail.mit.edu/fredette/tme/

The site didn't mention what LTDT_LIBRARY_PATH is.
And where should it be pointing to?
And I google and found nothing about it
So could anyone tell me what it is?
Thanks
Jack

wstewart90 10-01-2013 08:02 AM

It looks like what it's saying is that you need to set the LTDL_LIBRARY_PATH variable to the top of your build tree. That variable probably isn't going to exist on your system until you set it.

pan64 10-01-2013 08:32 AM

this is a special variable used only here and it is defined: However, to run a statically-linked, uninstalled emulator, you must have the environment variable LTDL_LIBRARY_PATH set to the top of your build tree.
(probably LTDT_LIBRARY_PATH is just mistyped)

lucky7456969 10-01-2013 02:51 PM

Quote:

Originally Posted by pan64 (Post 5037951)
this is a special variable used only here and it is defined: However, to run a statically-linked, uninstalled emulator, you must have the environment variable LTDL_LIBRARY_PATH set to the top of your build tree.
(probably LTDT_LIBRARY_PATH is just mistyped)

No T?
Just LTD_LIBRARY_PATH?
THANKS

wstewart90 10-03-2013 03:42 AM

The variable normally used is LD_LIBRARY_PATH. Not sure if that's what he meant to say but just grep LIBRARY_PATH from the configure file to see if anything comes up.

colucix 10-03-2013 04:06 AM

Quote:

Originally Posted by lucky7456969 (Post 5038159)
No T?
Just LTD_LIBRARY_PATH?
THANKS

Nope. It is L in place of T, that is
Code:

LTDL_LIBRARY_PATH


All times are GMT -5. The time now is 02:38 PM.