Results 1 to 2 of 2
Im trying to install Dev-C++ on my linux box.
Ive installed but I cant run it.
at firs is said that i didnt have libqt.so.2 in my lbary. So i ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 07-21-2003 #1Linux User
- Join Date
- Apr 2003
- Location
- TEXAS
- Posts
- 314
Installing dev-c++
Im trying to install Dev-C++ on my linux box.
Ive installed but I cant run it.
at firs is said that i didnt have libqt.so.2 in my lbary. So i simlinked libqt.so.3 to libqt.so.2 in my /lib directory
now it says
./devcpp: error while loading shared libraries: libqt.so.2: cannot open shared object file: Error 40
culd this be a permission problemThe computer made me do it!! Slackware
and SUSE too Gig\'em WHOOOOP!!
\"God put me on this earth to accomplish a certain amount of tasks, At the rate I\'m going I will never die.\" (I don\'t know)
- 07-21-2003 #2Linux Guru
- Join Date
- Oct 2001
- Location
- Täby, Sweden
- Posts
- 7,578
You can't just symlink libraries like that. The last digit indicates the binary interface version of the library, and different versions will most likely be mutually incompatible. Try to compile it from source instead, so that it links against your QT version.


Reply With Quote
