Information
We are currently investigating an issue with the editor of some pages. Please save your work and avoid to create new pages until this banner is gone.
I am trying to use with ACS 6.0 an RTOS installation done with 5.0. I have errors
The RTOS installation procedure for ACS 5.x was leaving the original build path, containing the path /alma/ACS-5.0
in some files of the installation.
When installing ACS 6.0
and removing the /alma/ACS-5.0
directory structure these references remain dangling.
You have the following workarounds :
/alma/ACS-5.0
directory structure/alma/ACS-5.0
into /alma/ACS-6.0
ACS 6.0 has been fixed and this problem does not occurr any more with newer builds of RTOS.
You can fix an ACS 5.0 installation in the following way:
ACS/ExtProd/RTOS/postRTOSinstall
ACS/ExtProd/RTOS/postRTOSinstall
as root
!> cd /alma > ln -s ACS-6.0 ACS-5.0 > ACS/ExtProd/RTOS/postRTOSinstall -cleanup /alma/ACS-5.0 > rm ACS-5.0
After that fix you can have problem like:
1 - ./switches: error while loading shared libraries: liblxrt.so.1: cannot open shared object file: No such file or directory.
This problem can be solved in several ways:
Thee is also JIRA Ticke about the problem: COMP-971
-- BogdanJeram - 10 Aug 2007