Tiny Core Linux
Tiny Core Extensions => TCE Bugs => Topic started by: marlo wagner on January 11, 2025, 08:50:43 AM
-
hope its the right section p7zip_gui depends on wxwidget 3.0 and does not accept wxwidgets 3.2
tc15.x
from cli :
tc@box:~$ 7zG
/usr/local/lib/p7zip/7zG: error while loading shared libraries: libwx_gtk3u_xrc-3.0.so.0: cannot open shared object file: No such file or directory
tc@box:~$ 7zDesktop
/usr/local/lib/p7zip/7zFM: error while loading shared libraries: libwx_gtk3u_xrc-3.0.so.0: cannot open shared object file: No such file or directory
i did try creating symlinks which led to another wxwidget lib and another and another etc ... at the end of creating symlinks i got , what im guessing is, a missing function call to wex_3.0
-
Are you speaking of the x86 repo or the x86_64 repo?
-
x86_64
-
I’ll have a look tomorrow.
-
Updated p7zip_gui posted
-
soooo finally worked; there should be an unload feature on the appbrowser ( maybe ill do that). if anyone is interested , steps to uninstall p7zip_gui look something like this
sudo umount /tmp/tcloop/p7zip_gui -d
sudo rm -rvf /tmp/tce/optional/p7zip_gui* (leaving the md5 will bork)
sudo rm /usr/local/tce.installed/p7zip_gui
it did finally work thankyou for your help jaunito