Tagged Questions
0
votes
1answer
162 views
Perl cannot locate module in @INC
I am running Centos 6.4 and perl 5.10. I have short script which uses the DateTime module. However when I run my script I get the following error message telling me various modules cannot be located ...
4
votes
2answers
177 views
Best way to write an init.d script for start_server and starman?
I'm trying to come up with a nice init.d script that starts a psgi app, using start_server and starman. It needs to have the following features:
Run on RedHat (i.e. Debian's start-stop-daemon is not ...
3
votes
3answers
177 views
Finding Perl modules already packaged for Debian and Redhat
I'm investigating making a Perl application that uses many modules into either a Debian and/or Redhat package. Currently, I believe the 'cleanest' way to do this is to cite, where possible, the ...
1
vote
1answer
2k views
Install GD Library on RedHat machine for twiki
My ultimate goal is to run a twiki website for my research group.
I have space on RedHat server that is running Apache, etc., but upon which I do not have root access. Since I cannot install perl ...
1
vote
2answers
1k views
Perl system calls when running as another user using sudo
I have developed a perl script which provides a menu driven functionality to allow users to carry out some simple tasks.
I need the users to be able to carry out tasks such as copying files (keeping ...
0
votes
1answer
290 views
Running a Perl script in Eclipse Classic in Linux Redhat
I have a Perl script which I want to run in Linux. I know about the plugins which we can use, but that's a limitation for me. I will have to use External Tools Configurations to run it. I searched on ...
0
votes
0answers
73 views
Install Net Cassandra Easy on Linux [duplicate]
Possible Duplicate:
What's the easiest way to install a missing Perl module?
I am new to Cassandra. I want to use Net::Cassandra::Easy on Linux for Perl to insert data into Cassandra. ...
0
votes
2answers
618 views
Problem when installing RSPerl on RedHat
I want to run R (the statistical package) from Perl in RedHat Linux. I found online that there is a package called RSPerl that does this job but I have hard time installing it in RedHat. This software ...
2
votes
1answer
218 views
How to stacically compile DBD::mysql and move the files on a shared hosting where i have my own perl installation
I have downloaded and installed locally on my Ubuntu ActiveState Perl(ActivePerl-5.14.1.1401-x86_64-linux-glibc-2.3.5-294969.tar.gz).
I did "~$ sudo apt-get install libmysqlclient-dev"
I downloaded ...
0
votes
1answer
548 views
Daemon network process (perl) under Redhat RHEL5 is denying network connection
I wrote a program that is using the Perl POE Framework to realize a json webservice.
So far so good. I have no problems running that application under debian systems. But when i run my application ...
7
votes
5answers
17k views
How can I tell if I'm running in a VMWARE virtual machine (from linux)?
I have a VMWARE ESX server. I have Redhat VMs running on that server. I need a way of programatically testing if I'm running in a VM. Ideally, I'd like to know how to do this from Perl.
3
votes
4answers
1k views
Perl or Python script to remove user from group
I am putting together a Samba-based server as a Primary Domain Controller, and ran into a cute little problem that should have been solved many times over. But a number of searches did not yield a ...