• Tollef Fog Heen's avatar
    Report dlerror if dlopen fails · 97ff8c4b
    Tollef Fog Heen authored
    dlopen typically only fails here if the child process does not have
    access to the build directory and the user runs varnishtest as root
    (meaning the child setuids to nobody).  Report the dlerror and give a
    hopefully helpful hint to help diagnose the error.
    
    Fixes: #959
    97ff8c4b
cache_vrt_vmod.c 3.64 KB