Sent with Proton Mail secure email.
------- Original Message -------
On Thursday, October 5th, 2023 at 7:09 AM, Stuart Henderson
<[email protected]> wrote:
> On 2023/10/04 20:37, haywirrr wrote:
>
> > Hi Stuart,
> >
> > I found that creating a symlink to the PC/SC library file in the
> > OpenSSL directory allowed wpa_supplicant to run without issue.
> >
> > ln -s /usr/local/lib/libpcsclite.so.1.0 /usr/local/lib/eopenssl31
> >
> > Is it possible that the Makefile patch is somehow overriding the
> > library file location solely with the location of the OpenSSL library
> > files? I had a look at the patch and it looks correct to me...
>
>
> I'm not sure what is up there, as that shouldn't be necessary.
>
> Can you try removing the symlink and show me
>
> ldconfig -r | head
> ldconfig -r | grep libpcsc
>
> please?
Hi Stuart,
See below for the requested information. Thanks!
oports# wpa_supplicant
ld.so: wpa_supplicant: can't load library
'libpcsclite.so.1.0'
Killed
oports# ldconfig -r | head
/var/run/ld.so.hints:
search directories: /usr/lib
0:-lexecinfo.3.0 => /usr/lib/libexecinfo.so.3.0
1:-lfido2.7.0 => /usr/lib/libfido2.so.7.0
2:-lcbor.2.0 => /usr/lib/libcbor.so.2.0
3:-lform.6.0 => /usr/lib/libform.so.6.0
4:-lformw.6.0 => /usr/lib/libformw.so.6.0
5:-lagentx.1.1 => /usr/lib/libagentx.so.1.1
6:-liberty.12.0 => /usr/lib/libiberty.so.12.0
7:-lm.10.1 => /usr/lib/libm.so.10.1
oports# ldconfig -r | grep libpcsc
oports#