Hi all:
I'm trying to run bldxffiles as a non-root user on Solaris 10. I'm getting an error:
ld.so.1: bldxffiles: fatal: libsecls.so: open failed: No such file or directory
Killed
I've tried setting the LD_LIBRARY_PATH env variable specifically but still get the error.
bldxffiles works fine from root, so I can only believe that it's a permissions problem... but I can't track it down.
Can anyone help?
Much appreciated,
-Greg Moeller
Figured it out. I had permissions set as
-rwxr-xr-x with an owner of root
as soon as I switched it to be
-r-xr-xr-x with an owner of lawson things started working properly again.
Is there a standard Perms.cfg file out there for LSF9 ??
Mine is empty!