TurboVNC / turbovnc

Main TurboVNC repository
https://TurboVNC.org
GNU General Public License v2.0
761 stars 138 forks source link

Compiling without the web server cannot run #316

Closed fhriley closed 2 years ago

fhriley commented 2 years ago

If you compile turbovnc with -DTVNC_BUILDWEBSERVER=0, /opt/TurboVNC/bin/webserver will never exist. This means vncserver can never run because it does a sanity check to verify /opt/TurboVNC/bin/webserver exists.

dcommander commented 2 years ago

Oops. Should be fixed now.