Re: Getting apache, PHP3, and PostgreSQL working together.

2000-07-18 Thread Remco Rijnders
In article <[EMAIL PROTECTED]>, Andrew Sullivan wrote: >On Tue, Jul 18, 2000 at 05:31:15AM +0200, Remco Rijnders wrote: > >> So now with the cause pinned down, what can I do to fix this? I'd like >> to run potato on this machine but really need version 7.* of >> postgreSQL because of the foreign ke

Re: Getting apache, PHP3, and PostgreSQL working together.

2000-07-18 Thread Andrew Sullivan
On Tue, Jul 18, 2000 at 05:31:15AM +0200, Remco Rijnders wrote: > So now with the cause pinned down, what can I do to fix this? I'd like > to run potato on this machine but really need version 7.* of > postgreSQL because of the foreign key support. Would upgrading just > the php3-pgsql package wor

Re: Getting apache, PHP3, and PostgreSQL working together.

2000-07-17 Thread Remco Rijnders
In article <[EMAIL PROTECTED]>, Alberto Brealey wrote: >> > > Fatal error: Call to unsupported or undefined function pg_connect() in >> > > lib.inc.php on line 90 > >did you try > >dl("pgsql.so"); > >before using any pgsql functions? (you have to do this 'cuz pgsql is loaded >as a module, not comp

Re: Getting apache, PHP3, and PostgreSQL working together.

2000-07-17 Thread Remco Rijnders
On Mon, Jul 17, 2000 at 03:14:05PM -0400, Andrew Sullivan wrote: > > Yes, it is called php3-pgsql if I am not mistaken. I have also checked > > to see that the file pgsql.so is in /usr/lib/php3/apache/ as where it > > should belong if I am not mistaken. I turned it on in php3.ini (see my > > origin

Re: Getting apache, PHP3, and PostgreSQL working together.

2000-07-17 Thread Alberto Brealey
On Mon, Jul 17, 2000 at 08:21:05PM +0200, Remco Rijnders wrote: > On Fri, Jul 14, 2000 at 09:10:47AM -0400, Andrew Sullivan wrote: > > On Fri, Jul 14, 2000 at 09:15:01AM +0200, Remco Rijnders wrote: > > > > > Fatal error: Call to unsupported or undefined function pg_connect() in > > > lib.inc.php

Re: Getting apache, PHP3, and PostgreSQL working together.

2000-07-17 Thread Remco Rijnders
On Fri, Jul 14, 2000 at 09:10:47AM -0400, Andrew Sullivan wrote: > On Fri, Jul 14, 2000 at 09:15:01AM +0200, Remco Rijnders wrote: > > > Fatal error: Call to unsupported or undefined function pg_connect() in > > lib.inc.php on line 90 > > Did you install the PostgreSQL package for PHP? And did y

Re: Getting apache, PHP3, and PostgreSQL working together.

2000-07-14 Thread Andrei Ivanov
All apache needs at this point is the php module. I assume you have that. But you also need php with postgreSQL support, which is not there by default. apt-get it ( I dont know the name of it, but this was a case for me when I was getting mysql to work with php), and you should be fine. Andrei ---

Re: Getting apache, PHP3, and PostgreSQL working together.

2000-07-14 Thread Remco Rijnders
In article <[EMAIL PROTECTED]>, John Pearson wrote: >> I am trying to get apache, PHP3, and PostgreSQL to work together on my >> Potato machine. I want to use the phpPgAdmin to give me a web >> accessible interface to the PostgreSQL database. However trying to use >

Re: Getting apache, PHP3, and PostgreSQL working together.

2000-07-14 Thread John Pearson
On Fri, Jul 14, 2000 at 09:15:01AM +0200, Remco Rijnders wrote > Hello all, > > I am trying to get apache, PHP3, and PostgreSQL to work together on my > Potato machine. I want to use the phpPgAdmin to give me a web > accessible interface to the PostgreSQL database. However try

Getting apache, PHP3, and PostgreSQL working together.

2000-07-14 Thread Remco Rijnders
Hello all, I am trying to get apache, PHP3, and PostgreSQL to work together on my Potato machine. I want to use the phpPgAdmin to give me a web accessible interface to the PostgreSQL database. However trying to use it gives me the following error: Fatal error: Call to unsupported or undefined

Re: Apache + PHP3 + MySQL = big mess

2000-05-17 Thread John Pearson
On Wed, May 17, 2000 at 03:16:20PM +0100, Oliver Hingst wrote > Hello, > I am using Debian "Potato" and I use Apache, PHP3 and every modules > containing "php3" and "mysql" and MySQL server and client. > I am going through a tutorial on DevShed (http://www

Re: Apache + PHP3 + MySQL = big mess

2000-05-17 Thread Dustin Whitney
You are probably missing the php3-mysql package. I had similar problems with getting imap to work until I installed the php3-imap package. Give that a shot Dustin --- Oliver Hingst <[EMAIL PROTECTED]> wrote: > Hello, > I am using Debian "Potato" and I use Apache, PH

Apache + PHP3 + MySQL = big mess

2000-05-17 Thread Oliver Hingst
Hello, I am using Debian "Potato" and I use Apache, PHP3 and every modules containing "php3" and "mysql" and MySQL server and client. I am going through a tutorial on DevShed (http://www.devshed.com) on creating a web database. I have checked that PHP3 has been in

Re: Apache+PHP3

1999-09-17 Thread Marcin Owsiany
On Fri, Sep 17, 1999 at 09:43:50AM -0700, Seth R Arnold wrote: > Now I am lost. :) I don't have the original question post handy, but i can remember the configuration/compilation/installation commands were all OK, but there was a lacking "make install" in apache directory, only a "make" was issue

Re: Apache+PHP3

1999-09-17 Thread Marcin Owsiany
On Thu, Sep 16, 1999 at 06:02:38PM -0700, Seth R Arnold wrote: > On Fri, Sep 17, 1999 at 12:47:02AM +0200, Marcin Owsiany wrote: > > On Thu, Sep 16, 1999 at 04:44:21PM +0700, Usef Saiful Ulum wrote: > > > # make; make install > > > > err... shouldn't it be make && make install instead? > > The &&

Re: Apache+PHP3

1999-09-17 Thread Seth R Arnold
On Fri, Sep 17, 1999 at 12:47:02AM +0200, Marcin Owsiany wrote: > On Thu, Sep 16, 1999 at 04:44:21PM +0700, Usef Saiful Ulum wrote: > > # make; make install > > err... shouldn't it be make && make install instead? The && means "execute the next one only if this one worked". If you really trust th

Re: Apache+PHP3

1999-09-16 Thread Marcin Owsiany
On Thu, Sep 16, 1999 at 04:44:21PM +0700, Usef Saiful Ulum wrote: > Hi there, > > I have installed Apache 1.3.9 with PHP3: > > # tar xvzf apache_1.3.9.tar.gz > # tar xvzf php-3.0.12.tar.gz > # cd apache_1.3.9 > # ./configure --prefix= > # cd ../php-3.0.12 > # ./configure --with-mysql= > --with-

Apache+PHP3

1999-09-16 Thread Usef Saiful Ulum
Hi there, I have installed Apache 1.3.9 with PHP3: # tar xvzf apache_1.3.9.tar.gz # tar xvzf php-3.0.12.tar.gz # cd apache_1.3.9 # ./configure --prefix= # cd ../php-3.0.12 # ./configure --with-mysql= --with-apache=../apache_1.3.9 --enable-track-vars # make; make install # cd ../apache_1.3.9 # .

[potato/apache/php3] [notice] child pid 11584 exit signal Segmentation fault (11)

1999-04-10 Thread Michael Legart
Hi! I just opgraded my potatosystem, and now php3 support in apache doesn't work. When apache meets a .php3 file i segfaults :P Anyone else with this problem? My apache also segfaults when i enable the mod_perl module.. any ideas what could make this happend? Thanks. -- michael legart, [EMAIL