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 ...
1
vote
0answers
51 views

APC and supporting packages installed but apc not working

I've installed php-pear, php-devel and httpd-devel. All x86.64 version. I've also installed apc (via pecl). I used yum to install the packages. I have added apc.so to php.ini (the correct php.ini too) ...
1
vote
1answer
331 views

Problem installing php-devel on Fedora 8 (running PHP 5.2.14)

I'm trying to install php-devel, but getting a dependency error: Error: Missing Dependency: php = 5.2.4-3 is needed by package php-devel I googled around a bit but couldn't find anything too useful. ...
1
vote
3answers
379 views

Resolve rtld(GNU_HASH) dependency in yum

I'm trying to install a package but can't seem to complete the process. I receive the following error when I attempt to install... Error: Missing Dependency: rtld(GNU_HASH) is needed by package ...
1
vote
2answers
1k views

PCI Compliance + Magento + PHP version

I'm trying to get PCI Compliance for my dedicated server (Red Hat Enterprise Linux), which is running Magento. When I first installed Magento on the server, I realized that RHEL comes with a PHP ...
0
votes
1answer
111 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
142 views

Error: “The PDO extension is required for this adapter but the extension is not loaded ”

I am trying to move from a local server to an online server (see error at http://earlysignup.com/ ). I read online that I should use yum install php-pdo I tried this and I get "No package php-pdo ...
0
votes
2answers
246 views

How to upgrade php 5.2.10 to 5.2.11 using YUM on centOS

I can't find the commands anywhere. Thanks!
0
votes
1answer
630 views

missing dependency for remi while updating php 5.1 to 5.3

I want to update php-5.1 to php-5.3 using remi, but I am facing a missing dependency problem. I have given the command, "yum update php" It is giving the following error. ...
0
votes
2answers
1k views

Upgrade from php 5.1.6 to 5.2.5 on CentOS 5.3 using yum

I`m farely new to Linux, so bare with me here :). 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 ...
0
votes
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(). ...
0
votes
2answers
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 ...