php-install Digest 14 Jul 2002 12:55:21 -0000 Issue 931
Topics (messages 7727 through 7733):
php4.2.1 with Apache 2.0.39
7727 by: AzN
Re: Apache 2.0.39 + PHP 4.3.0-dev won't run since PHP 4.3.0-Alpha 2?
7728 by: Christian Stadler
Re: Installing php4.2.1 win32-installer on Apache 2.0.39
7729 by: Phil Driscoll
Re: Did I install it in the wrong way?
7730 by: Chris Hewitt
PHP 4.2.1 mysql configure failed
7731 by: Kaido
PHP 4.2.1 mysql configure failed - config.log
7732 by: Kaido
PHP 4.2.1 on Win95 and PWS. Manual install produces 500 error as well. Please help.
7733 by: Peter Cinquini
Administrivia:
To subscribe to the digest, e-mail:
[EMAIL PROTECTED]
To unsubscribe from the digest, e-mail:
[EMAIL PROTECTED]
To post to the list, e-mail:
[EMAIL PROTECTED]
----------------------------------------------------------------------
--- Begin Message ---
I installed Apache 2.0.39 and it works fine. I have it all configured
correctly.
But when I install php4.2.1 win32-installer, it does not create a sapi
folder in the php directory. So this means I dont have a php4apache.dll.
Anyone know why? If add the code to the httpd.conf, Apache wont to
initialize.
Im not very familiar with compiling, nor do I have the tools to do so. So
and help with be greatly appreciated!
P.S. I wanted to install the Alpha 2 with Zend at first, but saw it was too
difficult for me. But if that version works, I would be very happy if
someone taught me how to do it.
Apache 2.0.39:
c:\program files\apache\apache2\
PHP4.2.1:
c:\program files\php\
Windows XP Professional
php-4.2.1-installer.exe
Thanks,
-AzN
EMAIL: [EMAIL PROTECTED]
UIN: 30875054
AIM: Echel0nX
--- End Message ---
--- Begin Message ---
Your Problem is a known Problem. Apache 2.0.39 won't run with PHP 4.2.1. The
solution is, or better, was to download the newest Snapshot of PHP: See
here: http://bugs.php.net/report.php
But now it doesn't work anymore.
Gee, I've got the bad feeling, that the newest versions of PHP 4.3.0-dev
will run with Apache 2.0.40-dev, but not with Apache 2.0.39 ... Seems, the
only thing we could do is to wait, until at least Apache 2.0.40 is released.
Yours,
Christian Stadler
"Wayne Smith" <[EMAIL PROTECTED]> schrieb im Newsbeitrag
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hi,
>
> I too am having a similar problem. PHP v4.2.1 as a module over Apache
> 1.3.26
> over Windows XP runs just fine. The same PHP over Apache 2.0.39 over
> the same OS/same box fails to start. The error
> message that Apache generates in the Event Viewer
> is "c:\php4build\snap\sapi\apache2filter\sapi_apache2.c" is not
> compatible with this version of Apache.
>
> I'm pretty sure that the Windows binaries will need
> to be rebuilt and reposted.
>
> Wayne
>
>
> Christian Stadler wrote:
>
> > Hi,
> >
> > Sorry, I've forgot to say, that I'm running PHP as an Apache-Module.
> >
> > Yours,
> >
> > Christian Stadler
>
--- End Message ---
--- Begin Message ---
On Sunday 14 July 2002 12:45 am, AzN Knightmare wrote:
> I installed Apache 2.0.39 and it works fine. I have it all configured
> correctly. But when I install php4.2.1 win32-installer, it does not create
> a sapi folder in the php directory. So this means I dont have a
> php4apache.dll. Anyone know why?
Yes - as it says on the downloads page, the installer version only installs
the cgi version of php. The install.txt file describes how to configure the
cgi version. If you need the SAPI version for any server you need to download
the full binary zip distribution.
Cheers
--
Phil Driscoll
--- End Message ---
--- Begin Message ---
Alexander Lindstedt wrote:
>Hi!
>I have some kind of a strange problem. When i try to access php pages on my
>apache server running php4 internet explorer wants to download the files...
>i dont know what to do to correct this problem, and i am almost sure that I
>followed the instructions correctly.
>This shit is pissing me off!
>Help!
>
Offering to download a file is normal browser behavior if it does not
know anything else to do with the file. With php, the webserver realises
that it should not simply send the file to the browser but pass it to
php to interpret by the "AddType" line in /etc/httpd/conf/httpd.conf (I
don't know where the location is in windows). It appears that you have
not followed this part of the instructions (at least I hope it was there
in whatever instructions you followed). Don't forget to restart Apache.
HTH
Chris
>
>
>
--- End Message ---
--- Begin Message ---
Hi,
I have problem with configure PHP 4.2.1 --with-mysql. When I put
--with-mysql it gives me at the end of configuring something about,
that I should give the path to mysql in configuring and when I do make
it finishes with error about libmysql. If I put --with-myslq=/usr/local
(which is path to mysql), configuring finishes at:
configure: error: mysql configure failed. Please chcek config.log:
My config.log looks like: (it is very long so,
http://www.oldany.cz/obsd/config.log)
Thanks for help
Kaido
--- End Message ---
--- Begin Message ---
Sorry, www.oldany.cz went down....please try zk.hbnet.cz for
config.log:
http://zk.hbnet.cz/obsd/config.log
Thanks for help
Kaido
--- End Message ---
--- Begin Message ---
A week ago I posted for help regarding installing PWS 4.2.1 on Win95 and
PWS. At the time I used the InstallShield and it resulted in HTTP/1.1 500
Server Error.
I have since tried manually installing PHP (CGI) twice. I have followed the
procedure in install.txt for Win9x machines running Personal Web Server. I
still get the dreaded 500 error!
I can confirm the my personal web server interprets correctly ASP and HTML
files. Also when I submit my test php file in the DOS command line it is
interpreted correctly by PHP.
Has anyone installed PHP (CGI) on Win9x for PWS? Is there anything in the
install.txt that is not quite right?
--- End Message ---