[gnutls-devel] GnuTLS | TLS interoperability: test actual compiled master (!1802)

Read-only notification of GnuTLS library development activities gnutls-devel at lists.gnutls.org
Tue Jan 23 22:44:36 CET 2024




Daiki Ueno commented: https://gitlab.com/gnutls/gnutls/-/merge_requests/1802#note_1739212720

Wouldn't it be sufficient to adjust `PATH` so the built executables (`./src/gnutls-serv`, etc.) are detected first? They are libtool wrapper [scripts](https://www.gnu.org/software/libtool/manual/html_node/Linking-executables.html#index-program-wrapper-scripts) which ensure that `LD_LIBRARY_PATH` is properly set, for example:
```console
libtool --mode=execute src/gnutls-serv
	linux-vdso.so.1 (0x00007ffce99c8000)
	libgnutls.so.30 => /home/ueno/devel/gnutls/lib/.libs/libgnutls.so.30 (0x00007f19eb200000)
	libm.so.6 => /lib64/libm.so.6 (0x00007f19eb4b4000)
...
```

-- 
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/-/merge_requests/1802#note_1739212720
You're receiving this email because of your account on gitlab.com.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.gnupg.org/pipermail/gnutls-devel/attachments/20240123/f3e82455/attachment-0001.html>


More information about the Gnutls-devel mailing list