We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 597e5cb commit a178727Copy full SHA for a178727
1 file changed
src/rpm/specs/vesta-php.spec
@@ -20,7 +20,7 @@ This package contains php-cgi for Vesta Control Panel web interface.
20
%setup -q -n %{name}-%{version}
21
22
%build
23
-./configure --prefix=/usr/local/vesta/php --with-zlib --enable-fpm --with-fpm-user=admin --with-fpm-group=admin
+./configure --prefix=/usr/local/vesta/php --with-zlib --enable-fpm --with-fpm-user=admin --with-fpm-group=admin --enable-mysqlnd --enable-mbstring
24
25
make
26
0 commit comments