AuthorTopic: [Confirmed with Workaround]: libwx_gtk2_xrc-2.6.so.0  (Read 4588 times)

0 Members and 1 Guest are viewing this topic.

Offline Millan

  • Normal Member
  • Posts: 26
  • Helpfulness: 0
[Confirmed with Workaround]: libwx_gtk2_xrc-2.6.so.0
« on: April 09, 2007, 07:42:34 PM »
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, 10:54:52 AM by thomas »

Offline Sweetman

  • Normal Member
  • Posts: 1402
  • Helpfulness: 10
Re: [n/a] libwx_gtk2_xrc-2.6.so.0
« Reply #1 on: April 09, 2007, 07:49:01 PM »
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"

Offline pcpostar

  • Normal Member
  • Posts: 1
  • Helpfulness: 0
Re: [n/a] libwx_gtk2_xrc-2.6.so.0
« Reply #2 on: April 13, 2007, 09:26:24 AM »
Hi... I get the same error:
Code: [Select]
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?

Offline tdev

  • Administrator
  • Posts: 8974
  • Helpfulness: 4
Re: [n/a] libwx_gtk2_xrc-2.6.so.0
« Reply #3 on: April 14, 2007, 04:04:07 PM »
Hi... I get the same error:
Code: [Select]
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?

Offline Didj

  • Normal Member
  • Posts: 1
  • Helpfulness: 0
Re: [n/a] libwx_gtk2_xrc-2.6.so.0
« Reply #4 on: April 14, 2007, 10:01:16 PM »
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 !  ;)

Offline slaytalera

  • Normal Member
  • Posts: 5
  • Helpfulness: 0
Re: [Confirmed with Workaround]: libwx_gtk2_xrc-2.6.so.0
« Reply #5 on: August 02, 2007, 03:29:14 PM »
how do you do that?  im sorry im new to linux.  i have the universal version, how do i get the regular one?

Offline sano

  • Invited Member
  • Posts: 1013
  • Helpfulness: 0
Re: [Confirmed with Workaround]: libwx_gtk2_xrc-2.6.so.0
« Reply #6 on: August 07, 2007, 07:54:03 PM »
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


Offline slaytalera

  • Normal Member
  • Posts: 5
  • Helpfulness: 0
Re: [Confirmed with Workaround]: libwx_gtk2_xrc-2.6.so.0
« Reply #8 on: August 08, 2007, 05:15:45 AM »
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"


Offline tdev

  • Administrator
  • Posts: 8974
  • Helpfulness: 4
Re: [Confirmed with Workaround]: libwx_gtk2_xrc-2.6.so.0
« Reply #9 on: August 08, 2007, 09:35:36 AM »
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.

Official Rigs of Rods Forums

Re: [Confirmed with Workaround]: libwx_gtk2_xrc-2.6.so.0
« Reply #9 on: August 08, 2007, 09:35:36 AM »

Offline Aperion

  • Invited Member
  • Posts: 2288
  • Helpfulness: 1
    • Chrisnem.com
Re: [Confirmed with Workaround]: libwx_gtk2_xrc-2.6.so.0
« Reply #10 on: August 08, 2007, 03:02:17 PM »
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.

Offline tdev

  • Administrator
  • Posts: 8974
  • Helpfulness: 4
Re: [Confirmed with Workaround]: libwx_gtk2_xrc-2.6.so.0
« Reply #11 on: August 08, 2007, 03:05:17 PM »
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 :)

Offline Aperion

  • Invited Member
  • Posts: 2288
  • Helpfulness: 1
    • Chrisnem.com
Re: [Confirmed with Workaround]: libwx_gtk2_xrc-2.6.so.0
« Reply #12 on: August 08, 2007, 03:08:00 PM »
oh, ok. thanks for explanation then :)

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.