Re: need help with wxEuphoria on linux

new topic     » goto parent     » topic index » view thread      » older message » newer message
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. tongue Ubuntu uses two-digit minor version numbers, so I think you mean 9.04. blink


-Greg

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu