Error installing EMPro on Linux
时间:03-26
整理:3721RD
点击:
I'm trying to install EMPro 2011.12 on Redhat 4.7 and are getting an error.
It's odd, as the library libGLU.so.1 does exist in /usr/X11R6/lib64/libGLU.so.1.3, which has a symbolic link to /usr/X11R6/lib64/libGLU.so.1. Also, there's a link in /usr/lib64.
I contacted Agilent for support, and received:
Try the following :
create (as administrator) a new link in /usr/lib64:
If it will not work please install 32 version of library too
Well, as you can guess, it did not work.
I'm not over keen on installing a 32-bit library, as I don't know what package(s) it will require. In any case, given the OS is 64-bit, it would make more sense to get EMPro working as 64-bit.
If I try to run the 32-bit version of EMPro
it exists with an error "Unable to launch EMPro" The error message is not very informative, as it gives no indication of why it is unable to launch the program. At least the 64-bit version gives an error message which looks half-useful.
Any ideas?
Dave
Code:
drkirkby@hawk:~S ssh -X skylark Last login: Mon Jun 18 16:08:36 2012 from renair.dsl.4ns.co.uk [drkirkby@skylark ~]S /usr/local/EMPro2011_12/bin/Linux64/startempro --driver=x11 setting EMPROHOME to /usr/local/EMPro2011_12/bin/Linux64 setting PYTHONHOME to /usr/local/EMPro2011_12/bin/Linux64/tools/linux2 setting OA_PLUGIN_PATH to /usr/local/EMPro2011_12/bin/Linux64/../../data/plugins setting HPEESOF_DIR to /usr/local/EMPro2011_12/bin/Linux64 aglmwizard_exe: error while loading shared libraries: libGLU.so.1: cannot open shared object file: No such file or directory
I contacted Agilent for support, and received:
Try the following :
create (as administrator) a new link in /usr/lib64:
Code:
sudo ln -s /usr/lib64/libGL.so.1.2 /usr/lib64/libGL.so
If it will not work please install 32 version of library too
Well, as you can guess, it did not work.
I'm not over keen on installing a 32-bit library, as I don't know what package(s) it will require. In any case, given the OS is 64-bit, it would make more sense to get EMPro working as 64-bit.
If I try to run the 32-bit version of EMPro
Code:
[drkirkby@skylark ~]S /usr/local/EMPro2011_12/bin/Linux32/startempro --driver=x11
Any ideas?
Dave