Open Simulant87 opened 10 years ago
I get the following error when executing the makeit script (./makeit): /usr/bin/ld: cannot find -lvncserver collect2: ld returned 1 exit status
I have installed libvncserver-dev first (sudo apt-get install libvncserver-dev) What can I do?
try ldconfig and then ldconfig -p | grep vncserver
I get the following error when executing the makeit script (./makeit): /usr/bin/ld: cannot find -lvncserver collect2: ld returned 1 exit status
I have installed libvncserver-dev first (sudo apt-get install libvncserver-dev) What can I do?