diff --git a/plugins/php-apt/versions/common/yaf.sh b/plugins/php-apt/versions/common/yaf.sh index 0bce4e5c5..c13c6d520 100755 --- a/plugins/php-apt/versions/common/yaf.sh +++ b/plugins/php-apt/versions/common/yaf.sh @@ -49,8 +49,8 @@ Install_lib() fi cd $php_lib/${LIBNAME}-${LIBV} - /usr/bin/phpize$version - ./configure --with-php-config=$serverPath/php/$version/bin/php-config + /usr/bin/phpize${version} + ./configure --with-php-config=/usr/bin/php-config${version} make && make install && make clean fi