I ran: ppm install Net::LDAP from the command line within the c:\perl\bin directory and it said: No missing packages to install
ppm install perl-ldap returned the same message. I'm in a Windows environment in case that's not clear. -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Micheal Espinola Jr Sent: Thursday, July 31, 2008 2:52 PM To: Questions and Answers for users of ASSP Anti-Spam SMTP Proxy Subject: Re: [Assp-user] Net::LDAP Using PPM from the command-line: ppm install Net::LDAP Thats it. PPM will install the latest from ActiveState's repository. No worries. If its already installed and you want to "force" a reinstall/upgrade, use this: ppm install --force Net::LDAP Alex Davidson wrote: > I am considering using the most current stable release of Fritz's and thought > it prudent to review the required PERL modules to make sure I have everything > it needs. > > I can't seem to find an exact match in my Perl Package Manager (ActivePerl > 5.8.8 Build 819) for Net::LDAP. > Filtering for net-ldap I see: > Net-LDAP-Express (0.11) > Net-LDAP-LDAPhash (1.0.1) > Net-LDAP-Server (0.4) > POE-Adapter-Net-LDAP (0.02) > ResourcePool-Resource- Net-LDAP (1.0002) > > My guess is that I need Net-LDAP-Server as this comes closest, just wanted to > a get a confirmation before assuming anything. > > Thanks, > Alex > > ---------------------------------------------------------------------- > --- This SF.Net email is sponsored by the Moblin Your Move Developer's > challenge Build the coolest Linux based applications with Moblin SDK & > win great prizes Grand prize is a trip for two to an Open Source event > anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > Assp-user mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/assp-user > > ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Assp-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/assp-user
