Set the LD_LIBRARY_PATH shell variable.
  • For bash users:
    export LD_LIBRARY_PATH=/usr/lib/qt-3.1/lib:/usr/X11R6/lib:$LD_LIBRARY_PATH
  • For csh & tcsh users:
    setenv LD_LIBRARY_PATH /usr/lib/qt-3.1/lib:/usr/X11R6/lib:$LD_LIBRARY_PATH

Either type this at the command line for a session solution, or add it to your .tcshrc (for example, if that's what you use) for a long term solution.
 

Now qmake should work.



Page last modified on September 27th, 2004 by pj

This page is kindly hosted on jungle