mirror of
https://github.com/myvesta/vesta
synced 2025-08-20 21:34:12 -07:00
--with-mysql --with-mysqli
This commit is contained in:
parent
a178727582
commit
2160b85d7a
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ This package contains php-cgi for Vesta Control Panel web interface.
|
|||
%setup -q -n %{name}-%{version}
|
||||
|
||||
%build
|
||||
./configure --prefix=/usr/local/vesta/php --with-zlib --enable-fpm --with-fpm-user=admin --with-fpm-group=admin --enable-mysqlnd --enable-mbstring
|
||||
./configure --prefix=/usr/local/vesta/php --with-zlib --enable-fpm --with-fpm-user=admin --with-fpm-group=admin --with-mysql --with-mysqli --enable-mbstring
|
||||
|
||||
make
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue