dispmanx_vnc icon indicating copy to clipboard operation
dispmanx_vnc copied to clipboard

Linking Error

Open Simulant87 opened this issue 10 years ago • 1 comments

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?

Simulant87 avatar Mar 30 '14 00:03 Simulant87

try ldconfig and then ldconfig -p | grep vncserver

hanzelpeter avatar Mar 30 '14 08:03 hanzelpeter