WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: p7zip_gui || wxwidget 3.0  (Read 203 times)

Offline marlo wagner

  • Newbie
  • *
  • Posts: 3
p7zip_gui || wxwidget 3.0
« 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
« Last Edit: January 11, 2025, 08:56:46 AM by marlo wagner »

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14877
Re: p7zip_gui || wxwidget 3.0
« Reply #1 on: January 11, 2025, 11:24:51 AM »
Are you speaking of the x86 repo or the x86_64 repo?

Offline marlo wagner

  • Newbie
  • *
  • Posts: 3
Re: p7zip_gui || wxwidget 3.0
« Reply #2 on: January 11, 2025, 12:07:21 PM »
x86_64

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14877
Re: p7zip_gui || wxwidget 3.0
« Reply #3 on: January 11, 2025, 12:08:31 PM »
I’ll have a look tomorrow.

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14877
Re: p7zip_gui || wxwidget 3.0
« Reply #4 on: January 12, 2025, 06:14:38 AM »
Updated p7zip_gui posted

Offline marlo wagner

  • Newbie
  • *
  • Posts: 3
Re: p7zip_gui || wxwidget 3.0
« Reply #5 on: January 12, 2025, 06:27:17 PM »
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