Displaying 3 results from an estimated 3 matches for "lsodium".
Did you mean:
sodium
2023 Feb 22
1
Auth-worker, unknown scheme ARGON2ID
...needs to be copied, or you can make it yourself. Make sure to change the version and paths.
prefix=/usr
exec_prefix=${prefix}
libdir=${prefix}/lib/x86_64-linux-gnu
includedir=${prefix}/include
Name: libsodium
Version: 1.0.18
Description: A modern and easy-to-use crypto library
Libs: -L${libdir} -lsodium
Libs.private: -pthread
Cflags: -I${includedir}
Aki
2023 Feb 22
1
Auth-worker, unknown scheme ARGON2ID
...t; prefix=/usr
> > exec_prefix=${prefix}
> > libdir=${prefix}/lib/x86_64-linux-gnu
> > includedir=${prefix}/include
> >
> > Name: libsodium
> > Version: 1.0.18
> > Description: A modern and easy-to-use crypto library
> >
> > Libs: -L${libdir} -lsodium
> > Libs.private: -pthread
> > Cflags: -I${includedir}
> >
> > Aki
>
> Getting somewhere - thanks Aki.
>
>
> % locate libsodium.pc
> /opt/homebrew/Cellar/libsodium/1.0.18_1/lib/pkgconfig/libsodium.pc
> /opt/homebrew/lib/pkgconfig/libsodium.pc
> /...
2023 Feb 22
1
Auth-worker, unknown scheme ARGON2ID
> On 22 Feb 2023, at 5:33 pm, Aki Tuomi <aki.tuomi at open-xchange.com> wrote:
>>
>> Thanks Aki, that was helpful. When I add that I get:
>>
>> checking for LIBSODIUM... no
>> configure: error: Can't build with libsodium: not found
>>
>> So I have to tell it where libsodium is.
>>
>> Tried:
>>
>>