My Grotto | Small snippets of info so I don't have to remember

Jun/09

16

Installing PECL extensions in CentOS

After lots of searching round I finally worked out where the hell I was going wrong. Just remount /var/tmp with exec temporarily.

$ sudo mount -o remount,exec /var/tmp
$ sudo pecl install <pecl_extension>
$ sudo mount -o remount,noexec /var/tmp

No tags

<<

>>