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
6
votes
1 answer

centos5 postgresql client

How can I install postgresql client only in centos 5?
d-man
  • 57,473
  • 85
  • 212
  • 296
6
votes
5 answers

top command first iteration always returns the same result

When running top -b -n 1, the command always returns the same CPU values. Consider the following test run 5 times in succession: [user@server ~]$ top -b -n 5 -d.2 | grep "Cpu(s)" Cpu(s): 18.5%us, 10.0%sy, 0.0%ni, 67.0%id, 4.2%wa, 0.0%hi, …
Yacine Filali
  • 1,762
  • 14
  • 17
6
votes
5 answers

How to deal with memory leak from someone else's driver

I am running a c program on a CentOS 5.5 computer. The program runs a loop that performs tests over and over until told to stop by an external source. By necessity I am using an old driver for a PCI card that communicates with my test system. Since…
Gmandude
  • 61
  • 2
6
votes
1 answer

In Python2.7, undefined symbol importing P4API

On RHEL5 (5.3) I've installed python27, python27-devel, setuptools, gcc44, gcc44-c++, and P4PythonInstaller. All seemingly installed just fine, with no reported errors. However when I open Python2.7 and attempt to import P4 or P4API I receive the…
Bill Brooks
  • 751
  • 1
  • 10
  • 30
6
votes
0 answers

GhostScript on CentOS 5.3 - Unable to process JPXDecode data

I'm trying to get our server to convert PDFs to image files. It's a CentOS 5.3 system and the latest version of ghostscript that can be (8.70), has been installed. When I try to convert a PDF I get the following error repeated for each page, and the…
ThisLeeNoble
  • 150
  • 9
6
votes
2 answers

Modify Python Path for Python3 only

I am developing in both Python 3 and Python 2.6, and have both versions installed. With Python 3, however, the path to lots of the good modules (time, math, ...) is not part of my Python path. I can add the directory to the path, but it's…
Charles L.
  • 5,795
  • 10
  • 40
  • 60
5
votes
2 answers

Error compiling the compiler GCC

I know, it's an irony to compile a compiler. But I need a specific version of this compiler, and the CentOS 5.x repositories have not the most recent versions of GCC. The version what i need is 4.3.2 but I only have 4.1.1. I followed this tutorial…
Mr_LinDowsMac
  • 2,644
  • 9
  • 56
  • 75
5
votes
1 answer

Mono 2.10.5 for CentOS / RHEL 5

Until now I used THIS to install/update mono on my CentOS machines, but it seems that it's not updated since 2.10.2 anymore (may because mono isn't part of novell anymore). So is there a new location to get newer mono *.rpm from?
Christoph Fink
  • 22,727
  • 9
  • 68
  • 113
5
votes
1 answer

OpenMPI 1.4.3 mpirun hostfile error

I am trying to run a simple MPI program on 4 nodes. I am using OpenMPI 1.4.3 running on Centos 5.5. When I submit the MPIRUN Command with the hostfile/machinefile, I get no output, receive a blank screen. Hence, I have to kill the job. . I use the…
Ashmohan
  • 491
  • 1
  • 11
  • 22
5
votes
3 answers

Compiling OpenCV with OpenGL

I am trying to compile opencv 2.4.6.1 on Centos 5.10. However, whenever I add WITH_OPENGL=ON, I am unable to compile it. My cmake line: cmake -D CMAKE_BUILD_TYPE=RELEASE -D CMAKE_INSTALL_PREFIX=/usr/local/opencv-2.4.6.1-test -D…
Alex
  • 426
  • 1
  • 6
  • 15
4
votes
1 answer

APC (PHP Cache) Uptime 0 minutes, not caching

My goal is to implement APC for opcode cache for a drupal 6 production site. I have so far tested APC with several php files with and without including other php files with include_once. Also tried to tweak the apc.ini values for shm_size,…
Jussi
  • 41
  • 3
4
votes
2 answers

Error: Cannot find a valid baseurl for repo: base

I need some help please, I am trying to install yum update in CentOS 5.9 but I get error > Loaded plugins: fastestmirror, kmod Loading mirror speeds from cached > hostfile YumRepo Error: All mirror URLs are not using ftp, http[s] or > file. Eg.…
jemz
  • 4,987
  • 18
  • 62
  • 102
4
votes
1 answer

how to solve curl: (35) error

If I run in my CentOS 5 machine this command: curl -LsS https://symfony.com/installer -o /usr/local/bin/symfony I get this error: curl: (35) error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure However, if I run: curl…
jstuardo
  • 3,901
  • 14
  • 61
  • 136
4
votes
2 answers

Where does PHP include_path master value come from?

Via phpinfo, I get the following for include_path Master Value. .:/usr/share/pear:/usr/share/php It does not appear to be set anywhere... php ini has all include_path(s) commented out, my apps do not set it manually, apache conf/php conf/other…
RADA
  • 455
  • 5
  • 14
4
votes
1 answer

Libvirt on Xenserver 6.5

I am trying to install Libvirt with Xen driver on the Opensource Xenserver 6.5. I found that the XenAPI driver lacks some of the APIs like "virConnectNumOfStoragePools" which I need for my work. Hence, I will need to use the libxl or xenlight driver…
ZephyrPLUSPLUS
  • 2,550
  • 2
  • 18
  • 13
1 2
3
20 21