FS#76480 - [kismet] needs rebuild against openssl 3

Attached to Project: Arch Linux
Opened by solsTiCe (zebul666) - Tuesday, 08 November 2022, 00:05 GMT
Last edited by Toolybird (Toolybird) - Tuesday, 08 November 2022, 01:03 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To No-one
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

kismet is linked against libcrypto.so.1

$ ldd /usr/bin/kismet|grep 'not found'
libssl.so.1.1 => not found
libcrypto.so.1.1 => not found

which is gone since the upgrade to openssl 3.

Please rebuilt the package. Thanks
This task depends upon

Closed by  Toolybird (Toolybird)
Tuesday, 08 November 2022, 01:03 GMT
Reason for closing:  Not a bug
Additional comments about closing:  "oops. it was the binary I build myself that was linked against openssl (I don't why)"
Comment by Doug Newgard (Scimmia) - Tuesday, 08 November 2022, 00:08 GMT
Nothing in the kismet package is linked to those libs. Use lddtree from the pax-utils package instead of ldd, see where the actual problem is.

Loading...