Page 1 of 1

OpenNX Client Install-Dependencies Issues

Posted: Mon 27 Oct 2014, 23:47
by ED95
I am using Precise Puppy 5.7.1. I installed the debian OpenNX client via PPM.

When I attempt to run opennx from terminal I get:

# cd /usr/NX/bin
# ./opennx
./opennx: error while loading shared libraries: libwx_gtk2u_xrc-2.8.so.0: cannot open shared object file: No such file or directory

I checked for dependencies with ldd /usr/NX/bin/opennx which gave:
# ldd opennx
linux-gate.so.1 => (0xffffe000)
libwx_gtk2u_xrc-2.8.so.0 => not found
libwx_baseu_xml-2.8.so.0 => not found
libwx_gtk2u_richtext-2.8.so.0 => not found
libwx_gtk2u_qa-2.8.so.0 => not found
libwx_gtk2u_html-2.8.so.0 => not found
libwx_gtk2u_adv-2.8.so.0 => not found
libwx_gtk2u_core-2.8.so.0 => not found
libwx_baseu_net-2.8.so.0 => not found
libwx_baseu-2.8.so.0 => not found
.
.
.

I subsequently installed the needed dependencies (libwxbase2.8-0 [2.8.10.1-3] + libwxgtk2.8-0 [2.8.12.1-12]) via PPM along with other PPM recommended dependencies.

When I repeat ldd /usr/NX/opennx I still get the same libraries “not found

Posted: Tue 28 Oct 2014, 05:57
by bigpup
Welcome to Puppy land!

You have posted in the wrong place in the forum.
Not too many people will see your post here.
This section of the forum is for storage of older Puppy pet packages.

You will have more help if you post in the "Beginners Help" section of the forum.
Just copy this post and start a new topic there.
http://www.murga-linux.com/puppy/index. ... order=DESC

Posted: Tue 28 Oct 2014, 16:54
by ED95
Thanks for the redirect.
ED95