pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

pkg/59537: pcsc-lite search path misses ${PREFIX}/lib



>Number:         59537
>Category:       pkg
>Synopsis:       pcsc-lite search path misses ${PREFIX}/lib
>Confidential:   no
>Severity:       critical
>Priority:       high
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Mon Jul 21 06:55:00 +0000 2025
>Originator:     Emmanuel Dreyfus
>Release:        NetBSD-10.0
>Organization:
>Environment:
NetBSD volanges 10.0 NetBSD 10.0 (GENERIC) #0: Thu Mar 28 08:33:33 UTC 2024  mkrepro%mkrepro.NetBSD.org@localhost:/usr/src/sys/arch/amd64/compile/GENERIC amd64

>Description:
Using pam_p11 and pcsc-lite from pkgsec-2025Q2 fails:
$ su
loading "libpcsclite_real.so.1" failed: su: Shared object "libpcsclite_real.so.1" not found

This haooebs because ${PREFIX}/lib is not searched. Adding a link works around the problem:
ln -s /usr/pkg/lib/libpcsclite_real.so.1 /usr/lib/libpcsclite_real.so.1
>How-To-Repeat:
Install and setup pam_p11 with pcsc-lite from pkgsrc-2025Q2, try to use it.
>Fix:
Not investigated yet


Home | Main Index | Thread Index | Old Index