RE: [PHP-DB] problems configuring php and postgres - "call to undefined function"

2001-03-20 Thread Steve Brett

get the postgrtesql source code and untar then run ./configure etc etc on
postgresql

then run ./configure in php as

./configure --with-pgsql=/path/to/untarred/source/files

e.g.

postgresql source untarred to /usr/src/postgresql

php configure options are:

./configure --with-pgsql=/usr/src/postgresql/ 

and not /usr/local/pgsql

php needs to see the source code not the install dir.

Steve

> -Original Message-
> From: Gary Huntress [mailto:[EMAIL PROTECTED]]
> Sent: 20 March 2001 12:39
> To: [EMAIL PROTECTED]
> Subject: Re: [PHP-DB] problems configuring php and postgres - "call to
> undefined function"
> 
> 
> I just added phpinfo() to my test page and the "configure 
> command" section
> does NOT include --with-pgsqlclearly that is my problem
> 
> I just deleted my php-4.0.4 source directory and reinstalled 
> the tarball,
> ran ./configure --with-pgsql=/usr/local/pgsql --with-xml ; make ; make
> install, received no errors and still have the same error.
> 
> There is *something* that I'm not cleaning up properly..
> 
> Regards,
> 
> Gary
> 
> "Rasmus Lerdorf" <[EMAIL PROTECTED]> wrote in message
> [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> > What kind of binary install did you do?  An rpm?  If so, simply also
> > install the rpm-devel package and it will compile nicely.
> >
> > -Rasmus
> >
> > On Tue, 20 Mar 2001, Gary Huntress wrote:
> >
> > > I am trying to get postgresql (pg) support for php 
> working on my RH7
> box.  I
> > > had a working binary installation of postgres 7.03.  I 
> thought I had
> read
> > > that php4 had default support for pg, but my call to 
> pg_connect() gave
> me a
> > > "Call to undefined function" error.
> > >
> > > So, next I tried to re ./configure and
> add --with-pgsql=/usr/local/pgsql.
> > > That would not compile, bombing when it looked for 
> "postgres.h".   I did
> not
> > > have the pg source (since this was a binary installation) 
> so I installed
> > > that next (in /usr/src, if that matters)
> > >
> > > I deleted my existing binary installation of pg, and ran 
> ./configure;
> gmake;
> > > gmake install with no errors, and I added an entry in 
> /etc/ld.so.conf as
> > > stated in the pg INSTALL.   Pg is running fine with 
> several db and I can
> > > remotely connect, so I think thats ok.
> > >
> > > After finishing with the source installation of pg, I re- 
> ./configure
> php,
> > > make and get the same error looking for "postgres.h"
> > >
> > >  I then manually edited the ./configure file and added the
> include
> > > path to /usr/src/postgres/install  After this, I could
> successfully
> > > make php, then make install.
> > >
> > > I restarted apache, but I am still getting "Call to 
> undefined function".
> > >
> > > Any thoughts?   I'm pretty much out of ideas right now.
> > >
> > > Regards,
> > >
> > > Gary Huntress
> > >
> > >
> > >
> > > --
> > > PHP Database Mailing List (http://www.php.net/)
> > > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > For additional commands, e-mail: [EMAIL PROTECTED]
> > > To contact the list administrators, e-mail: 
> [EMAIL PROTECTED]
> > >
> >
> >
> > --
> > PHP Database Mailing List (http://www.php.net/)
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> > To contact the list administrators, e-mail: 
> [EMAIL PROTECTED]
> >
> 
> 
> 
> -- 
> PHP Database Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: 
> [EMAIL PROTECTED]
> 

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP-DB] problems configuring php and postgres - "call to undefined function"

2001-03-20 Thread Gary Huntress

I just added phpinfo() to my test page and the "configure command" section
does NOT include --with-pgsqlclearly that is my problem

I just deleted my php-4.0.4 source directory and reinstalled the tarball,
ran ./configure --with-pgsql=/usr/local/pgsql --with-xml ; make ; make
install, received no errors and still have the same error.

There is *something* that I'm not cleaning up properly..

Regards,

Gary

"Rasmus Lerdorf" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> What kind of binary install did you do?  An rpm?  If so, simply also
> install the rpm-devel package and it will compile nicely.
>
> -Rasmus
>
> On Tue, 20 Mar 2001, Gary Huntress wrote:
>
> > I am trying to get postgresql (pg) support for php working on my RH7
box.  I
> > had a working binary installation of postgres 7.03.  I thought I had
read
> > that php4 had default support for pg, but my call to pg_connect() gave
me a
> > "Call to undefined function" error.
> >
> > So, next I tried to re ./configure and
add --with-pgsql=/usr/local/pgsql.
> > That would not compile, bombing when it looked for "postgres.h".   I did
not
> > have the pg source (since this was a binary installation) so I installed
> > that next (in /usr/src, if that matters)
> >
> > I deleted my existing binary installation of pg, and ran ./configure;
gmake;
> > gmake install with no errors, and I added an entry in /etc/ld.so.conf as
> > stated in the pg INSTALL.   Pg is running fine with several db and I can
> > remotely connect, so I think thats ok.
> >
> > After finishing with the source installation of pg, I re- ./configure
php,
> > make and get the same error looking for "postgres.h"
> >
> >  I then manually edited the ./configure file and added the
include
> > path to /usr/src/postgres/install  After this, I could
successfully
> > make php, then make install.
> >
> > I restarted apache, but I am still getting "Call to undefined function".
> >
> > Any thoughts?   I'm pretty much out of ideas right now.
> >
> > Regards,
> >
> > Gary Huntress
> >
> >
> >
> > --
> > PHP Database Mailing List (http://www.php.net/)
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> > To contact the list administrators, e-mail: [EMAIL PROTECTED]
> >
>
>
> --
> PHP Database Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
>



-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP-DB] problems configuring php and postgres - "call to undefined function"

2001-03-20 Thread Gary Huntress

I had the default binary rpm that was installed with RH7.   I just installed
the postgres devel rpm, reran ./configure, make, make install and restarted
apache with the same result of "call to undefined function"

I noticed that the tutorial on
http://www.phpbuilder.com/columns/kevin20010314.php3 says that I need
php-pgsql-4.0.1pl2-9.i386.rpm however I am running php-4.0.4 and rpm
whined about dependencies and I didn't want to --force it.

I think that somehow I need to clean up and start from scratch.

Regards,

Gary H.

"Rasmus Lerdorf" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> What kind of binary install did you do?  An rpm?  If so, simply also
> install the rpm-devel package and it will compile nicely.
>
> -Rasmus
>
> On Tue, 20 Mar 2001, Gary Huntress wrote:
>
> > I am trying to get postgresql (pg) support for php working on my RH7
box.  I
> > had a working binary installation of postgres 7.03.  I thought I had
read
> > that php4 had default support for pg, but my call to pg_connect() gave
me a
> > "Call to undefined function" error.
> >
> > So, next I tried to re ./configure and
add --with-pgsql=/usr/local/pgsql.
> > That would not compile, bombing when it looked for "postgres.h".   I did
not
> > have the pg source (since this was a binary installation) so I installed
> > that next (in /usr/src, if that matters)
> >
> > I deleted my existing binary installation of pg, and ran ./configure;
gmake;
> > gmake install with no errors, and I added an entry in /etc/ld.so.conf as
> > stated in the pg INSTALL.   Pg is running fine with several db and I can
> > remotely connect, so I think thats ok.
> >
> > After finishing with the source installation of pg, I re- ./configure
php,
> > make and get the same error looking for "postgres.h"
> >
> >  I then manually edited the ./configure file and added the
include
> > path to /usr/src/postgres/install  After this, I could
successfully
> > make php, then make install.
> >
> > I restarted apache, but I am still getting "Call to undefined function".
> >
> > Any thoughts?   I'm pretty much out of ideas right now.
> >
> > Regards,
> >
> > Gary Huntress
> >
> >
> >
> > --
> > PHP Database Mailing List (http://www.php.net/)
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> > To contact the list administrators, e-mail: [EMAIL PROTECTED]
> >
>
>
> --
> PHP Database Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
>



-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]