Official Rigs of Rods Forums
Welcome, Guest. Please login or register.

Login with username, password and session length
  Forum    Register     Repository     Help / Manual / Wiki     Blog     Chat (19 Users)     Server List     Bugtracker  
*
News : we are in the SourceForge Community Choice Awards Finalists, vote for us now  -  0.36.2 released  -  searching: linux package maintainers  -  Update service
+  Official Rigs of Rods Forums
|-+  Support
| |-+  Rigs of Rods Support - Minor bugs and glitches
| | |-+  Linux support
| | | |-+  [Confirmed with Workaround]: libwx_gtk2_xrc-2.6.so.0
Advanced search
Benefits from registering an account
  • As a registered user, the forum will be nearly Ad-free
  • Contribute to threads and discussions
  • Get "ranked" status (green) in multiplayer on our official servers
  • exchange personal messages with our members
  • get announcements about the latest version updates
Register now
  0 Members and 1 Guest are viewing this topic. « previous next »
Pages 1
Author
Topic: [Confirmed with Workaround]: libwx_gtk2_xrc-2.6.so.0  (Read 3038 times)
Post #0
April 09, 2007, 01:42:34 PM
Offline Millan
Normal Member
Posts: 26

Joined: Apr 2007


When i downloaded new RoR 0.31a and tried to start it, i found i need libwx_gtk2_xrc-2.6.so.0 to run RoRConfig. I never heard abou that liburary, it looks pretty uncommon. Can`t i play the game without this lib?
« Last Edit: May 01, 2007, 04:54:52 AM by thomas »
 
Reply #1
April 09, 2007, 01:49:01 PM
Offline Sweetman
Normal Member
 
Posts: 1388

Joined: Apr 2007


When i downloaded new RoR 0.31a and tried to start it, i found i need libwx_gtk2_xrc-2.6.so.0 to run RoRConfig. I never heard abou that liburary, it looks pretty uncommon. Can`t i play the game without this lib?
Uncommon? Erm it's used by www.GIMP.org and www.inkscape.org And It's "WxWindows FOR gtk2"
Quote
<OzzX> ....
<OzzX> i am not neutered ffs
<OzzX> ...
 
Reply #2
April 13, 2007, 03:26:24 AM
Offline pcpostar
Normal Member
Posts: 1

Joined: Apr 2007


Hi... I get the same error:
Code:
peterm@pcpostar:~/Desktop/RoR-0.31a$ ./RoRconfig
./RoRconfig.bin: error while loading shared libraries: libwx_gtk2_xrc-2.6.so.0: cannot open shared object file: No such file or directory

But I have Gaim (Pidgin) and Inkspace. They work fine.
So, what can I do?
 
Reply #3
April 14, 2007, 10:04:07 AM
Offline thomas
Developer
 
Posts: 6458

Joined: Apr 2007


Hi... I get the same error:
Code:
peterm@pcpostar:~/Desktop/RoR-0.31a$ ./RoRconfig
./RoRconfig.bin: error while loading shared libraries: libwx_gtk2_xrc-2.6.so.0: cannot open shared object file: No such file or directory

But I have Gaim (Pidgin) and Inkspace. They work fine.
So, what can I do?
do you have libgtk+ installed?
Reply #3_ad
April 14, 2007, 10:04:07 AM
AdBot
Offline
Member
Posts: 839

 
 
Reply #4
April 14, 2007, 04:01:16 PM
Offline Didj
Normal Member
Posts: 1

Joined: Apr 2007


Hi there !
I had the same problem : I didn't have the non-unicode version of the library (libwx_gtk2u_xrc-2.6.so.0 instead of libwx_gtk2_xrc-2.6.so.0)
You probably have the unicode one too...
So you just have to get wxGTK-2.6.3 sources, then ./configure with "--disable-unicode" option, compile and install it !  Wink
 
Reply #5
August 02, 2007, 09:29:14 AM
Offline slaytalera
Normal Member
Posts: 5

Joined: Aug 2007


how do you do that?  im sorry im new to linux.  i have the universal version, how do i get the regular one?
 
Reply #6
August 07, 2007, 01:54:03 PM
Offline sano
Global Moderator
 
Posts: 970

Joined: Jun 2007


how do you do that?  im sorry im new to linux.  i have the universal version, how do i get the regular one?

Refer to this post: http://forum.rigsofrods.com/index.php/topic,205.msg14853.html#msg14853
 
Reply #7
August 07, 2007, 04:48:30 PM
Offline Aperion
Invited Member
 
Posts: 1411

Joined: Apr 2007


or here: http://wiki.rigsofrods.com/index.php?title=Troubleshooting#wxWidgets_dependencies_are_not_met
"How To Ask Questions The Smart Way"
"Netiquette"
 
Reply #8
August 07, 2007, 11:15:45 PM
Offline slaytalera
Normal Member
Posts: 5

Joined: Aug 2007


thanks guys.  i downloaded the file and extracted it into the RoR file just as it said, now i get

 "./RoRconfig.bin: error while loading shared libraries: libCg.so: cannot open shared object file: No such file or directory"

 
Reply #9
August 08, 2007, 03:35:36 AM
Offline thomas
Developer
 
Posts: 6458

Joined: Apr 2007


thanks guys.  i downloaded the file and extracted it into the RoR file just as it said, now i get

 "./RoRconfig.bin: error while loading shared libraries: libCg.so: cannot open shared object file: No such file or directory"
you must have those nvidia cg packages installed. go to your package manager an look for nvidia packages, it should be there.
 
Reply #10
August 08, 2007, 09:02:17 AM
Offline Aperion
Invited Member
 
Posts: 1411

Joined: Apr 2007


you must have those nvidia cg packages installed. go to your package manager an look for nvidia packages, it should be there.
It isn't in the ubuntu repository since nvidia doesn't allow others to redistribute it (gentoo doesn't redistribute though, so it has a package). the downloads are here: http://www.nvidia.com/object/cg_toolkit.html#downloads extract the contents of the .tar.gz file and find the libCg.so file, which I think is located in the usr/lib/ directory in the newly extracted files, place this file in the same directory as RoRconfig.bin that should get you going. Enjoy.
"How To Ask Questions The Smart Way"
"Netiquette"
 
Reply #11
August 08, 2007, 09:05:17 AM
Offline thomas
Developer
 
Posts: 6458

Joined: Apr 2007


It isn't in the ubuntu repository since nvidia doesn't allow others to redistribute it (gentoo doesn't redistribute though, so it has a package). the downloads are here: http://www.nvidia.com/object/cg_toolkit.html#downloads extract the contents of the .tar.gz file and find the libCg.so file, which I think is located in the usr/lib/ directory in the newly extracted files, place this file in the same directory as RoRconfig.bin that should get you going. Enjoy.
oh, ok. thanks for explanation then Smiley
Reply #11_ad
August 08, 2007, 09:05:17 AM
AdBot
Offline
Member
Posts: 839

 
 
Reply #12
August 08, 2007, 09:08:00 AM
Offline Aperion
Invited Member
 
Posts: 1411

Joined: Apr 2007


oh, ok. thanks for explanation then Smiley
switching to ubuntu has had some advantages, it's pretty nice I don't have to play with the hopscotch dependency hell I have to do with other binary distros.
"How To Ask Questions The Smart Way"
"Netiquette"
Print  Pages 1

« previous next »
Jump to:  

    
Get Rigs of Rods at SourceForge.net. Fast, secure and Free Open Source software downloads