What operation generates the error \"text file busy\"? I am unable to tell exactly.
I think it is related to the fact that I\'m creating a temporary python script (u
If trying to build phpredis on a Linux box you might need to give it time to complete modifying the file permissions, with a sleep command, before running the file:
phpredis
sleep
chmod a+x /usr/bin/php/scripts/phpize \ && sleep 1 \ && /usr/bin/php/scripts/phpize