View previous topic :: View next topic |
Author |
Message |
flipy Apprentice
Joined: 15 Jul 2004 Posts: 236
|
Posted: Fri Nov 11, 2011 9:25 am Post subject: aladdin etoken has hal dependency |
|
|
Hello,
In the last gentoo release, hal seems to be removed.
PKI client for aladdin eToken has a hal dependency and currently is not working.
Is there any fix/workaround to emulate HAL for old packages that may depend on it?
Thanks |
|
Back to top |
|
|
John R. Graham Administrator
Joined: 08 Mar 2005 Posts: 10727 Location: Somewhere over Atlanta, Georgia
|
Posted: Fri Nov 11, 2011 10:49 am Post subject: |
|
|
What ebuild (if any) are you using to install the eToken support?
- John _________________ I can confirm that I have received between 0 and 499 National Security Letters. |
|
Back to top |
|
|
GES Tux's lil' helper
Joined: 12 Jun 2005 Posts: 108 Location: Budapest, Hungary
|
Posted: Fri Nov 11, 2011 10:49 am Post subject: |
|
|
This ebuild isn't depend hal.
Gentoo. 64 bit are working. 32bit do not work! Thanks to Bartosz Biegun, who provide a patch and ebuild.
pkiclient-5.00.28-gentoo-ebuild.tgz |
|
Back to top |
|
|
ToeiRei Veteran
Joined: 03 Jan 2005 Posts: 1191 Location: Austria
|
Posted: Fri Nov 11, 2011 12:08 pm Post subject: |
|
|
sadly this is only the old PKI. The most recent one doesn't work on 64 bit for me _________________ Please stand by - The mailer daemon is busy burning your messages in hell... |
|
Back to top |
|
|
flipy Apprentice
Joined: 15 Jul 2004 Posts: 236
|
Posted: Fri Nov 11, 2011 2:15 pm Post subject: |
|
|
Taking a look at the ebuild available in their main site, it is depened on libhal.
Code: | # ldd lib64/libeToken.so.5
linux-vdso.so.1 => (0x00007fff8c19e000)
libpthread.so.0 => /lib64/libpthread.so.0 (0x00007f9348fc0000)
libdl.so.2 => /lib64/libdl.so.2 (0x00007f9348dbc000)
libpcsclite.so.1 => /usr/lib64/libpcsclite.so.1 (0x00007f9348ba9000)
libc.so.6 => /lib64/libc.so.6 (0x00007f9348843000)
libusb-0.1.so.4 => /lib64/libusb-0.1.so.4 (0x00007f934863a000)
/lib64/ld-linux-x86-64.so.2 (0x00007f934950e000)
libhal.so.1 => not found |
PCSC log:
Code: | 00000008 hotplug_libudev.c:309:HPAddDevice() Adding USB device: AKS ifdh
00000023 readerfactory.c:934:RFInitializeReader() Attempting startup of
AKS ifdh 00 00 using
/usr/lib64/readers/usb/aks-ifdh.bundle/Contents/Linux/libAksIfdh.so
00000160 dyn_unix.c:37:DYN_LoadLibrary()
/usr/lib64/readers/usb/aks-ifdh.bundle/Contents/Linux/libAksIfdh.so:
libhal.so.1: cannot open shared object file: No such file or directory
00000011 readerfactory.c:941:RFInitializeReader() RFLoadReader failed:
0x80100014
00000007 readerfactory.c:275:RFAddReader() AKS ifdh init failed.
00000006 hotplug_libudev.c:377:HPAddDevice() Failed adding USB device:
AKS ifdh |
|
|
Back to top |
|
|
SamuliSuominen Retired Dev
Joined: 30 Sep 2005 Posts: 2133 Location: Finland
|
|
Back to top |
|
|
|