On Fri, 7 Aug 2009 16:10:54 +0200 (CEST)
Alexander Koponen <[email protected]> wrote:

> 
> SOLVED
Congratulations!

> /opt/SUNWut/lib/Xnewt: error while loading shared libraries: 
> libXfont.so.1: cannot open shared object file: No such file or directory

I was bitten by a missing library, too. Now I check  every fresh  installation: 
 

find /opt/SUNW* -type f| xargs ldd 2> /dev/null | grep "not found"| sort| uniq

(This can give false positives if some binaries are only called by scripts and
those scripts set some special LD_LIBRARY_PATH.)


-- 
Meik Hellmund
Mathematisches Institut, Uni Leipzig
e-mail: [email protected]
http://www.math.uni-leipzig.de/~hellmund
_______________________________________________
SunRay-Users mailing list
[email protected]
http://www.filibeto.org/mailman/listinfo/sunray-users

Reply via email to