<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body bgcolor="#FFFFFF" text="#000066">
<font size="+1"><font face="Courier New, Courier, monospace">I just
noticed that I've got version of PHP on one of my machines
that's different from the PHP on another machine, yet I thought
I was getting everything from the same repositories.
Specifically, on machine A, PHP has no support for PosgreSQL.
And machine B does have it (see below)<br>
<br>
I tried reinstalling PHP but I just got the same thing back. I
notice that in the repolists there's different servers supplying
upgrades, but aren't those mirror sites? I'm to inexperienced to
recognize what's misconfigured, but I sure would appreciate any
help I can get. I don't know how this happened but can anyone
tell me what I need to do to get a pgsql-friendly version of PHP
on machine A?<br>
<br>
A<br>
=========<br>
[root@hotspur ~]# php -m<br>
[PHP Modules]<br>
bz2<br>
calendar<br>
ctype<br>
curl<br>
date<br>
dbase<br>
exif<br>
ftp<br>
gettext<br>
gmp<br>
hash<br>
iconv<br>
libxml<br>
mime_magic<br>
openssl<br>
pcntl<br>
pcre<br>
posix<br>
pspell<br>
Reflection<br>
session<br>
shmop<br>
SimpleXML<br>
sockets<br>
SPL<br>
standard<br>
sysvmsg<br>
sysvsem<br>
sysvshm<br>
tokenizer<br>
wddx<br>
xml<br>
zlib<br>
<br>
<br>
B<br>
===========<br>
[root@walden ~]# php -m<br>
[PHP Modules]<br>
bz2<br>
calendar<br>
ctype<br>
curl<br>
date<br>
dbase<br>
exif<br>
ftp<br>
gettext<br>
gmp<br>
hash<br>
iconv<br>
ldap<br>
libxml<br>
mbstring<br>
mime_magic<br>
openssl<br>
pcntl<br>
pcre<br>
PDO<br>
pdo_pgsql<br>
pdo_sqlite<br>
pgsql<br>
posix<br>
pspell<br>
Reflection<br>
session<br>
shmop<br>
SimpleXML<br>
sockets<br>
SPL<br>
standard<br>
sysvmsg<br>
sysvsem<br>
sysvshm<br>
tokenizer<br>
wddx<br>
xml<br>
zlib<br>
<br>
<br>
And here's the repolist for both:<br>
machine A<br>
==============<br>
[root@hotspur ~]# yum repolist<br>
Loaded plugins: fastestmirror<br>
Loading mirror speeds from cached hostfile<br>
* base: mirrors.xmission.com<br>
* epel: mirrors.tummy.com<br>
* extras: mirror.steadfast.net<br>
* updates: centosi3.centos.org<br>
repo id repo
name status<br>
base CentOS-5 -
Base 3,566<br>
elgis EL GIS 5 -
x86_64 136<br>
epel Extra Packages for Enterprise Linux 5 -
x86_64 6,772<br>
extras CentOS-5 -
Extras 237<br>
updates CentOS-5 -
Updates 422<br>
repolist: 11,133<br>
<br>
machine B<br>
==============<br>
[root@walden ~]# yum repolist<br>
Loaded plugins: allowdowngrade, changelog, downloadonly,
fastestmirror<br>
Loading mirror speeds from cached hostfile<br>
* base: mirror.steadfast.net<br>
* epel: mirror.steadfast.net<br>
* extras: mirror.5ninesolutions.com<br>
* updates: centos-distro.cavecreek.net<br>
repo id repo
name status<br>
base CentOS-5 -
Base 3,566<br>
elgis EL GIS 5 -
x86_64 136<br>
epel Extra Packages for Enterprise Linux 5 -
x86_64 6,771<br>
extras CentOS-5 -
Extras 237<br>
updates CentOS-5 -
Updates 422<br>
repolist: 11,132<br>
[<br>
</font></font>
</body>
</html>