Re: wxEuphoria (again)
- Posted by jimcbrown (admin) Jan 31, 2010
- 2055 views
Jerry_Story said...
jimcbrown said...
/etc/local/lib is an unusual location and would need to be especially configured to work correctly...
Correction. I meant /usr/local/lib It's in /usr/local/lib I just checked.
Ok, try running this command:
sudo ln -s /usr/local/lib/libwxeu.so.13 /usr/local/lib/libwxeu.so
And see if that improves the situation at all. If not, tell us what the output of running ldd on /usr/local/lib/libwxeu.so is..
If the above command fails, you could also try this:
sudo ln -s /usr/local/lib/libwxeu.so.13 /lib/libwxeu.so