分类: LINUX
2014-01-18 19:42:41
Found bug in the
php4-pcntl-4.4.9-3.fc18.x86_64 package when installed with
pptpconfig-20060821-3.fc18.noarch and dependencies. Packages location ;
Installed packages ;
pptpconfig-20060821-3.fc18.noarch
php4-pcntl-devel-4.4.9-3.fc18.x86_64
PROBLEM
Trying to setup pptpconfig client to connect to windows VPN server.
After packages are installed running pptpconfig in terminal I get this error;
bash: /sbin/pptpconfig: /bin/php4-pcntl: bad interpreter: No such file or directory
And in gui I get this error;
The exec() call failed.
SOLUTION
/bin/php4-pcntl is a link to /usr/lib64/php4-pcntl/bin/php
for whatever reason, pptpconfig does not like the link, If I remove the link
and copy the binary to /bin/ and name it php4-pcntl, then pptpconfig will run
cd /bin/
rm -f php4-pcntl
cp /usr/lib64/php4-pcntl/bin/php php4-pcntl
Thanks,
Ryan