ALERT: Some images may not load properly within the Knowledge Base Article. If you see a broken image, please right-click and select 'Open image in a new tab'. We apologize for this inconvenience.
Service Manager, Solaris, setuid and shared libraries (library -> file not found)
book
Article ID: 87357
calendar_today
Updated On:
Products
CA Automic Workload Automation - Automation Engine
Issue/Introduction
Error Message : library -> file not found
After configuring ucybsmgr or agents as advised in the documentation (setuid bit and owner root) it does not start.
Link dynamic dependencies shows file not found for some libs. (ldd ucybsmgr)
Cause
Cause type: Configuration Root Cause: Solaris uses a secure sbit implementation.
Environment
OS Version: N/A
Resolution
Use crle to add the library path to the linker.
Important Switches:
-u to update the path instead of overwriting it -64 if you are on a 64bit system -l and -s to update path and secure path.