|
Posted by rthangam on July 15, 2008, 2:44 am
Please log in for more thread options >
> > Hi all,
> > I am having to install the CGI module on a Windows XP machine
> > and it is very frustrating. I read that I should use the PPM to
> > install it, but the CGI module doesn't show up on the list of packages
> > that PPM can install. So I tried installing manually by downloading
> > the module and installing using nmake, dname, make.. none of which
> > work. I get a message saying "nmake" is not a recognized command. I
> > have installed perl modules on MACs a number of times and CPAN.pm
> > works like a dream. This is very frustrating and I would appreciate
> > any help in this regard. Thanks in advance for all your help.
>
> CGI is a core module. What perl distribution are you using?
> Did you check whether CGI is already present?
>
> --S
You need to have visual studio installed to use nmake. nmake comes as
a part of
Microsoft VC++. Are you using Active perl ?. I have done some
installation like DBI,DBD::Oracle etc on my Windows XP machine. It
went fine.
|