Comment 2 for bug 2015570

Revision history for this message
Simon Josefsson (simon-josefsson) wrote :

Hi

I can confirm that resolv-wrapper does not work, to see run the upstream regression suite on the system resolv-wrapper and see it fail:

git clone https://git.samba.org/resolv_wrapper.git
mkdir b
cd b
cmake -DUNIT_TESTING=ON ..
make -C tests/
cd tests
sed -e 's#\(LD_PRELOAD=\)[^;]*/\(libresolv_wrapper.so\)#\1\2#' -i CTestTestfile.cmake
ctest --output-on-failure -V

If you rebuild the package and install that instead of Ubuntu 22.04 version, the above snippet works.