KasmVNC
KasmVNC copied to clipboard
Ubuntu 24.04 in v1.3.2: Can't locate DateTime.pm for kasmvncserver
The below message prevents correct invocation of kasmvncserver in Ubuntu 24.04.
Can't locate DateTime.pm in @INC (you may need to install the DateTime module) (@INC entries checked: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.38.2 /usr/local/share/perl/5.38.2 /usr/lib/x86_64-linux-gnu/perl5/5.38 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl-base /usr/lib/x86_64-linux-gnu/perl/5.38 /usr/share/perl/5.38 /usr/local/lib/site_perl) at /usr/bin/kasmvncserver line 42.
Fixed by installing libdatetime-perl, thus this should be an explicit dependency in the Ubuntu 24.04 DEB configuration.
+1 ran into this
+1