[PHP-users 13210] php connect errorについて

t-hiranet php-users@php.gr.jp
Wed, 12 Feb 2003 00:51:55 +0900


This is a multi-part message in MIME format.

------=_NextPart_000_0014_01C2D230.F0C54B00
Content-Type: text/plain;
	charset="iso-2022-jp"
Content-Transfer-Encoding: 7bit

はじめてメールします。
現在、下記のerrorの原因がわからなく困っていますのでアドバイスください。
環境
redhat 8.0 php4.2.2 postgres 7.2.3 apache 2.0
今までhttpサーバーは順調に稼働してましたが、プログラムでエラーが
発生するようになりました。関数が見つからないというエラーだと思いますが・

Fatal error: Call to undefined function: pg_connect()

試しに簡単な 下記のプログラムを実行しても同じ現象です。
コマンドラインのpsqlは動作可能ですし、windowからのcseプログラムも
アクセス可能です。
<?php
if($con = pg_connect('host=localhost port=5432 user=foo')){
echo 'yes postgres';
}else{
echo 'no postgres';
}
?>

------=_NextPart_000_0014_01C2D230.F0C54B00
Content-Type: text/html;
	charset="iso-2022-jp"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-2022-jp">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3D"MS UI Gothic" =
size=3D2>=1B$B$O$8$a$F%a!<%k$7$^$9!#=1B(B</FONT></DIV>
<DIV><FONT face=3D"MS UI Gothic"=20
size=3D2>=1B$B8=3D:_!"2<5-$N=1B(Berror=1B$B$N860x$,$o$+$i$J$/:$$C$F$$$^$9=
$N$G%"%I%P%$%9$/$@$5$$!#=1B(B</FONT></DIV>
<DIV><FONT face=3D"MS UI Gothic" size=3D2>=1B$B4D6-=1B(B</FONT></DIV>
<DIV><FONT face=3D"MS UI Gothic" size=3D2>redhat 8.0 php4.2.2 postgres =
7.2.3 apache=20
2.0</FONT></DIV>
<DIV><FONT face=3D"MS UI Gothic"=20
size=3D2>=1B$B:#$^$G=1B(Bhttp=1B$B%5!<%P!<$O=3DgD4$K2TF/$7$F$^$7$?$,!"%W%=
m%0%i%`$G%(%i!<$,=1B(B</FONT></DIV>
<DIV><FONT face=3D"MS UI Gothic"=20
size=3D2>=1B$BH/@8$9$k$h$&$K$J$j$^$7$?!#4X?t$,8+$D$+$i$J$$$H$$$&%(%i!<$@$=
H;W$$$^$9$,!&=1B(B</FONT></DIV>
<DIV><FONT face=3D"MS UI Gothic"><STRONG></STRONG></FONT>&nbsp;</DIV>
<DIV><FONT face=3D"MS UI Gothic"><STRONG>Fatal error</STRONG>: Call to =
undefined=20
function: pg_connect()</FONT></DIV>
<DIV><FONT face=3D"MS UI Gothic"></FONT>&nbsp;</DIV>
<DIV><FONT face=3D"MS UI Gothic" =
size=3D2>=1B$B;n$7$K4JC1$J=1B(B</FONT>&nbsp;<FONT=20
face=3D"MS UI Gothic" =
size=3D2>=1B$B2<5-$N%W%m%0%i%`$r<B9T$7$F$bF1$88=3D>]$G$9!#=1B(B</FONT></D=
IV>
<DIV><FONT face=3D"MS UI Gothic"=20
size=3D2>=1B$B%3%^%s%I%i%$%s$N=1B(Bpsql=1B$B$OF0:n2DG=3D$G$9$7!"=1B(Bwind=
ow=1B$B$+$i$N=1B(Bcse=1B$B%W%m%0%i%`$b=1B(B</FONT></DIV>
<DIV><FONT face=3D"MS UI Gothic" =
size=3D2>=1B$B%"%/%;%92DG=3D$G$9!#=1B(B</FONT></DIV>
<DIV><FONT face=3D"MS UI Gothic" size=3D2>&lt;?php<BR>if($con =3D=20
pg_connect('host=3Dlocalhost port=3D5432 user=3Dfoo')){<BR>echo 'yes=20
postgres';<BR>}else{<BR>echo 'no=20
postgres';<BR>}<BR>?&gt;</FONT></DIV></BODY></HTML>

------=_NextPart_000_0014_01C2D230.F0C54B00--