Re: [PHP-INST] php Installation problem

2001-03-15 Thread Phil Driscoll
> I have problem in installation of php in windows 98 + PWS.I have >followed all the instructions in install.txt.But still i get HTTP 500 >Internal Server Error.Please Help me Change your installation from ISAPI to CGI, and watch the error disappear forever. Cheers -- Phil Driscoll Dial Solutio

RE: [PHP-INST] php Installation problem

2001-03-15 Thread Michel Remacle
I think you should read readme.txt they say to copy some dlls to the system dir... i had the same problem on iis ... -Original Message- From: Phil Driscoll [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 15, 2001 9:58 AM To: Santhanam; [EMAIL PROTECTED] Subject: Re: [PHP-INST] php In

Re: [PHP-INST] problem recompiling PHP4.0.4 --with-dom=/usr/local/lib

2001-03-15 Thread Uwe Steinmann
On Wed, Mar 14, 2001 at 12:24:01PM -0600, [EMAIL PROTECTED] wrote: > On 14 Mar 01, at 19:04, Jani Taskinen wrote: > > > On Wed, 14 Mar 2001 [EMAIL PROTECTED] wrote: > > > > >>./usr/local/include/libxml2/libxml/tree.h > > >>/usr/local/lib/libxml2.so > > > > Okay. So this is a standard installati

[PHP-INST] IIS4 + PHP -> ASP stop working!?

2001-03-15 Thread Michel Remacle
I installed PHP latest version and mySql latest version on a windowsNT4 with iis4 (service pack5 option pack4) PHP is working fine, but now it seems that asp bug after a while, i have this error when trying to access an asp file "270 (0x010e)" Anyone ? Thanks! -- PHP Install Mailing List

Re: [PHP-INST] PHP as module in the Netscape Web Server

2001-03-15 Thread \"Haisam K. Ido\"
Thank you Alfred. Just want to make sure that I understand. You say it does. Do you mean as SSI and not as CGI? Quoting Alfred Lerch <[EMAIL PROTECTED]>: > Yes, it does. > > Have a look at http://benoit.noss.free.fr/php/install-php4.html > > regards > > alfred > > \"\\\"Haisam K. Ido\\\"

Re: [PHP-INST] IIS4 + PHP -> ASP stop working!?

2001-03-15 Thread Phil Driscoll
I guess you've installed the ISAPI version of PHP which does have a health warning writ large in the installation instructions. Move to cgi and all will be well (change script mappings from php4isapi.dll to php.exe and remove php from the filters list). Cheers -- Phil Driscoll Dial Solutions +44

RE: [PHP-INST] installing PHP with-apxs with-oci8 --with-oracle onLinux

2001-03-15 Thread Damien Lièvre
Thank you, Now Apache starts OK , with phpinfo() I can see that Oracle and OCI8 are supported, so I wrote a php script starting by: $connection = OCILogon ("system","xxx", "ESCAPE.IORGA.COM"); if ($connection == false){ echo OCIError($conne

[PHP-INST] Total 100% Brainless Newbie

2001-03-15 Thread Ryugen C. Fisher
I mention the above so that used of this list will lower their expectations regarding "understanding" and Asking for guidance and assistance in the correct/easy way to add mod_php4 and/or mod_php3 functionality to my current Apache_1.3.19 system... Using FreeBSD 4.2 OS on an Intel platform.

Re: [PHP-INST] problem recompiling PHP4.0.4 --with-dom=/usr/local/lib

2001-03-15 Thread kris
Yes, there are quite a few errors in the config.log but I do not know what they mean. I have successfully built PHP4.04_1 a number of times since its release with no problem until I tried --with-dom. Also tried --with-dom with latest snap release. My config.log is 38k. Would you want to se

[PHP-INST] libphp4.so missing

2001-03-15 Thread Green
Hi, I recently installed apache 1.3.19 and php 4.0.4pl1 on RedHat 7.0 The install was fine and I do not receive any errors when starting or stopping httpd. However when I try to look at a php file, test.php for example, the web browser tries to download the file. After looking thought httpd.conf

[PHP-INST] php.ini - php4.0.4 compiled as an apache DSO module

2001-03-15 Thread samuel C
Hi there. I get this error: Fatal error: Maximum execution time of 30 seconds exceeded in /home/httpd/pushsite/pushsite.php3 on line 66 if I has php built as an apache static module, I'd simply edit php.ini and increment this timeout. but... how can I make this with a DSO module? I ca

[PHP-INST] How to get Apache to use PHP

2001-03-15 Thread Liam Gibbs
I have Apache and PHP currently installed. Apache told me everything was fine, but PHP didn't really say anything either way. There were no error messages, nor any congratulations. Is that a problem? Anyway, when I load my webpage, it doesn't come out as PHP. Apache is still sending my PHP pages

Re: [PHP-INST] How to get Apache to use PHP

2001-03-15 Thread Green
Why did you attach you post to mine when it has nothing to do with my post? Green ""Liam Gibbs"" <[EMAIL PROTECTED]> wrote in message 027301c0ad80$64ffd1c0$[EMAIL PROTECTED]">news:027301c0ad80$64ffd1c0$[EMAIL PROTECTED]... > I have Apache and PHP currently installed. Apache told me everything

[PHP-INST] How to get Apache to use PHP

2001-03-15 Thread Liam Gibbs
I have Apache and PHP currently installed. Apache told me everything was fine, but PHP didn't really say anything either way. There were no error messages, nor any congratulations. Is that a problem? Anyway, when I load my webpage, it doesn't come out as PHP. Apache is still sending my PHP pages

[PHP-INST] Re: Why libmysqlclient.so.6 is required?

2001-03-15 Thread Norihisa Washitake
Hi, all. I don't know if it has already been a common bug, but one of my friend told me why the libmysqlclient.so.6 seems to be required. That is: PHP 4.0.4 pl1 includes MySQL client itself, but its version is 3.23.22 beta and not compatible with the latest version of MySQL. And more, mysql.h o

[PHP-INST] ph and sybase

2001-03-15 Thread Jason LeDuc
Can anyone tell me where to find the commands like sybase connect and other such commands I compiled php with sybase. It didn't complain or give any errors. However the php web page still shows that sybase is not installed. -- PHP Install Mailing List (http://www.php.net/) To unsubscribe,

Re: [PHP-INST] Installing PHP on PWS

2001-03-15 Thread Ruprecht Helms
>Hi, >... > >Also, if I install PHP, will that cause any problems running ASP still? I don't think so. PHP musst also run in a runable directory of the PWS unter wwwroot. Don't forget the phpinterpreter. I think ASP is handled by PWS itself. Regards, Ruprecht -- PHP Install Mailing List (ht

[PHP-INST] PHP4 installation/compilation problem - anyone else had this?

2001-03-15 Thread Mark Hedges
Hi, I am trying to install the latest version of php4 onto my apache linux server, but it appears to bomb out with an error in the compilation stage... Here is what it says: /bin/sh /tmp/php-4.0.4pl1/libtool --silent --mode=compile gcc -I. -I/tmp/php-4. 0.4pl1/ext/standard -I/tmp/php-4.0.4pl1/

[PHP-INST] no php-dist.ini

2001-03-15 Thread Johannes Ambrose
Hi, Just had an apparently successfull install on RedHat 7 but I could not find any php.ini or php-dist.ini. Is this why I get the following error when trying to install sample databases? Access denied for user: '@localhost' to database 'guestbook2k'Could not drop database guestbook2k regards -

Re: [PHP-INST] oci8.so extension builds, but does not do anything

2001-03-15 Thread yavo
Try running dl('oci8.so'); in a script you'll probably see a message saying oci8.so is not a valid extention or somthing. I'm trying to get the same thing working if you find out how let me know "Joseph Schlecht" <[EMAIL PROTECTED]> wrote in message 98opp9$t9s$[EMAIL PROTECTED]">news:98opp9$t9

[PHP-INST] Php + oci8 + RedHat 6.2

2001-03-15 Thread yavo
Please help me, i'm in oci hell. I've installed php with the oci extention several times on redhat. Every time i get the same problem. Apache starts loading the apactrl / httpd script say on or apache started or whatever -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, e-mail:

[PHP-INST] Website, Design, hosting and maintenance for only $999.00 per year

2001-03-15 Thread Netmark Desing
Warning Could not process message with given Content-Type: multipart/mixed;boundary= "Z_MULTI_PART_MAIL_BOUNDAEY_S"

Re: [PHP-INST] problem recompiling PHP4.0.4 --with-dom=/usr/local/lib

2001-03-15 Thread Jani Taskinen
On Wed, 14 Mar 2001 [EMAIL PROTECTED] wrote: >On 14 Mar 01, at 19:04, Jani Taskinen wrote: > >> On Wed, 14 Mar 2001 [EMAIL PROTECTED] wrote: >> >> >>./usr/local/include/libxml2/libxml/tree.h >> >>/usr/local/lib/libxml2.so >> >> Okay. So this is a standard installation? On which platform was it ag