User tries to run ANSYS 11.0 on Sun Solaris 10 and receives the following:

ERROR MESSAGE RECEIVED:
Error in startup script: couldn't load file "/ansys_inc/v110/commonfiles/launcher/lib/ansinfo/../usIII/libansinfo.so": ld.so.1: wish: fatal: relocation error: file /ansys_inc/v110/ansys/syslib/usIII/libucb.so.1: symbol _siguhandler: referenced symbol not found
while executing
"load /ansys_inc/v110/commonfiles/launcher/lib/ansinfo/../usIII/libansinfo.so ansinfo"
("package ifneeded" script)
invoked from within
"package require ansinfo"
(file "/ansys_inc/v110/commonfiles/launcher/LauncherMain.itcl" line 55)

How do I eliminate this error?


Perform the following:
1. cd /ansys_inc/v110/ansys/syslib/usIII/
2. mv libucb.so.1 backup.libucb.so.1
3. ln -s /usr/ucblib/sparcv9/libucb.so.1
Rerun ANSYS.
This will link in the Solaris 10 version of libucb.so.1.
This version contains a definition for _siguhandler instead of an undefined reference to it.


This solution will work for ANSYS 9.0 and 10.0 also. Just change the directory structure to point to the correct version v90, v100...etc.





Show Form
No comments yet. Be the first to add a comment!