Re: [PHP-INST] Can not get PHP 4.1.6 to work with Apache 2.0.36 on Linux

2002-06-06 Thread Jason Reid
Post the link to php 4.1.6 and I *might* be able to help you ;). What version are u actually using? 4.0.6 or 4.1.0/1/2 ?? I'm asking that mainly as only PHP 4.2.x officially has *expiremental* support for apache 2. That there may be your main problem. Jason Reid [EMAIL PROTECTED] - Origina

Re: [PHP-INST] why is my php code showing up in my browser?

2002-06-06 Thread junkie doodle
Chris Hewitt wrote: > If phpinfo() does not work either, then examing the AddType etc entries > in httpd.conf (assuming you are using apache). > > Regards > > Chris > > Timothy R. Robnett wrote: > > >On Sat Mar 09, 2002 at 01:37:09PM -0500, Allen Smith wrote: > > > >>I just got a new server a

[PHP-INST] Can not get PHP 4.1.6 to work with Apache 2.0.36 on Linux

2002-06-06 Thread junkie doodle
I'm using Apache 2.0.36 with PHP 4.1.6 on a Suse 7.1 system.. i've configured my php with --with-apxs2 --enable-ftp --with-mysql=/usr/local/mysql/ --enable-sockets parameters.. PHP installation added "LoadModule php4_modulemodules/libphp4.so" into my httpd.conf and i added "AddType a

[PHP-INST] freebsd, apache, php install problem

2002-06-06 Thread Daniel Moore
Hi, I have a problem installing apache after I have configured php4. Apache compiles perfectly if I don't try to create the php module, when I do I get the following error... I am basically working from the INSTALL file that comes with php, this is the first time that I've had any problems with i

[PHP-INST] Problems compiling PHP 4.2.1 with mysql apache 2.0 on Freebsd 4.5

2002-06-06 Thread Ferno
Hello everybody, when i do a ./configure --with-mysql --with-apxs2=/usr/local/apache2/bin/apxs the configure scripts ends after a while with the following errors: checking for IMAP support... no ./configure: 4: Syntax error: end of file unexpected (expecting "then") Does this sound familiar to

[PHP-INST] Problems installings PHP 4.2.1 with Apache 2.0 on Freebsd 4.5

2002-06-06 Thread Ferno
Hello everybody, when i do a ./configure --with-mysql --with-apxs2=/usr/local/apache2/bin/apxs the configure scripts ends after a while with the following errors: checking for IMAP support... no ./configure: 4: Syntax error: end of file unexpected (expecting "then") Does this sound familiar to

php-install Digest 6 Jun 2002 18:42:15 -0000 Issue 871

2002-06-06 Thread php-install-digest-help
php-install Digest 6 Jun 2002 18:42:15 - Issue 871 Topics (messages 7234 through 7242): Re: Problem with opening a file 7234 by: Chris Hewitt Apache2 broke PHP 7235 by: Bill Angus 7236 by: Laurent Larquère 7241 by: Bill Angus Php on Debian 7237 by:

[PHP-INST] Xitami new install problem

2002-06-06 Thread Liz Marr
If there is an archives for this list that I can search, let me know as I'm sure this has come up before. I've got Xitami running on my home computer and wish to run Squirrel Mail, so I need PHP to do so. So far I've followed all of the instructions on the PHP web site, as well as those for i

Re: [PHP-INST] Apache2 broke PHP

2002-06-06 Thread Bill Angus
Merci bien pour la reponse Laurent! I forgot to write also that I am in Windows 2k environment :-o( - Original Message - From: "Laurent Larquère" <[EMAIL PROTECTED]> To: "Bill Angus" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Thursday, June 06, 2002 4:03 AM Subject: Re: [PHP-INST]

[PHP-INST] php -uid?

2002-06-06 Thread chad kellerman
Hello everyone, I have php 4.2.1 built as a dso with apache 1.3.20 running an a redhat 6.2 server. The server has several virtual hosts all with the user directive declared. I know with cgi there is the ability to run the cgi script as the user that it is owned by. But, I have

[PHP-INST] Problem on apache 1.3.14 in UnixWare 7.1, PHP 4.1.2 and oracle 8.1.5

2002-06-06 Thread FAHIM K S
I am using apache 1.3.14 on UnixWare 7.1, PHP 4.1.2 and oracle 8.1.5 I have installed oracle 8.1.5. In oracle users home directory the .profile contains following environment variables, ORACLE_HOME=/home/or8i/sw/8i; export ORACLE_HOME PATH=$PATH:/usr/bin:/usr/java/bin:$ORACLE_HOME/bin:. export

Re: [PHP-INST] Php on Debian

2002-06-06 Thread Julie Meloni
DT> Call to undefined function: mysql_pconnect() DT> Call to undefined function: mysql_connect() These are the classic signs that PHP was not compiled --with-mysql If you're absolutely sure it was, then make sure that the dso or cgi that it created was placed in the proper location, overwriting

[PHP-INST] Php on Debian

2002-06-06 Thread Derek Troy
Guys We've installed PHP on Debian Linux. As yesterday we seemed to have some problems with the server. PHP seems to have installed properly, but we had installed with MYSql support, so we reinstalled again. It seems that it hasn't sorted out our problem. I still get error messages on viewing m

Re: [PHP-INST] Apache2 broke PHP

2002-06-06 Thread Laurent Larquère
Hi on Solaris 8 Sparc apache 2.0.36 php 4.2.1 : configure ok, make ok, make install ko php 4.3-dev (cvs) is all functionnal for my needs (pgsql, ldap, imap ...) i just need to copy libbz2* to [apache-rootdir]/lib Bill Angus wrote: >I had a perfectly functioning PHP installation, but then install

[PHP-INST] Apache2 broke PHP

2002-06-06 Thread Bill Angus
I had a perfectly functioning PHP installation, but then installed apache2 and can't get apache to recognize PHP. The Apache manual gives installation instructions to setup PHP to work with apache -- but they are old and apply only to apache 1 and not apache2. Has anyone got php working with ap

Re: [PHP-INST] Problem with opening a file

2002-06-06 Thread Chris Hewitt
Fahad, The error message says it is a permission problem. Has the file got permissions for the user that apache is running as (usually "apache" or "nobody") to read it? HTH Chris Fahad Javed wrote: >Hi, >I am using PHP as a Apache module using linux. When I try to open a file it gives me >t