In order for SRM to successfully collect data from a Linux computer, all users on the system must have read and execute privileges on the native and GCC libraries. To grant these privileges, run the following command on each library:
chmod a+rx <library_name>
where <library_name> is the library on which you are granting the privileges.
Example
chmod a+rx libstdc++.so.6
|
Copyright © 2016 CA Technologies.
All rights reserved.
|
|