The Mac OS X and Linux 64-bit versions of Iguana dynamically link to SSL libraries. If you encounter linking errors when first starting Iguana, then you need to check that:
SSL is installed on your machine.
The SSL libraries are in the link path.
The names of the SSL libraries match the ones that Iguana require. If not, then you can create symbolic links to resolve the naming differences. For example:
cd /usr/lib
ln -s libssl.so libssl.so.0.9.7
To run the application as a regular command line executable, type the following:
/home/user/iNTERFACEWARE-Iguana/Iguana --run
It is important that an absolute path is given to the shell to execute Iguana because the application relies on it to determine the executable directory.