I'm getting the following type of error when I run tokenadmin:
tokenadmin: symbol lookup error: /usr/lib/libaetpkss.so: undefined symbol: EVP_md2, version OPENSSL_1_1_0
Any solution for this?
Git Clone URL: | https://aur.archlinux.org/safesignidentityclient.git (read-only, click to copy) |
---|---|
Package Base: | safesignidentityclient |
Description: | Smart card PKCS#11 provider and token manager |
Upstream URL: | https://certificaat.kpn.com/installatie-en-gebruik/installatie/pas-usb-stick/linux/ |
Licenses: | custom:copyright |
Conflicts: | safesign-lib |
Submitter: | denisfalqueto |
Maintainer: | pedrohqb (geyslan) |
Last Packager: | pedrohqb |
Votes: | 12 |
Popularity: | 0.019633 |
First Submitted: | 2015-04-10 02:25 (UTC) |
Last Updated: | 2024-05-28 00:42 (UTC) |
« First ‹ Previous 1 2 3 4 5 6 7 .. 11 Next › Last »
I'm getting the following type of error when I run tokenadmin:
tokenadmin: symbol lookup error: /usr/lib/libaetpkss.so: undefined symbol: EVP_md2, version OPENSSL_1_1_0
Any solution for this?
You can revert the changes by looking at the PKGBUILD history.
Well, at least revert to the last version so the package does not remain broken.
I can mantain it.
I'm not using this packages anymore, so I'm orphaning it.
Avoid the "ldconfig: is not a symlink" warnings infecting every pacman operation:
install -d ${pkgdir}/usr/lib
- install -m 744 ${srcdir}/usr/lib64/* ${pkgdir}/usr/lib/
+ cp -R ${srcdir}/usr/lib64/. ${pkgdir}/usr/lib/
Sadly not working. "tokenadmin: symbol lookup error: /usr/lib/libaetpkss.so: undefined symbol: EVP_md2, version OPENSSL_1_1_0"
I would recommend reverting. Sorry. :(
It seems to be possible to use a newer version of safesign and also ditch that old version of wxwidgets as depedency. For that we should use the rpm version for rhel 8 available here: https://certificaat.kpn.com/files/drivers/SafeSign/SafeSign%20IC%20Standard%20Linux%204.0.0.0-AET.000%20redhat8%20x86_64.rpm
Please, stop marking this as as out of date. Version 3.8 doesn't work on Arch because of ABI differences.
thanks a lot guys! this was awesome. I was wasting my time trying to make the ubuntu package work here and a simply AUR search and voila.
thanks a ton, again.
Pinned Comments
pedrohqb commented on 2024-05-27 02:53 (UTC) (edited on 2024-05-27 03:01 (UTC) by pedrohqb)
It seems now to be fixed after using the libs from the deb package.