Re: need help with wxEuphoria on linux
- Posted by ghaberek (admin) Jul 06, 2009
- 1189 views
gaz said...
i have download and install wxEuphoria on linux, and it keeps say it cant find the library libwxeu.so.13. i have the library include in the download and have put in many diffrent folders but it still won't work what i'm i doing wrong. help me!
You need to copy the library file into the /usr/lib/ folder, then run ldconfig to re-establish the proper run-time bindings (so Linux knows where everything is).
$ sudo cp libwxeu.so.13 /usr/lib/ $ sudo ldconfig
gaz said...
i'm new to linux today useing ubuntu 9.4.
This morning you said it was 9.0. Ubuntu uses two-digit minor version numbers, so I think you mean 9.04.
-Greg