Tagged Questions
The centos5 tag has no wiki summary.
21
votes
9answers
25k views
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 ...
7
votes
5answers
13k views
how to install git 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 ...
7
votes
1answer
2k views
Trying to get django app to work with mod_wsgi on CentOS 5
I'm running CentOS 5, and am trying to get a django application working with mod_wsgi. I'm using .wsgi settings I got working on Ubuntu. I'm also using an alternate installation of python ...
6
votes
1answer
1k views
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: ...
6
votes
5answers
192 views
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 ...
5
votes
5answers
2k views
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 ...
5
votes
2answers
2k views
CentOS 5.5 - symbolic link creation into RPM spec file
I need to create the following symbolic links into RPM file
/bin/ln -sf libcrypto.so.0.9.8e /lib/libcrypto.so.0.9.8
/bin/ln -sf libssl.so.0.9.8e /lib/libssl.so.0.9.8
In my RPM spec file:
%files
...
5
votes
7answers
6k views
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 ...
5
votes
4answers
11k views
Error java.lang.NoClassDefFoundError on org.springframework.webflow.util.RandomGuid
I am sorry, my question is stupid, but I am not able to answer it, as a java illiterate. I run a tomcat (5) on CentOS5 (for a CAS server), and when I try to open this URL ...
3
votes
6answers
1k views
How to specify which version of perl to use on CentOS
I am running CentOS 5.4 which only has version 5.8 of perl available by default, and I have a program which requires perl 5.10, so I compiled perl 5.10 on CentOS. How do I specify which perl I want ...
3
votes
1answer
1k views
Setup.py install lxml with python2.6 on CentOS
I had install python2.6.6 on centos5.4,
[siyuan.tong@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", ...
3
votes
1answer
268 views
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 ...
3
votes
2answers
2k views
How to install python2.6-devel package under CentOs 5
I need to install mysql-python under python2.6.
mysql-python package needs python2.6-devel package that depends on the libpython2.6.so.1.0(64bit)
I found on the net some python2.6-devel packages, but ...
2
votes
1answer
236 views
Cassandra.yaml configuration error- expected '<document start>', 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 ...
2
votes
3answers
431 views
Perl DateTime::TimeZone not found (Bugzilla install)
I am trying to install Bugzilla on my Centos server. but I got this error:
Checking for DateTime-TimeZone (v0.71) not found
and
COMMANDS TO INSTALL REQUIRED MODULES (You *must* run all ...
2
votes
1answer
209 views
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 ...
2
votes
4answers
3k views
pg_config, ruby pg, postgresql 9.0 problem after upgrade, centos 5
After upgrade postgresql 8.1 to 9.0 ive noticed issues with libraries dependency. Postgresql works fine (connection, queries).
yum list postgresql*
Installed Packages
postgresql.i386 9.0.0-1PGDG.el5 ...
2
votes
1answer
606 views
Usage of rightscale init script in it's EC2 Centos 5.4 AMI
I was searching for EC2 EBS storage Centos 5.4 AMI in the community AMI and eventually I found Rightscale AMI (I think they called it RightImage).
Now I have created instance using that AMI, but I ...
2
votes
3answers
325 views
SVN_EDITOR not set while using sudo
I need to use sudo to run svn commands on my project. I have the SVN_EDITOR set to be vi in my own .bash_profile as well as in the root user's .bash_profile, but when I try to do an svn propedit, I ...
2
votes
3answers
2k views
Install node.js on PowerVPS
I have one VPS from PowerVPS which has CentOS 5.5 (default configuration).
I need to install Node.JS for an Ajax IM installation.
Does anyone have any advice/information on how to install Node.JS on ...
2
votes
1answer
684 views
Errors when compiling mod_wsgi for python2.6 on Cent OS 5.3
I am running a website on CentOS 5.3. I understand centos will break if the default python 2.4 is upgraded. I followed this site ...
2
votes
1answer
411 views
Compile subversion on CentOs
I have downloaded, compiled and installed so far:
apr-1.3.9
apr-util-1.3.9
sqlite-3.6.23
zlib-1.2.4
libtool-2.2.6b
Now after downloading subversion-1.6.9, the config works fine but compiling it will ...
1
vote
2answers
147 views
Adding java_opts params in Tomcat 6
I have a requirement to add -DAPP_ENCRYPTION_PASSWORD in Tomcat to start an application.
Can any one point exactly where to add this parameter? And how?
1
vote
1answer
319 views
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 ...
1
vote
1answer
184 views
How do you compile python with >1024 file descriptors?
The workaround for an issue in supervisord is to:
"compile a Python that supports > 1024 file descriptors"
https://github.com/Supervisor/supervisor/issues/26
Can someone please walk me through what ...
1
vote
1answer
318 views
Building Ruby 32-bit on CentOS 5
I've been having trouble trying to ./configure && make && make install ruby 1.9.2 in CentOS 64-bit as a 32-bit package. No matter how I configure and build it, it always seems to come ...
1
vote
0answers
290 views
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 ...
1
vote
1answer
69 views
MySQL retains password of earlier installation even after proper 'yum remove' & 'yum install'
I'm using MySQL-Server over CentOS. I 'yum remove' the MySQL-server and then again 'yum install' it.
When I tried setting up a new password for 'root' using 'mysqladmin'... it raised an error.
Some ...
1
vote
2answers
2k views
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 ...
1
vote
2answers
167 views
Running aapt on a remote Linux server
OK, this might sound a little crazy but here goes:
I have a few hundred Android APK files sitting on a remote (dedicated) server running CentOS 5. I need to grab some meta data off these apk files - ...
1
vote
1answer
191 views
cURL to domain on same [CentOS 5.5] server
I've got a utility domain out there (let's call it utility-domain.com) that generates short URLs and a site (let's call it prod-domain.com) that is attempting to call utility-domain.com to generate a ...
1
vote
1answer
47 views
is there a command in centos to dynamically add entries to the inittab file?
is there a command in centos to dynamically add entries to the inittab file ? I am writing a new daemon and would like the init to restart it when it dies for any reason.
1
vote
1answer
204 views
Errors in Linux Kernel headers
I'm trying to compile a library which includes some headers from kernel-devel package. I linked the appropriate headers, but now I get compilation errors in those header files.
...
1
vote
1answer
311 views
centos 5.5; yum broken; need command line subversion client (will be retrieving files from a remote repository)
Evidently, getting subversion would be a piece of cake, if only yum weren't broken. Moreover, just about everywhere I search for info on installing subversion takes it for granted that yum is ...
1
vote
1answer
220 views
How to install subversion on shared hosting account?
I'd like to install subversion on my web hosting account. I have access to ssh, running Apache 2, and CentOS 5 as the operating system.
How can I do this? Any ideas?
1
vote
2answers
354 views
NFS write permissions error
I've created an NFS share on one server to another (client) server and successfully mounted the folder (let's say /home/user/public_html/examplefolder) to the second (client) server.
I've logged in ...
1
vote
1answer
433 views
init.d script for SeleniumGrid under CentOS 5.5
I'm establishing Continuous Integration environment for our team. And part of that environment is Selenium Grid running under the CentOS 5.5. I ran into a problem, i can't set up an autostartup for ...
1
vote
2answers
326 views
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, ...
1
vote
1answer
285 views
“rails -d mysql newapp” gives: undefined symbol: rb_Digest_MD5_Init
# rails -d mysql newapp
/usr/local/lib/ruby/1.8/x86_64-linux/digest/md5.so: /usr/local/lib/ruby/1.8/x86_64-linux/digest/md5.so: undefined symbol: rb_Digest_MD5_Init - ...
1
vote
1answer
840 views
iptables blocking DNS server
I'm trying to configure my server to allow incoming DNS queries. The default server, as setup by the hosting company, permits traffic on ports 443, 80 and 22.
I have modified the iptables file to try ...
1
vote
2answers
2k views
Having problems building OpenCV 2.0 on CentOS 5?
I'd been trying to install OpenCV library to my centos system however when i type make and hit enter after configuring with cmake, i get the following error:
[100%] Building CXX object ...
1
vote
4answers
863 views
Apache Mina Server Restart java.net.BindException: Address already in use
I have a rather annoying problem in my server application.
I bind Apache Mina with the following code:
acceptor.bind(new InetSocketAddress(PORT));
Where acceptor is an NioSocketAcceptor.
Over a ...
1
vote
1answer
964 views
Resolving missing dependency libexif.so.9 while trying to Yum install Mono on CentOS 5.3.3
Hey guys,
I'm trying to install Mono on CentOS 5.3.3 through Yum.
According to the instructions I found elsewhere I grabbed a copy of mono.repo from the Mono site and placed it in the ...
0
votes
1answer
19 views
How to use make to install an application on Cent-OS ?
I'm trying to install an application on Cent-OS from its source code. which is mpg123-0.59r the installation instruction is :
# make clean
# make
# make install
but each time I'm trying to excute ...
0
votes
1answer
33 views
Skipping incompatible library (mkbundle)
I have a .Net program, which works fine using "mono Program.exe", but now I am trying to use "mkbundle -o prog Program.exe --deps" on the SAME machine, and it returns the following error:
...
0
votes
0answers
15 views
What's different Red Hat Enterprise Linux and CentOS? [migrated]
When I do cat /etc/redhat-release, I got this.
#CentOS release 5.5 (Final)
Red Hat Enterpirse Linux Server 5.5 (Tikanga)
It looks Red Hat Enterprise Linus is originated from CentOS. Anyway I want ...
0
votes
2answers
48 views
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 ...
0
votes
1answer
119 views
Deploying war in Jboss 7.0.1 through Commandline
I have a war file and I need to deploy it on Jboss 7.0.1 Server. Now I have gone through the documentation, but didnt find any thing to deploy a war file. Moreover for deploying your build through ...
0
votes
1answer
34 views
Zip archive on when user clicks submit - CentOS - will zipping operations overlap ever?
I am building into a function the zipping of a file when the user submits a form. I'm worried that many userrs may submit the form at one time, and the zip commands would "overlap". Am I way off ...
0
votes
2answers
100 views
CentOS zip command - adding password - what type of encryption (if any) is provided?
With the included zip utility in CentOS5 (zip command): i.e. /usr/bin/zip -P $ZIP_PASS ...
I haven't been able to find any documentation on this. I am trying to find out how secure the password is. ...