Tagged Questions
-1
votes
1answer
33 views
error while installing postgresql in centos5 [closed]
I am newbie in linux and I am having a problem about installing PostgreSQL in CentOS. Anyone has an idea about fixing this error?
Code for installing postgresql:
yum install postgresql
When I ...
0
votes
1answer
1k views
php 5.4 mysql extension not working
I installed PHP 5.4.6 via Remi repo using yum (CentOS 5 64 bit)
I ran this as well "yum --enablerepo=remi --disablerepo=base,updates install php54-mysql" and it says it worked, but when i try to ...
4
votes
2answers
7k 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 ...
5
votes
2answers
12k 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
1answer
522 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
3k views
Missing dependency libpq.so.4 on Centos 5 [duplicate]
Possible Duplicate:
pg_config, ruby pg, postgresql 9.0 problem after upgrade, centos 5
This is driving me mad.
I'm tring to install postgresql on a fresh Centos 5 installation and I get ...
-1
votes
2answers
5k views
Upgrade from php 5.1.6 to 5.2.5 on CentOS 5.3 using yum [closed]
I want to upgrade from 5.1.6 to php 5.2.5, using yum:
So after following the specific tutorial on http://wiki.centos.org/HowTos/PHP_5.1_To_5.2
After yum update the list got me versions 5.2.10, so ...
1
vote
1answer
1k 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 ...