Currently viewing the category:
"Uncategorized"
If the PECL installer stars complaining about a “bad interpreter”, it’s likely the permissions on your /tmp directory need to be temporarily modified.
Here’s the details, straight from http://www.pinoytux.com/linux/how-to-fix-pecl-php-error-binsh-bad-interpreter-permission-denied
% mount -oremount,exec /tmp
% pecl install <whatever>
% mount -oremount,noexec /tmp
Curl on Mac OS X makes a relatively suitable replacement for wget, but I can never remember the proper syntax, which is as such:
curl -OL h ttps://github.com/mcrumm/Ignitify/tarball/master
This handy tip was gleaned from the following site:
http://technosophos.com/content/os-x-using-curl-instead-wget
I’ve been using working full-time on my MacBook Pro for about a year now, and in [...]
Categories
Developer Links
Film Links

