When I am in cagefs of a user and run php -v is says:
I have done
And they are installed.
I also have run
And have look in in the user with:
What am I missing/forgetting? And why get I this error again and again?
We are using cagefs with the phpselector
Code:
k1999@cpanel1 [/var/log]# php -v libgcc_s.so.1 must be installed for pthread_cancel to work Aborted
Code:
yum provides "*/libgcc_s.so.1"
I also have run
Code:
cagefsctl --addrpm libgcc.x86_64 cagefsctl --addrpm libgcc-4.4.7-11.el6.x86_64 cagefsctl --addrpm libgcc.i686 cagefsctl --addrpm libgcc-4.4.7-11.el6.i686 cagefsctl --force-update
Code:
k1999@cpanel1 [/var/log]# ls -lah /lib64/libgcc_s.so.1 lrwxrwxrwx 1 root root 28 Oct 31 08:36 /lib64/libgcc_s.so.1 -> libgcc_s-4.4.7-20120601.so.1* k1999@cpanel1 [/var/log]# ls -lah /lib64/libgcc_s-4.4.7-20120601.so.1 -rwxr-xr-x 1 root root 89K Oct 15 00:48 /lib64/libgcc_s-4.4.7-20120601.so.1*
We are using cagefs with the phpselector
Comment