On 15.06.2015 01:48 PM, Helmer Teles wrote:
Hi Mihai.
strangely that's not the problem.
Server: ubuntu 12.04 No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 12.04.5 LTS Release: 12.04 Codename: precise
libfile-temp-perl is provided by perl-modules
Yes, I know. I told you to install libfile-temp-perl so that we can remove it later on again. I intended to add perl-modules as a dependency to cups-x2go.
Reverted to previous copy of /usr/lib/cups/backend/cups-x2go and it works again.
Can you please add "qw( tempfile )" to the "use File::Temp;" line, so that it looks like that in the end:
use File::Temp qw( tempfile );
Does this fix your problem?
Mihai