Re: [Maria-discuss] Help to compile MariaDB 10.2.6 - Debian 8.8

2017-06-21 Thread Reindl Harald
Am 21.06.2017 um 21:00 schrieb Guillermo Cespedes: Only error in mysql-test-run.pl rpl.rpl_test_framework 'stmt'[ fail ] CURRENT_TEST: rpl.rpl_test_framework /usr/local/mysql/bin/mysqltest: Out of memory (Needed 1048576 bytes) mysqltest: In included file

Re: [Maria-discuss] Help to compile MariaDB 10.2.6 - Debian 8.8

2017-06-21 Thread Guillermo Cespedes
Hi, Sergei It worked for me now so well. Thank you all of you. # groupadd mysql # useradd -c "MySQL Server" -g mysql -s /bin/false mysql # cmake . -DBUILD_CONFIG=mysql_release -DWITH_ZLIB=system -DWITH_SSL=system -DDEFAULT_CHARSET=utf8 -DDEFAULT_COLLATION=utf8_spanish_ci # make

Re: [Maria-discuss] Help to compile MariaDB 10.2.6 - Debian 8.8

2017-06-20 Thread Sergei Golubchik
Hi, Guillermo! On Jun 20, Guillermo Cespedes wrote: > Hello how are you? > > When doing the MariaDB compilation it gives me error if I do not have gnutls. > After compiling gnutls and their dependencies. MariaDB compiles well. > > But I'm interested in compiling MariaDB with OpenSSL and not

Re: [Maria-discuss] Help to compile MariaDB 10.2.6 - Debian 8.8

2017-06-20 Thread Guillermo Cespedes
Debian 8.8 32bit / 64bit - MariaDB 10.2.6 # cd build-maridb # cmake . -DBUILD_CONFIG=mysql_release —> What flags do you recommend me add: ??? with-ssl ??? with-zlib ??? with-… security production server [32bit | 64 bit] # make # make install Thank you Guillermo Céspedes Full Stack

Re: [Maria-discuss] Help to compile MariaDB 10.2.6 - Debian 8.8

2017-06-20 Thread Reindl Harald
Am 20.06.2017 um 16:47 schrieb Guillermo Cespedes: Hi Sergei, I have doubts about the flags that I must send in the configuration Previously I compiled a version of zlib 1.2.11 and openssl 1.1.0f that I want it to use There are some flag that I must include for security for the production

Re: [Maria-discuss] Help to compile MariaDB 10.2.6 - Debian 8.8

2017-06-20 Thread Guillermo Cespedes
Hi Sergei, I have doubts about the flags that I must send in the configuration Previously I compiled a version of zlib 1.2.11 and openssl 1.1.0f that I want it to use There are some flag that I must include for security for the production server Guillermo Céspedes Full Stack Developer > El

Re: [Maria-discuss] Help to compile MariaDB 10.2.6 - Debian 8.8

2017-06-20 Thread Sergei Golubchik
Hi, Guillermo! On Jun 19, Guillermo Céspedes Tabárez wrote: > Hello I need help to add in my script ( > https://gist.github.com/dertin/8de14e458dd4f0d3acb5f0deff120951#file-install-sh-L232 > ) > the compilation of "MariaDB 10.2.6" from its source code. > Must work for Debian 8.8 32bit and 64bit