in reply to Can't load perl module Filesys::SmbClient
The problem is Filesys::SmbClient was installed using a different perl version that the perl version trying to load it
So, re-install Filesys::SmbClient using the current perl version, that way when current perl version tried to load Filesys::SmbClient it will work
Or dont try to run the program using this different perl version than the version that installed the module, use the same perl version that was used to install Filesys::SmbClient
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Can't load perl module Filesys::SmbClient
by marto (Cardinal) on Jul 05, 2017 at 22:55 UTC | |
by Anonymous Monk on Jul 05, 2017 at 23:36 UTC | |
|
Re^2: Can't load perl module Filesys::SmbClient
by bvani (Initiate) on Jul 06, 2017 at 06:19 UTC | |
by Anonymous Monk on Jul 06, 2017 at 22:21 UTC |