Hi,
We have source guardian installed as a php extension, but enabling cagefs breaks it.
I have solved this problem by the following commands:
but I was wondering if what I did is right and does not raise a security threat?
Also, is it possible to embed it into cagefs script so that enabling cagefs would copy "source guardian" files as well?
Thanks
We have source guardian installed as a php extension, but enabling cagefs breaks it.
Code:
PHP Startup: Unable to load dynamic library /usr/local/php5/lib/php/extensions/no-debug-non-zts-20090626/ixed.5.3.lin - /usr/local/php5/lib/php/extensions/no-debug-non-zts-20090626/ixed.5.3.lin: cannot open shared object file: No such file or directory
Code:
mkdir -p /usr/share/cagefs-skeleton//usr/local/php5/lib/php/extensions/no-debug-non-zts-20090626/ cp /usr/local/php5/lib/php/extensions/no-debug-non-zts-20090626/* /usr/share/cagefs-skeleton//usr/local/php5/lib/php/extensions/no-debug-non-zts-20090626/
Also, is it possible to embed it into cagefs script so that enabling cagefs would copy "source guardian" files as well?
Thanks
Comment