Error opening GUI driver: /querix/hydra.lnx64/./lib/modwingui.so

HYDRA (NO LONGER SUPPORTED)


You may get the below error message in log file running a test application:

Error opening gui driver: /querix/hydra.lnx64/./lib/modwingui.so'

If you have installed other releases of Hydra, system variables PATH and LD_LIBRARY_PATH may contain several values (old and new) and old values will be included first. When runtime tries to find dynamic libraries it looks for it refering to the path defined in LD_LIBRARY_PATH and finds ‘old’ version first.

To fix it, log in as user that Hydra runs from and look at environment variable LD_LIBRARY_PATH. Edit your $QUERIXDIR/environ and $QUERIXDIR\etc\inet.env files to make LD_LIBRARY_PATH start with $QUERIXDIR/lib and PATH start with $QUERIXDIR/bin. Both files should contain the same correct information.

Related articles