Skip to content

Instantly share code, notes, and snippets.

@centminmod
Created February 2, 2014 19:40
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save centminmod/8773625 to your computer and use it in GitHub Desktop.
Testing PHP Int / ICU extension and general PHP extension support in Jailkit chrooted Centmin Mod Nginx vhost user account
jk_cp -j /home/chroot_shell/ /etc/centminmod/php.d
/home
Copying /etc/centminmod/php.d/memcache.ini to /home/chroot_shell/etc/centminmod/php.d/memcache.ini
Copying /etc/centminmod/php.d/imagick.ini to /home/chroot_shell/etc/centminmod/php.d/imagick.ini
Copying /etc/centminmod/php.d/apc.ini to /home/chroot_shell/etc/centminmod/php.d/apc.ini
Copying /etc/centminmod/php.d/memcached.ini to /home/chroot_shell/etc/centminmod/php.d/memcached.ini
Copying /etc/centminmod/php.d/igbinary.ini to /home/chroot_shell/etc/centminmod/php.d/igbinary.ini
jk_cp -j /home/chroot_shell/ /usr/local/lib/php/extensions
/home
Copying /usr/local/lib/php/extensions/no-debug-non-zts-20090626/imagick.so to /home/chroot_shell/usr/local/lib/php/extensions/no-debug-non-zts-20090626/imagick.so
Creating symlink /home/chroot_shell/usr/lib64/libMagickWand.so.2 to libMagickWand.so.2.0.0
Copying /usr/lib64/libMagickWand.so.2.0.0 to /home/chroot_shell/usr/lib64/libMagickWand.so.2.0.0
Creating symlink /home/chroot_shell/usr/lib64/libMagickCore.so.2 to libMagickCore.so.2.0.0
Copying /usr/lib64/libMagickCore.so.2.0.0 to /home/chroot_shell/usr/lib64/libMagickCore.so.2.0.0
Creating symlink /home/chroot_shell/usr/lib64/liblcms.so.1 to liblcms.so.1.0.19
Copying /usr/lib64/liblcms.so.1.0.19 to /home/chroot_shell/usr/lib64/liblcms.so.1.0.19
Creating symlink /home/chroot_shell/usr/lib64/libtiff.so.3 to libtiff.so.3.9.4
Copying /usr/lib64/libtiff.so.3.9.4 to /home/chroot_shell/usr/lib64/libtiff.so.3.9.4
Creating symlink /home/chroot_shell/usr/lib64/libfontconfig.so.1 to libfontconfig.so.1.4.4
Copying /usr/lib64/libfontconfig.so.1.4.4 to /home/chroot_shell/usr/lib64/libfontconfig.so.1.4.4
Creating symlink /home/chroot_shell/usr/lib64/libXext.so.6 to libXext.so.6.4.0
Copying /usr/lib64/libXext.so.6.4.0 to /home/chroot_shell/usr/lib64/libXext.so.6.4.0
Creating symlink /home/chroot_shell/usr/lib64/libXt.so.6 to libXt.so.6.0.0
Copying /usr/lib64/libXt.so.6.0.0 to /home/chroot_shell/usr/lib64/libXt.so.6.0.0
Creating symlink /home/chroot_shell/usr/lib64/libgomp.so.1 to libgomp.so.1.0.0
Copying /usr/lib64/libgomp.so.1.0.0 to /home/chroot_shell/usr/lib64/libgomp.so.1.0.0
Creating symlink /home/chroot_shell/usr/lib64/libSM.so.6 to libSM.so.6.0.1
Copying /usr/lib64/libSM.so.6.0.1 to /home/chroot_shell/usr/lib64/libSM.so.6.0.1
Creating symlink /home/chroot_shell/usr/lib64/libICE.so.6 to libICE.so.6.3.0
Copying /usr/lib64/libICE.so.6.3.0 to /home/chroot_shell/usr/lib64/libICE.so.6.3.0
Creating symlink /home/chroot_shell/lib64/libexpat.so.1 to libexpat.so.1.5.2
Copying /lib64/libexpat.so.1.5.2 to /home/chroot_shell/lib64/libexpat.so.1.5.2
Creating symlink /home/chroot_shell/lib64/libuuid.so.1 to libuuid.so.1.3.0
Copying /lib64/libuuid.so.1.3.0 to /home/chroot_shell/lib64/libuuid.so.1.3.0
Copying /usr/local/lib/php/extensions/no-debug-non-zts-20090626/apc.so to /home/chroot_shell/usr/local/lib/php/extensions/no-debug-non-zts-20090626/apc.so
Copying /usr/local/lib/php/extensions/no-debug-non-zts-20090626/igbinary.so to /home/chroot_shell/usr/local/lib/php/extensions/no-debug-non-zts-20090626/igbinary.so
Copying /usr/local/lib/php/extensions/no-debug-non-zts-20090626/memcached.so to /home/chroot_shell/usr/local/lib/php/extensions/no-debug-non-zts-20090626/memcached.so
Creating symlink /home/chroot_shell/usr/local/lib/libmemcached.so.11 to libmemcached.so.11.0.0
Copying /usr/local/lib/libmemcached.so.11.0.0 to /home/chroot_shell/usr/local/lib/libmemcached.so.11.0.0
Copying /usr/local/lib/php/extensions/no-debug-non-zts-20090626/memcache.so to /home/chroot_shell/usr/local/lib/php/extensions/no-debug-non-zts-20090626/memcache.so
php -i | egrep -C2 'ICU version'
Internationalization support => enabled
version => 1.1.0
ICU version => 4.2.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment