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
151
votes
24 answers

ImportError: No module named psycopg2

In installation process of OpenERP 6, I want to generate a config file with these commands: cd /home/openerp/openerp-server/bin/ ./openerp-server.py -s --stop-after-init -c /home/openerp/openerp-server.cfg But it always showed the message:…
ws_123
  • 5,155
  • 7
  • 23
  • 20
72
votes
14 answers

How can git be installed on CENTOS 5.5?

How can I install git on CENTOS 5.5 machine? I tried to install it from yum but got following msg. root@host [~]# sudo yum install git Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile * addons: centos.mirrors.tds.net *…
Prakash
  • 2,749
  • 4
  • 33
  • 43
66
votes
2 answers

nohup:ignoring input and appending output to 'nohup.out'

I want to start my server through nohup.php but the command is not running and displays following error nohup:ignoring input and appending output to 'nohup.out' I am using ssh through putty, this is what i am doing nohup php server1.php
user3809096
  • 817
  • 1
  • 7
  • 10
37
votes
6 answers

Linux - Yum Install GCC - Missing Kernel-headers

When ever i try to install GCC on my linux (centos) It comes back with missing glibc-headers-2.5-58.el5_6.4.x86_64 from updates has depsolving problems --> Missing Dependency: kernel-headers is needed by package glibc-headers-2.5- …
Stewart Dick
  • 381
  • 1
  • 3
  • 6
35
votes
13 answers

Error: command 'gcc' failed with exit status when installing psycopg2

I need to install psycopg2 for openerp installation process, but I always faced that error. I've already used pip and easy_install and my gcc is the latest version. I really need your help to solve my problem. This is my complete error with…
ws_123
  • 5,155
  • 7
  • 23
  • 20
32
votes
4 answers

Setup.py: install lxml with Python2.6 on CentOS

I have installed Python 2.6.6 on CentOS 5.4, [@SC-055 lxml-2.3beta1]$ python Python 2.6.6 (r266:84292, Jan 4 2011, 09:49:55) [GCC 4.1.2 20080704 (Red Hat 4.1.2-46)] on linux2 Type "help", "copyright", "credits" or "license" for more…
k99
  • 709
  • 2
  • 6
  • 13
30
votes
5 answers

SET GLOBAL max_allowed_packet doesn't work

I found out how to change the default value of max_allowed_packet in MySQL using SET GLOBAL. However, each time I used this command, the default value stayed untouched! I used these commands: mysql --user=root --password=mypass mysql> SET GLOBAL…
Hossein
  • 24,202
  • 35
  • 119
  • 224
24
votes
2 answers

rpmbuild %{dist} not defined on CentOS 5.5?

I'm attempting to use the %{dist} tag in my RPM spec file to provide distribution-specific dependencies between Fedora Core (e.g. fc12), CentOS 5 (e.g. el5) and Amazon's Linux AMI: Release: %_svn_revision%{?dist} and #…
Barry Wark
  • 107,306
  • 24
  • 181
  • 206
22
votes
9 answers

How do I Upgrade to Subversion 1.5 On CentOS 5?

My development server (CentOS 5) is running Subversion 1.4.2, and I wish to upgrade it to 1.5. I have read in various blogs and documents scattered around the web that this may be done by using RPMForge. I have followed the instructions found on…
jperras
  • 702
  • 1
  • 5
  • 9
21
votes
4 answers

How to open port 2195 in iptables CentOS 6 for activating the APNS

I tried this solution: iptables -I OUTPUT -p tcp --dport 2195 -j ACCEPT /etc/init.d/iptables stop /etc/init.d/iptables start but still can't access the port. If there are more ports that I have to open for APNS let me know.
ElizaS
  • 850
  • 1
  • 9
  • 22
17
votes
7 answers

Problem installing RMagick rubygem on Centos 5

I'm having problems installing the RMagick rubygem on Centos 5. I've followed the steps detailed in http://rmagick.rubyforge.org/install2-linux.html but when I try: sudo gem install rmagick the result is: Building native extensions. This could…
Keith Pitty
  • 1,498
  • 1
  • 12
  • 22
12
votes
3 answers

Cassandra.yaml configuration error- expected '', but found Scalar

I am configuring Cassendra 1.0 on CentOS 5.7 but getting stacked when running the command "cassandra -f". Here is the error message- INFO 14:54:10,271 Loading settings from file:/.../apache-cassandra-1.0.0/conf/cassandra.yaml ERROR 14:54:10,318…
Sadat
  • 3,493
  • 2
  • 30
  • 45
12
votes
4 answers

Libtool library used but `LIBTOOL' is undefined?

Im trying to install ffmpeg on my server. Im unsing centos 5. When I try to install libfdk_aac I get the following error ` autoreconf: Entering directory `.' autoreconf: configure.ac: not using Gettext autoreconf: running: aclocal --force -I…
Sam Healey
  • 666
  • 2
  • 8
  • 22
11
votes
2 answers

how to install python-devel for 2.6 version?

i use centos 5.4 ,the default python version is python2.4,so i use the python2.6.2.tar.gz compile a python 2.6 version and now i want to intstall board review project it need install python-devel package,if i use yum install python-devel,it will…
maolingzhi
  • 681
  • 3
  • 8
  • 16
11
votes
6 answers

RabbitMQ install issue on Centos 5.5

I've been trying to get rabbitmq-server-2.4.0 up and running on Centos 5.5 on an Amazon AWS instance. My instance uses the following kernel: 2.6.18-xenU-ec2-v1.2 I've tried installation of erlang and rabbitmq-server using: 1) yum repos 2) direct…
Drew
  • 6,311
  • 4
  • 44
  • 44
1
2 3
20 21