OESF Portables Forum

Model Specific Forums => Sharp Zaurus => Zaurus - pdaXrom => Topic started by: g33k on October 19, 2005, 04:46:05 pm

Title: How To Use Vncviewer With Rc11
Post by: g33k on October 19, 2005, 04:46:05 pm
vncviewer in the unstable feed doesn't work with RC11 on my 860. This is because its looking for libstdc++.so.5, which is sadly absent. After some fiddling, my man scogan figured out how to get it working.

Make a temp folder to goof around in:

Code: [Select]
mkdir tmp
cd tmp

Get the RC9.1 version of libstdcxx:

Code: [Select]
wget http://mirror1.pdaxrom.org/rc9.1/feed/libstdcxx_5.0.5_armv5tel.ipk
It may be that you could simply use the package manager to install this ipk. We weren't sure that the package would install cleanly and not break stuff, so we extract the needed file manually.

Unpackage the IPK:

Code: [Select]
tar zxvpf libstdcxx_5.0.5_armv5tel.ipk
Now unpackage the data package contained therein:

Code: [Select]
tar zxvpf data.tar.gz
Now copy the relevant file into /usr/lib:

Code: [Select]
cp ./usr/lib/libstdc++.so.5.0.5 /usr/lib
Finally, symlink the file to its appropriate name:

Code: [Select]
ln -s /usr/lib/libstdc++.so.5.0.5 /usr/lib/libstdc++.so.5
Now vncviewer should work!
Title: How To Use Vncviewer With Rc11
Post by: stac on October 22, 2005, 07:53:41 pm
totally cool instructions, dude. many thanks!
Title: How To Use Vncviewer With Rc11
Post by: dss on October 31, 2005, 05:01:14 pm
Thank you so much! These instructions work for me on my SL-C1000 using RC.12.

 
Title: How To Use Vncviewer With Rc11
Post by: Laze on October 31, 2005, 06:25:41 pm
Maybe even easier to use the VNC viewer from the RC12 feeds :-) The C7x0-860 version should work on most.
Title: How To Use Vncviewer With Rc11
Post by: adf on October 31, 2005, 11:09:55 pm
Quote
Maybe even easier to use the VNC viewer from the RC12 feeds :-) The C7x0-860 version should work on most.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=101538\"][{POST_SNAPBACK}][/a][/div]
I didn't seem to get it....
will look around
Title: How To Use Vncviewer With Rc11
Post by: MicDB on November 01, 2005, 05:36:46 am
This topic should be merged with the pinned one as the problem doesn't only concern vncviewer. It doesn't work on RC11 nor RC12 without installing libstdc++.so.5.

Should be nice to add a basic troobleshooting procedure for ipks to the FAQ:
- Run it from the console
- Search google/the forum with the error message