WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: TC17 64 bit dependency issue?  (Read 73 times)

Offline ctor

  • Newbie
  • *
  • Posts: 32
TC17 64 bit dependency issue?
« on: June 29, 2026, 04:44:33 PM »
Extension dbus.tcz depends on libcap.tcz. Otherwise dbus-uuidgen fails missing the libcap library. Please add libcap.tcz to dbus.tcz.dep.
 
It happens for TC17 pure 64 OS when executing following code -- I have not tested TC17 32 bit OS; maybe there too?
 
Code: [Select]
tce-load -i wpa_supplicant-dbus

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 12879
Re: TC17 64 bit dependency issue?
« Reply #1 on: June 29, 2026, 05:26:41 PM »
Hi ctor
dbus.tcz.dep:
Code: [Select]
expat2.tcz
elogind.tcz  <----------
libX11.tcz

elogind.tcz.dep:
Code: [Select]
acl.tcz
libcap.tcz  <----------
util-linux.tcz
linux-pam.tcz

dbus.tcz depends on elogind.tcz.
elogind.tcz pulls in libcap.tcz.

Please check that all of your extensions are up to date.

Offline ctor

  • Newbie
  • *
  • Posts: 32
Re: TC17 64 bit dependency issue?
« Reply #2 on: June 29, 2026, 08:19:57 PM »
Rich,

My mistake -- I was missing elogind.tcz.dep. Thank you.

regards,
ctor

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 12879
Re: TC17 64 bit dependency issue?
« Reply #3 on: June 29, 2026, 08:51:55 PM »
Hi ctor
You are welcome. :)