Re: [SLE] What's this error mean?

--- John B <yonaton@tds.net> wrote:
How about LD_LIBRARYPATH? Did you append the location of your old qt version there? Dmitry

On Wednesday 23 February 2005 15:46, Dimych wrote:
I don't understand what that means. I've seen it in the --help part of configure, but don't have a clue what it means or what I should do with it. Can I ask you to explain in simple terms, or just tell me what I should do? Thanks for any help. John B.

--- John B <yonaton@tds.net> wrote:
LD_LIBRARY_PATH is a colon-separated list of directories in which to search for libraries at execution-time. When runtime linker needs to load a shared library, it uses the value of this environment variable to determine a search order (it uses other env. variables as well, for complete list do man ld.so) So for you in order to use old qt libraries is necessary to append their path at the beginning of the LD_LIBRARY_PATH env. variable. Hope it helps Dmitry
Thanks for any help.
John B.

On Wednesday 23 February 2005 15:46, Dimych wrote:
I don't understand what that means. I've seen it in the --help part of configure, but don't have a clue what it means or what I should do with it. Can I ask you to explain in simple terms, or just tell me what I should do? Thanks for any help. John B.

--- John B <yonaton@tds.net> wrote:
LD_LIBRARY_PATH is a colon-separated list of directories in which to search for libraries at execution-time. When runtime linker needs to load a shared library, it uses the value of this environment variable to determine a search order (it uses other env. variables as well, for complete list do man ld.so) So for you in order to use old qt libraries is necessary to append their path at the beginning of the LD_LIBRARY_PATH env. variable. Hope it helps Dmitry
Thanks for any help.
John B.
participants (2)
-
Dimych
-
John B