Tagged Questions
5
votes
3answers
6k views
How does one easily add posix support to PHP using yum?
I am running CentOS 5.2 and using yum to manage packages. I have had little luck installing php-posix but know with almost 100% certitude that it is a real and available package...somewhere. Has ...
4
votes
3answers
2k views
Installing Git in Home Directory - CentOS 5 - NO ROOT
At work, development doesn't have revision control. By this I mean that we are only allowed to check into the P4 depot when the change set is ready for regression testing. We can't check in ...
4
votes
4answers
2k views
how do I find which rpm package supplies a file I'm looking for?
As an example, I am looking for a mod_files.sh file which presumably would come with the php-devel package. I guessed that yum would install the mod_files.sh file with the php-devel x86_64 ...
3
votes
2answers
334 views
Trouble Installing Git on CentOS
I'm having trouble installing Git on CentOS 5.5 x86_64. I'm not an expert at this type of thing, what's the problem?
root@server [/]# yum install git
Loaded plugins: fastestmirror
Loading mirror ...
3
votes
2answers
124 views
How to know the system is Debian or CentOS in Python?
I want to write some install scripts by python, it should know the OS to choose either apt command or yum command.
It seems sys.platform can tell 'win32' or the others, but how to know it is working ...
2
votes
1answer
928 views
How to install iconv-devel on CentOS 5.6?
After installing rvm on CentOS 5.6 and run rvm notes:
dependencies:
# For RVM
rvm: yum install -y bash curl git # NOTE: For git you need the EPEL repository enabled
# For Ruby (MRI & Ree) ...
2
votes
2answers
215 views
Amazon Linux AMI EC2 - librrd.so.2 dependency issue
I am attemping to install OpsCenter for Cassandra, and using the the standard REHL image. I can't figure out how to get this to work. Another version of EPEL perhaps?
yum install opscenter....
...
2
votes
2answers
2k views
How to list installed packages from a given repo using yum [closed]
I want to list all packages I have installed on a system from a given repo using yum. Usually to do this I use yum list installed | grep "something". But now I am faced with a problem. The repo I am ...
2
votes
2answers
3k views
Django on CentOS
I'm looking to use Django on a shared host that's running an unknown version of CentOS. My main problem is trying to interface with a database. The server has MySQL installed, but not MySQL-python. I ...
1
vote
1answer
48 views
What is the yum command to install Eclipse Indigo for Java EE developers?
I want to install Eclipse Indigo for Java EE developers in CentOS through yum command.
yum install eclipse ...
What is the exact command?
1
vote
0answers
27 views
I would like to rebuild a centos server, how can I duplication/download the yum repo seting to the new server? [closed]
I got a dell centos 5.5 server and install some of the open source like joomla and magento. I cannot remember which yum I have updated and which yum repo I have installed. How can I setup I new new ...
1
vote
1answer
486 views
pointing to a different yum repository
I am not sure if this is possible or if there's any easier way but I am trying to install a software package but its not available when I search for it within Yum. I read their documentation and they ...
1
vote
1answer
270 views
Development packages for X11 for CentOS
Some one know what are development packages for X11 for CentOS 3?
Thank you for ahead
1
vote
4answers
6k views
yum install php-pear* on centos
I'm trying to install pear on my centos.
I've used "yum install php-pear*" to install pear and it seemed to install with success. No errors. I restart my server.
However when I check out phpinfo(). ...
1
vote
2answers
953 views
0
votes
1answer
20 views
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 ...
0
votes
0answers
25 views
How to resolve dependency packages when installing httpd-devel apr-devel apr-util-devel yum on centos 5.6
I am trying to install httpd-devel apr-devel apr-util-devel centos 5.6. i got dependency problem
Resolving Dependencies
--> Running transaction check
---> Package apr-devel.i386 ...
0
votes
2answers
50 views
How to get Java, Java EE and Hibernate plugins for Eclipse Helios by yum?
I need Java, Java-EE, and Hibernate plugins for Eclipse Helios. I installed Eclipse Helios in Cent OS using the following command:
yum install eclipse-platform
But it does not contain any plugins. ...
0
votes
0answers
30 views
I can't update software using yum on CentOS
When I use the command yum update to update the software on CentOS, it gives the following error and not sure how to fix it:
Error: Missing Dependency: php-common = 5.2.4-el5.centos is needed by ...
0
votes
1answer
36 views
Will a “yum install django” over write an existing django version
I want to update the django on my vagrant box (and have no need or desire to use virtualenv)
will a simple yum install django suffice?
0
votes
1answer
48 views
Transaction check error on yum-update for package libedit
I'm fairly new to managing a server (sandbox development on a linode VPS), and I haven't run updates in a while.
I just decided to login as root and run "yum update" to update all of the software ...
0
votes
0answers
226 views
dependency issues when installing sphinx search on centos 5.5 (EC2)
Im trying to install sphinx search on my EC2 instance. I keep running into dependency issues. I tried using:
'yum install sphinx'
but it wants to install an old version and it gets dependency ...
0
votes
1answer
176 views
PECL OAuth for PHP 5.3 on CentOS 5
I am having trouble running pecl install oauth on centos 5. I installed PHP 5.3.6 using these instructions:
http://www.webtatic.com/packages/php53/
When I try to run pecl install oauth I get:
...
0
votes
1answer
34 views
Yum repos for PyQt 4.7 above
Can any one suggest some yum repositories for PyQt-4.7 or above in CentOS 6.0 i586.? I tried installing it mannualy, but WebKit is making problem..
0
votes
0answers
78 views
centos thread.error: can't start new thread
I'm setting up my webserver for the first time by installing ISPconfig 3 (CentOS 5.5). In one of the processes I run the follow: yum install vsftpd
Next I got this error:
thread.error: can't start ...
0
votes
1answer
35 views
Why can you install the same package by different names with Yum
On Centos 6 I can do
# yum install webserver
or
# yum install httpd
And both commands will install httpd (apache)
I am building an RPM and I don't know which one I should use or why they are ...
0
votes
1answer
84 views
Yum won't update because of newer libstdc++ library. How do I fix this?
Whenever I try to update my system via "sudo yum update", I get this error:
Transaction Check Error:
package libstdc++-4.3.2-7.i386 (which is newer than libstdc++-4.1.2-51.el5.x86_64) is already ...
0
votes
0answers
100 views
yum install mod_ssl
I need to instal mod_ssl on Centos. I already have apache and open ssl installed. How can I do that?
When I use yum install mod_ssl I get the error "No package mod_ssl available"
Thanks!
0
votes
1answer
58 views
Updated server not sending/accepting multiple file uploads?
I have two servers, server A and server B. A form on server A submits data to server B via XMLHttpRequest. Apache is set up to allow data to be sent from one server to the other, avoiding the ...
0
votes
0answers
260 views
Install PHP 5.3.8 with updated libcurl version
I'm trying to install PHP with libcurl 7.21.7 because the 7.15 version has some bugs I want to avoid.
I installed the last version of libcurl from a repository I found using YUM but when trying to ...
0
votes
2answers
734 views
Centos - Virtualmin Package Updates - mysql update error because of conflicts with file from different package. Any safe solution?
When I try to apply Virtualmin Package Updates - mysql updates on Centos 5.5 64-bit - it returns install failed because of conflicts with file from different package.
When I try yum remove mysql* or ...
0
votes
2answers
262 views
0
votes
2answers
1k views
How To Update Boost When Yum Has the Outdated Version
I am trying to install the latest version of Gearman. However, it keeps giving me the error:
Checking for Boost Headers version >=
1.37... no
When I check my Boost version (yum list installed ...
0
votes
3answers
1k views
How to do yum backup and restore?
Is there a way to make a backup of package that will be change while yum update? For example when I do yum update lighttpd is there a way to backup and restore lighttpd if yum update will be ...
0
votes
1answer
805 views
Problem with glaux.h locating
I try to compile code, that beggins with:
#include<stdlib.h>
#include<GL/gl.h>
#include<glaux.h>
with command:
cc -o test test.c -I/usr/local/include -L/usr/local/lib -lMesaaux ...
0
votes
3answers
4k views
Overriding yum dependency checks when newer versions of the dependent software exist
I'm using yum on CentOS 5.1 - I hand-compiled PHP 5.2.8 from source, but have other packages installed using yum. I need to install a PHP extension via pecl, and it requires phpize to be installed as ...
-1
votes
0answers
20 views
How can I install perf, a linux peformance monitoring tool? [migrated]
I am trying to install perf. I searched online that it is available through http://apt.ubuntu.com/p/linux-tools, but I need apt. I have yum installed, but do not have apt so I tried installing apt via ...
-3
votes
0answers
22 views
Install php 5.3 with the PCNTL extension on CentOs 6 [migrated]
Do you have to have specific knowledge to be able to do this or is it as simple as running 'yum install php' with certain paramaters?