Hello, > Sorry all, this is probably easy but I can't figure it out. I was > running fine until I just updated from SVN (my source was maybe a week > old). Now I get the following when I run a test app; obviously it > can't find the X11 lib. SWF apps were working prior to my updating > from SVN; did something change? I have libX11.so.6.2 in my > /usr/X11R6/lib/ directory, and that path is in my /etc/ld.so.conf file > (if that provides any info).
I had the exact same issue, I had to edit my LD_LIBRARY_PATH to point to /usr/X11R6/lib to make it work. Am not sure why this is happening, I think the intention was to not depend on the "-devel" packages which are the ones that ship the version-less .so In this process, someone forgot to test the code. _______________________________________________ Mono-winforms-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-winforms-list
