Page 1 of 1

libcrypto.so.0.9.8 Permission denied

Posted: Tue Sep 16, 2008 4:56 am
by proinagltd
Hello

I have recently install ASL on our replacement server.

We have a managed backup facility with our hosting provider.

After installing ASL with the kernel, the backup agent fails to start with the following error:

Code: Select all

/usr/local/BUAgent/VVAgent: error while loading shared libraries: libcrypto.so.0.9.8: cannot enable executable stack as shared object requires: Permission denied
I'm not sure what this means and the best route for solving this problem.

Kind regards,

Graham Wallace

Posted: Tue Sep 16, 2008 5:26 am
by breun
There are several threads on this forum about this error. Search for 'executable stack'.

Posted: Tue Sep 16, 2008 5:49 am
by proinagltd
Thank you !

Knowing where to look is always the good.

just had to run:

execstack -c /usr/local/BUAgent/libcrypto.so.*.*.*

Many thanks again

Graham