View Single Post
  #5   (View Single Post)  
Old 23rd May 2008
ccc ccc is offline
Shell Scout
 
Join Date: May 2008
Posts: 97
Default

Quote:
Originally Posted by richardpl View Post
Could happen if one of program library uses wrong/old/ones which links to wrong one .../ threads library.

Even installing compat* from ports/misc will not make this problem go away. Solution would be to try find program which links to wrong library, and manualy update that library ...

First post output of:
Code:
ldd /usr/ports/x11-toolkits/qt33/work/qt-x11-free-3.3.8/bin/uic
I'm getting this on my system:
Code:
# ldd /usr/ports/x11-toolkits/qt33/work/qt-x11-free-3.3.8/bin/uic
ldd: /usr/ports/x11-toolkits/qt33/work/qt-x11-free-3.3.8/bin/uic: No such file or directory
Reply With Quote