pcsc_scan should use system perl
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
pcsc-tools (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
The package manager installs your dependencies for the system perl, so ensure you're using that one and not any other perl interpreters the user may have installed. Otherwise, your program won't be able to find the modules it needs.
ProblemType: Bug
DistroRelease: Ubuntu 15.04
Package: pcsc-tools 1.4.23-1
ProcVersionSign
Uname: Linux 3.19.0-21-generic x86_64
ApportVersion: 2.17.2-0ubuntu1.1
Architecture: amd64
CurrentDesktop: Unity
Date: Sun Jun 28 13:50:53 2015
InstallationDate: Installed on 2015-06-27 (1 days ago)
InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
SourcePackage: pcsc-tools
UpgradeStatus: No upgrade log present (probably fresh install)
Do you propose to hardcode the perl path in the script?
Use something like:
#!/usr/bin/perl
instead of the current:
#!/usr/bin/env perl