18 Eyl 2014
shtool:path:Error: failed to create temporary directory Hatası ve çözümü (Solved)
Selamlar,
phpize
Configuring for:
PHP Api Version: 20041225
Zend Module Api No: 20060613
Zend Extension Api No: 220060519
shtool:path:Error: failed to create temporary directory `./tmp/.shtool.
27631′
touch: cannot touch `./tmp/.shtool.27631/shtool.tmp’: No such file or
directory
shtool:path:Error: failed to create temporary directory `./tmp/.shtool.
27719′
touch: cannot touch `./tmp/.shtool.27719/shtool.tmp’: No such file or
directory
autom4te: cannot create ./tmp/am4t7784.27807: No such file or
directory
at /usr/bin/autom4te line 942
Yukarıdaki şekilde hata alıyorsanız eğer ffmpeg kurulumda phpize dediğinizde,
chmod +t /tmp
cd ffmpeg-php
mkdir ./tmp
export TMPDIR=./tmp
Bu kodları çalıştırmanız yeterlidir