Wednesday 29 January 2014

fatal: librt.so.1: version `SUNW_1.2' not found

Answer:

You will need to set your environment variable, LD_NOVERSION=yes. For example, in bash:

/usr/local/> export LD_NOVERSION=yes

In csh:

/usr/local/> setenv LD_NOVERSION yes

The is is caused by an eventual incompatibility between the differing Java versions on the machine as well as the packages and patches that were applied to the machine. For now,
please use set the LD_NOVERSION environment variable to "yes".

 

No comments:

Post a Comment