-2
votes
0answers
19 views

Active State Perl and Cygwin in the same windows box? [closed]

I want to install cygwin in my Vista. I already have installed ActiveState Perl that seems to have some cygwin modules. I was wondering is there a problem if I also install cygwin. I think that I ...
0
votes
1answer
137 views

Need equivalent of command with nmap, awk and grep for Windows machines with PowerShell and/or Perl

Please see this thread for reference How can I scan using nmap and Zenmap all hostnames that begin with a particular string? One of the answers in the thread above uses the following query (I take ...
0
votes
1answer
86 views

Windows, Apache and MSSQL Authentication

I have a create database script written in perl. I remember it working just fine another machine. A couple years later using a Vista machine I am trying to use it again and it keeps failing. The ...
0
votes
1answer
74 views

Windows7 with Apache2 Server set up Perl Path [closed]

I am currently trying to run a perl script test.pl on my windows Apache Server. use test_mod.pm. It is located in c:/mod/ and I have this in my PATH and Perl5Lib System Variables. I have also ...
-1
votes
1answer
122 views

Can't locate Bugzilla/Search/Recent.pm in @INC [closed]

Software error: Can't locate Bugzilla/Search/Recent.pm in @INC (@INC contains: . lib C:/Bugzilla/perl/perl/lib C:/Bugzilla/perl/perl/site/lib) at CGI.pm line 30. BEGIN failed--compilation aborted at ...
2
votes
1answer
939 views

Squid with php or perl “url_rewrite_program” on windows

I want to redirect all my http proxy traffic to a perl or php script. I have a working squid setup, and have this in my squid.conf url_rewrite_program "c:\\squid\\redirect.pl" But when I start ...
1
vote
2answers
269 views

Run a perl script as a windows 7 service

I have a perl script which is compiled using pp, to be run as a windows service on windows 7 machines. I looked at the thread http://www.perlmonks.org/index.pl?node%5Fid=230377 but of little use ...
2
votes
2answers
402 views

Install RequestTracker (RT) on Windows Server?

Is it possible to install the latest RT on Windows Server? I've found some installers online for previous versions, but can't find any tutorials for the current version. Currently trying to do ...
3
votes
2answers
414 views

Windows Apache 2.2 painfully slow executing CGI

I've recently set up Apache 2.2 and git on one of our Windows XP PCs for gitweb access using the setup at https://git.wiki.kernel.org/index.php/MSysGit:GitWeb As noted on the wiki, the only version of ...
0
votes
1answer
200 views

How to install Perl Power Tools on Windows

Are the Perl Power Tools still around? I'm trying to install them on Windows Server 2008 with Strawberry Perl. If I search the web I get: http://sourceforge.net/projects/ppt/ as first link, where I ...
1
vote
1answer
809 views

Strawberry Perl libeay32_.dll problem

I've installed Strawberry Perl (v5.12.3) on Windows Server 2008 32 bit and I was hoping to run simpledb CLI tools. I had a small issue with HOME environment variable, I renamed it to HOMEPATH to ...
2
votes
2answers
513 views

Scheduling a Perl script with output redirection

I'm trying to schedule a Perl script to be run from the Windows task scheduler and have the output be redirected to a text file. This seems straight forward, but it's not following the redirection, ...
0
votes
1answer
1k views

Can i automate a script to get EMC grab reports from different servers

Here is my issue, we have 170 unix servers , 80 ESX servers and many Windows (2003/2008)s pread across 3 EMC Clariions and 2 VMAX in which I want to perform host grabs on all the servers prior to ...
0
votes
0answers
94 views

Using a NON-ACTIVESTATE Perl Interpreter in the Windows Scripting Host

Does anyone know if this possible so I can call a Perl script directly from within WSH if I embed it in a WSF? A lot of searching on Google, and the lack of clear answers, makes it sound like only ...
2
votes
3answers
791 views

How can I run Bugzilla on Windows with Strawberry Perl?

I've been at it for 3 days now, and run into, usually, a Storage.pm problem with the "Binary image v18.86 being greater than 2.7". I've tried different Bugzilla's: 3.0.8, 3.2.4, 3.4rc1. Next I'll be ...
2
votes
1answer
4k views

Run perl script as a windows service

How do you run a perl script as a windows service? I have a script that gathers all sort of data and then relays them to a server, but I need to run this as a system service in order to report data ...