Results 1 to 4 of 4

Thread: LD_LIBRARY_PATH problem

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Feb 2006
    Location
    Romania
    Posts
    2,744
    Thanks
    8
    Thanked 541 Times in 521 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: LD_LIBRARY_PATH problem

    What shell are you using?
    For bash, the user startup script is ~/.bash_profile (or ~/.bashrc ).
    You can add there the export and it will be set when you log in.

    You also have to check /etc/passwd and make sure your user's default shell is bash.

    For other shells, just search the internet.

    Also why LD_LIBRARY_PATH suddenly disappear from my export list after a few hours?
    There must be some voodoo involved .
    Really, I think you run some application that just changes the variable. This shouldn't happen, it should append paths to the var not override it.

  2. The following user says thank you to marcel for this useful post:

    sincnarf (14th October 2007)

Similar Threads

  1. [QMYSQL] connection problem
    By chaos_theory in forum Installation and Deployment
    Replies: 5
    Last Post: 2nd July 2007, 09:52
  2. Grid Layout Problem
    By Seema Rao in forum Qt Programming
    Replies: 2
    Last Post: 4th May 2006, 12:45
  3. Problem with bitBlt
    By yellowmat in forum Newbie
    Replies: 1
    Last Post: 5th April 2006, 14:08
  4. fftw problem
    By lordy in forum General Programming
    Replies: 1
    Last Post: 16th March 2006, 21:36
  5. Replies: 16
    Last Post: 7th March 2006, 15:57

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.