01-19-2018, 06:58 AM
Here are my notes on the x11vnc compile:
sudo apt-get install -y libxtst-dev libssl-dev libjpeg-dev zlib1g-dev
cd ~
wget http://x11vnc.sourceforge.net/dev/x11vnc...dev.tar.gz
gzip -dc x11vnc-0.9.14-dev.tar.gz | tar -xvf -
cd x11vnc-0.9.14/
./configure --build=aarch64-unknown-linux-gnu --prefix=/usr/local CFLAGS='-g -O2 -fno-stack-protector -Wall'
make
sudo make install
x11vnc -storepasswd
It could be that '-fno-stack-protector' option, I'm not sure but this is how I got it working. Please do post back if you figure out what the exact issue was.
sudo apt-get install -y libxtst-dev libssl-dev libjpeg-dev zlib1g-dev
cd ~
wget http://x11vnc.sourceforge.net/dev/x11vnc...dev.tar.gz
gzip -dc x11vnc-0.9.14-dev.tar.gz | tar -xvf -
cd x11vnc-0.9.14/
./configure --build=aarch64-unknown-linux-gnu --prefix=/usr/local CFLAGS='-g -O2 -fno-stack-protector -Wall'
make
sudo make install
x11vnc -storepasswd
It could be that '-fno-stack-protector' option, I'm not sure but this is how I got it working. Please do post back if you figure out what the exact issue was.