in reply to Authen::Smb is not getting installed using ActivePerl

May I ask what you require this module for? As SAMBA is an idependent implementation of Windows native protocols there might be Windows tools available already w/o the module to achieve what you want. E.g. to access a file share on a SAMBA server is supported by Windows natively.

  • Comment on Re: Authen::Smb is not getting installed using ActivePerl

Replies are listed 'Best First'.
Re^2: Authen::Smb is not getting installed using ActivePerl
by vin.hephaistion (Initiate) on Apr 12, 2013 at 12:54 UTC

    I am writing a perl script in which I need to access FTP, SSH and telnet server, and also SMB....for all the other protocols I am using perl modules and it works fine.. so thought of using Authen::SMB

      Yes, but what do you want to do via SMB? Accessing a shared printer, shared drive?

        I want to access the shared drive via SMB