php-install Digest 16 Oct 2001 03:42:20 -0000 Issue 507

Topics (messages 4627 through 4630):

Re: Php on Windows not running!!!  Any help ???
        4627 by: Pierre-Alain MILLET

php4  for PWS on WinMe... error HTTP 500 !
        4628 by: Pierre-Alain MILLET

Garbled libphp4.so
        4629 by: Benjamin Wiechman

Re: php "make" error
        4630 by: Brian Mita

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 ---
If you have more details...
I have the same pb, and check php.ini for the line doc_root.. which is
empty..
and i have still the http error 500
...

thanks for any new idea... !

pam



<[EMAIL PROTECTED]> a écrit dans le message news:
[EMAIL PROTECTED]
> It happened to me as well.
>
> I fixed it leaving empty the following item on the php.ini file:
>
> ; The root of the PHP pages, used only if nonempty.
> doc_root =
>
> Regards....
> Gabriel Belforti
>
> "Dennis Butler" <[EMAIL PROTECTED]> wrote in message
> 1103_999974443@dennisb">news:1103_999974443@dennisb...
> > Hi,
> > Did you rename php.ini-dist to php.ini and put a copy of it in your
> windows directory?  Also, with Xitami I had to set a new filter to point
the
> web server to php.exe
> > ASP is different because the ASP engine runs as a separate app.  PHP
runs
> from the web server, so you will have to look at PWS to see how to add new
> file
> > extensions.
> >
> > Dennis
> >
> > On Fri, 10 Aug 2001 09:03:39 GMT, [EMAIL PROTECTED] wrote:
> > > Hello Everyone
> > >
> > > I have installed php on my windows computer running with PWS.
> > > PHP files are in c:\php folder.
> > > I have placed test.php file in c:\inetpub\wwwroot folder on which I
hav=
> > > e
> > > given execute permission.
> > > When I call it in internet explorer as http://localhost/test.php  it
gi=
> > > ves
> > > an error as File not found --- Error 500 ?Internal Server Error.
Howeve=
> > > r,
> > > my ASP files are running perfectly well.
> > > What does it mean?
> > > However, when run c:\php\php.exe ?i   it shows some html codes which I
> > > presume it is in order.
> > >
> > > What should I do to run my PHP files.
> > >
> > >
> > > Ajay K. Ratra
> > > Ludhiana (INDIA)
> > > [EMAIL PROTECTED]=
> > >
> > >
> >
> >
>
>


--- End Message ---
--- Begin Message ---
I tried different way to install php for use with PWS on Windows Me.
php-406 installer from www.php.net
php-406-Win32 with install doc..
Easy Windows installer from zend.com
...
but the problem is always the same 

error HTTP 500 when i display a .php file

for example with the following file test:
<HTML><HEAD><TITLE>PHPINFO Script</TITLE></HEAD>
<BODY>
<p>If PHP is working, you should see a table below with details on the PHP 
configuration of this server.</p>
<?php
 print phpinfo();
?>
</body></html>

I display the message (html tag <p>) but no php info...

i search through news archive but i've find only one answer (cheking php.ini for line 
"doc_root=  ")

thanks for any help...
-- 
Pierre-Alain MILLET (pam)
[EMAIL PROTECTED]

--- End Message ---
--- Begin Message ---
I recently set up the latest version of php on my RH 7.1 machine, everything 
looks like it went well, but I get a message that says my libphp4.so file is 
garbled when I go to restart apache.

Has anyone seen this before/know what might cause it? Apache ver 1.3.19

Ben
--- End Message ---
--- Begin Message ---
Have you found a solution to this yet?  A friend of mine is trying to
compile php as well, but he received the exact same error.  Others on OS X
10.1 report that this is merely an issue when using the old developer tools,
but he has installed the new one's and still gets the same error.



Thanks in advance

Brian


in article [EMAIL PROTECTED], Ralph Brown at
[EMAIL PROTECTED] wrote on 10/9/01 7:27 PM:

> While trying to "make" PHP on MAC OS X 10.1, i am getting the following
> errors"
> 
> 
> /Users/lr/src/php-4.0.6/.libs/libphp4.lax/libtsrm.al
> /usr/bin/ld: -undefined error must be used when -twolevel_namespace is in
> effect
> make[1]: *** [libphp4.la] Error 1
> make: *** [all-recursive] Error 1
> 
> the two level namespace error seems to be related to a LDFLAGS
> syntax...but still experiencing the problem.
> 
> suggestions please
> thanks in advance
> Ralph
> 

--- End Message ---

Reply via email to