Frank

Results 100 comments of Frank

Unfortunately, this does not solve the problem either. I only bound my mysqlserver to 127.0.0.1 and localhost. Do I have to let the SQL Server listen to my own IP?

How do I configure my mysql server to work with this tool? I assumed that the tool would establish an SSH connection and then execute the command locally on the...

not really For the connection to work for me I have to open the user and the server to the world

Same Problem. i guess this project is little bit death ?

I know but it doesn't work with PHP 7.2 or 7.3. No data is read. the Dash version 1 runs ...

i found the problem The app/server/linux_json_api.sh need 744 chmod rights

:-( I have tried this unfortunately already more times with different folders. Prefix : /home/znc/.znc Prefix : /home/znc/znc_old Prefix : /home/znc/znc_1_8 and so on i do wget https://znc.in/releases/znc-1.8.1.tar.gz tar xvzf...

[cmake.txt](https://github.com/znc/znc/files/4840396/cmake.txt) [make.txt](https://github.com/znc/znc/files/4840397/make.txt) i hope this can help

``` znc@v10437:~/znc-1.8.1/build$ cmake -DCMAKE_INSTALL_PREFIX="$HOME/.znc" /home/znc/znc-1.8.1 -- Could NOT find Boost -- Boost.Locale or gettext (msgfmt) is not found, disabling i18n support +----------------------------+ | ZNC 1.8.1 configured | | | |...

following step I have done git clone git://github.com/znc/znc.git --recursive cd znc mkdir build znc@v10437:~/znc/build$ cmake -DCMAKE_INSTALL_PREFIX="$HOME/.znc" -S /home/znc/znc -- The CXX compiler identification is GNU 8.3.0 -- Check for working...