Re: OT: Wheezy: Error while loading shared libraries: libgtk-x11-2.0.so.0

2012-10-19 Thread rick
Hi, Try this: LD_LIBRARY_PATH=/usr/lib/x86_64-linux-gnu ./reflash Rick Hi, Am trying to reflash my cellphone from wheezy using reflash program and am getting a weird No such file or directory error for libgtk-x11-2.0.so.0. I had tried adding /usr/lib/x86_64-linux-gnu to the PATH but got

OT: Wheezy: Error while loading shared libraries: libgtk-x11-2.0.so.0

2012-10-18 Thread T Elcor
Hi, Am trying to reflash my cellphone from wheezy using reflash program and am getting a weird No such file or directory error for libgtk-x11-2.0.so.0. I had tried adding /usr/lib/x86_64-linux-gnu to the PATH but got the same error message. Any ideas? Thanks $ ./reflash ./reflash: error

Re: OT: Wheezy: Error while loading shared libraries: libgtk-x11-2.0.so.0

2012-10-18 Thread Ralf Mardorf
# ldconfig -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/1350614002.1112.131.camel@localhost.localdomain

Re: OT: Wheezy: Error while loading shared libraries: libgtk-x11-2.0.so.0

2012-10-18 Thread T Elcor
- Original Message - From: Ralf Mardorf ralf.mard...@alice-dsl.net # ldconfig # ldconfig -v | grep -i libgtk-x11-2 ldconfig: Path `/lib/x86_64-linux-gnu' given more than once ldconfig: Path `/usr/lib/x86_64-linux-gnu' given more than once     libgtk-x11-2.0.so.0 -

Re: OT: Wheezy: Error while loading shared libraries: libgtk-x11-2.0.so.0

2012-10-18 Thread Ralf Mardorf
On Thu, 2012-10-18 at 19:51 -0700, T Elcor wrote: - Original Message - From: Ralf Mardorf ralf.mard...@alice-dsl.net # ldconfig # ldconfig -v | grep -i libgtk-x11-2 ldconfig: Path `/lib/x86_64-linux-gnu' given more than once ldconfig: Path `/usr/lib/x86_64-linux-gnu' given

Re: OT: Wheezy: Error while loading shared libraries: libgtk-x11-2.0.so.0

2012-10-18 Thread T Elcor
- Original Message - I'm beginning to suspect reflash is a 32-bit program. Could this be the reason?  Thanks I guess you're right. http://forum.xda-developers.com/showthread.php?t=730884 Yes, it is a 32-bit app,  # aptitude install lib32ncurses5 libgtk2.0-0 ia32-libs-gtk solves