This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Pages: [1]
1
PHP Selector / Re: Php 7 install problem - CWP Php Selector
« on: April 21, 2017, 03:22:53 PM »
http://forum.centos-webpanel.com/php-selector/upgrade-buildconf-2-63/
I have the same issue. this worked for me
I have the same issue. this worked for me
2
PHP Selector / Re: Upgrade buildconf 2.63
« on: April 21, 2017, 03:20:21 PM »
this worked for me
Hello,
i have found the solution.
You need to download and install manually new version of m4 autom4te and autoconf.
You can do so by doing:
cd /usr/local/src
wget https://ftp.gnu.org/pub/gnu/autoconf/autoconf-2.69.tar.gz
tar zxvf autoconf-2.69.tar.gz
cd autoconf-2.69*
./configure
make && make install
mv /usr/bin/autoconf /usr/bin/autoconf.bak
cp /usr/local/bin/autoconf /usr/bin/autoconf
same thing with autom4te and m4 (extract, configure, make, make install and than copy it from /usr/local/bin/xxx to /usr/bin/xxx
download links are:
https://ftp.gnu.org/pub/gnu/automake/automake-1.15.tar.gz
https://ftp.gnu.org/pub/gnu/m4/m4-1.4.18.tar.gz
After this i was able to compile php7.
Pages: [1]