You don't want to replace the iLiad's libX11 with the hacked version.
The best way to get your program to use it, is to set the LD_LIBRARY_PATH in your .sh launcher. This tells the OS to look where ever you have your program specific libraries first. Look at one of the programs I've ported for an example.
|