Questions tagged [centos5]

CentOS is a Linux distribution aiming for 100% binary compatibility with RHEL.

is a free operating system distribution based upon the Linux kernel.

Version 5 was released on 2007-04-12 and uses kernel version 2.6.18-8. It reached its End of Life (EOL) on 2017-03-31.

Documentation

313 questions
0
votes
1 answer

Rebuild perl instmodsh command index

Lang/Env:Perl Version: 5.8.8 OS: CentOS 5.3 How does instmodsh works exactly? How it create indexes? Is there any way to rebuild these indexes ? Is there any other tool available for managing modules ? When I am using "instmodsh" for below module…
Yogesh
  • 663
  • 8
  • 17
0
votes
3 answers

combine multiple linux commands in one line

I am trying to merge multiple linux commands in one line to perform deployment operation. For example nohup php 1.php nohup php 2.php nohup php 3.php nohup php 4.php I want perform all of them in parallel, it is possible in a .sh file?
0
votes
1 answer

Error in Perl code: Can't locate loadable object for module XML::LibXSLT

Environment: CentOS 5. Application: Perl 5.8.8 Apache error saying Error in Perl code: Can't locate loadable object for module XML::LibXSLT It requires following modules: XML::LibXSLT and XML::LibXML Both require v 1.70, I have installed…
Yogesh
  • 663
  • 8
  • 17
0
votes
2 answers

installing mod_perl with centos and plesk

I'm trying to install mod_perl on Centos 5.5 with Plesk. Does this already come with mod_perl? I'm not showing anything in the $ENV{MOD_PERL} variable. I tried installing it via cpan (install mod_perl2) with this: Please provide a full path to…
Jonathan
  • 3,893
  • 5
  • 46
  • 77
0
votes
1 answer

error reading information on service hiawatha: No such file or directory

I want to install kloxo-mr panel. my os is centos 5.9 I did the setup steps according to this guide: https://github.com/mustafaramadhan/kloxo/blob/dev/how-to-install.txt During the installation process it show me this error and end install…
saeid ezzati
  • 239
  • 1
  • 3
  • 16
0
votes
1 answer

Jenkins user and group removed automatically

I installed Jenkins 1.531.1.1 on CentOS 5.5 by executing the below mentioned commands: sudo wget -O /etc/yum.repos.d/jenkins.repo http://pkg.jenkins-ci.org/redhat/jenkins.repo sudo rpm --import…
Anand
  • 1,791
  • 5
  • 23
  • 41
0
votes
1 answer

Build issues on Centos6

I have to migrate software suite called Rivermuse from CentOS5 to CentOS6. The README file suggest the following steps: Directory setup: mkdir GNUbuild rpmbuild archive rpmdev-setuptree Build: autoreconf -vfi ./configure make dist-rpm make…
raymondboswel
  • 576
  • 4
  • 12
0
votes
1 answer

Is it possible to install chef-solo without root privilege

We have been facing with a lot of issues with Linux team about installing stuff on a VM. We are not given any root access and as far as I understand chef is impossible to install without root privilege at all. Am I correct? If I'm wrong is there…
toy
  • 11,711
  • 24
  • 93
  • 176
0
votes
2 answers

curl unexpected results, unknown error

I have a vps with centos 5.4 and php ver 5.2.17. Oddly enough curl is not working correctly on this server. This code:
Masood Hosseini
  • 193
  • 1
  • 9
0
votes
1 answer

Compiled libsqlite3.so doesn't work on CentOS 5.9 x86

I've compilled sqlite from sources (version 3.7.16.1) under CentOS 5.9 32bit. It compilled successfully but i'm unable to link against it or use it anyhow. I'm compilling like this: CFLAGS="-DSQLITE_ENABLE_COLUMN_METADATA…
ILya
  • 2,670
  • 4
  • 27
  • 40
0
votes
1 answer

python setup.py install SyntaxError: invalid syntax 926

i'm trying to install "mod_pywebsocket" on CentOS 5.9 32 bit, by following this guide "https://code.google.com/p/websocket-sample/wiki/HowToInstallMod_pywebsocket" But with the command "sudo python setup.py install" i see an error: [root@localhost…
0
votes
3 answers

mod_python on CentOS under httpd and hsphere

I have asked our hosting provider to add mod_python to our httpd server. The server appears to be in an hsphere cluster and they appear to use yum to administer it. He is reporting some dependencies missing and I do't quite understand how that…
Simon
  • 78,655
  • 25
  • 88
  • 118
0
votes
1 answer

Encrypting string with bash

I use CentOS5. I'm trying to read a username and a password in a bash script so I can create a new unix user. useradd -p $password $login the problem here is that the password is not encrypted later in /etc/shadow. In useradd man pages it is meant…
Chedy2149
  • 2,821
  • 4
  • 33
  • 56
0
votes
1 answer

Debugging Stuck Ruby Process - Workling\Starling

We have a rails app that about every 24 hours runs the load average on the machine well beyond 5. It looks like a stuck Ruby process specifically related to a background process running to manage event and calendar reminders. It seems like killing…
daved82
  • 23
  • 3
0
votes
0 answers

PHP can't connect to the database after upgrading php and mysql, both to 5.5 on CentOS 5

I recently upgraded php from 5.2 to 5.5 on my server running CentOS 5.5. Then I also upgraded mysql from 5.1 to 5.5. Everething worked fine for a few days until now. Now any application installed on my server (such as trixbox, joomla, even…