php-install Digest 17 Feb 2002 04:35:33 -0000 Issue 704

Topics (messages 6023 through 6030):

Re: PHP on my PC
        6023 by: mindaugas gilaitis
        6024 by: Scott
        6025 by: Scott

Re: Zend Errors ? Locale faults ?
        6026 by: Etienne Robillard
        6027 by: Etienne Robillard

Re: Apache2.0 + PHP4.1 - Missing Variables
        6028 by: programmer.bethie.net
        6029 by: Yasuo Ohgaki
        6030 by: programmer.bethie.net

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 ---
> Most people install the Apache server on their PC.

can you give me the direct link of apache setup file, please
as I am really mislaid in www.apache.org site.

thanks

--- End Message ---
--- Begin Message ---
On Saturday 16 February 2002 11:05, you wrote:
> > Most people install the Apache server on their PC.
>
> can you give me the direct link of apache setup file, please
> as I am really mislaid in www.apache.org site.
>
> thanks

I dont know what distro you have but you probably have apache available on 
your cd, or from the site where you downloaded the distro from.  That would 
be the best way to go.  BTW, you probably also have php.
SW 
--- End Message ---
--- Begin Message ---
On Sunday 03 February 2002 20:15, you wrote:
> On Saturday 16 February 2002 11:05, you wrote:
> > > Most people install the Apache server on their PC.
> >
> > can you give me the direct link of apache setup file, please
> > as I am really mislaid in www.apache.org site.
> >
> > thanks
>
> I dont know what distro you have but you probably have apache available on
> your cd, or from the site where you downloaded the distro from.  That would
> be the best way to go.  BTW, you probably also have php.
> SW
Sorry, please direguard the above if you are not using linux.  For some 
reason I was thinking this was the linux mailing list.  Here is a link to a 
page that you can choose a mirror close to you to download apache.  Choose 
the right one for your OS.
http://www.apache.org/dyn/closer.cgi
--- End Message ---
--- Begin Message ---

--- Begin Message ---
Apache version : 1.3.22
Linux built kernel: 2.4.17 ( rh7.2)
Gnu libtool version : 1.4 (1.920)

hi,
 i have the following error msg when im trying to install php 4.1.1 (over 
4.0.6) :

my configure options :
./configure --with-apxs=/usr/sbin/apxs --with-config-file-path=/etc/php 
--with-pgsql=/usr/lib/pgsql --enable-versioning

[inda@zion php-4.1.1]# make
Making all in Zend
make[1]: Entering directory `/home/sizo/Compressed/php-4.1.1/Zend'
/bin/sh ./libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.     
-g -O2 -c zend_language_parser.c
In file included from /usr/include/errno.h:36,
                 from zend_operators.h:24,
                 from zend_API.h:28,
                 from zend_language_parser.c:152:
/usr/include/bits/errno.h:25:26: linux/errno.h: No such file or directory
make[1]: *** [zend_language_parser.lo] Error 1
make[1]: Leaving directory `/home/sizo/Compressed/php-4.1.1/Zend'
make: *** [all-recursive] Error 1

any ideas how to fix this ?

How can i disable Zend when im running make ?



--- End Message ---
--- End Message ---
--- Begin Message ---

--- Begin Message ---
Apache version : 1.3.22
Linux built kernel: 2.4.17 ( rh7.2)
Gnu libtool version : 1.4 (1.920)

hi,
 i have the following error msg when im trying to install php 4.1.1 (over 
4.0.6) :

my configure options :
./configure --with-apxs=/usr/sbin/apxs --with-config-file-path=/etc/php 
--with-pgsql=/usr/lib/pgsql --enable-versioning

[inda@zion php-4.1.1]# make
Making all in Zend
make[1]: Entering directory `/home/sizo/Compressed/php-4.1.1/Zend'
/bin/sh ./libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.     
-g -O2 -c zend_language_parser.c
In file included from /usr/include/errno.h:36,
                 from zend_operators.h:24,
                 from zend_API.h:28,
                 from zend_language_parser.c:152:
/usr/include/bits/errno.h:25:26: linux/errno.h: No such file or directory
make[1]: *** [zend_language_parser.lo] Error 1
make[1]: Leaving directory `/home/sizo/Compressed/php-4.1.1/Zend'
make: *** [all-recursive] Error 1

any ideas how to fix this ?

How can i disable Zend when im running make ?



--- End Message ---
--- End Message ---
--- Begin Message ---
Well, I got php-200202160900, but had build problems.

The errors were that ap_get_brigade was being given too many parameters and 
that the last parameter was of an incompatable type.. This is what it looked 
like:
ap_get_brigade(f->next, bb, mode, block, readbytes)
and I changed it to:
ap_get_brigade(f->next, bb, mode, readbytes)

which compiled, and seems to work, except for this error at the end of the 
phpinfo() function.. and the page title says Cannot find server  (which it 
obviously can..
The PHP Filter did not receive suitable input data

So my final question is, where is the sapi/apache2filter error coming from in 
the first place, and is there a real patch against something to make it 
right?  I realise that I'm working with a beta and a developmental version, 
but I'd like to get on the apache 2.0 bandwagon and it doesn't seem like I can 
find the info I need to support it.



Quoting Yasuo Ohgaki <[EMAIL PROTECTED]>:

> [EMAIL PROTECTED] wrote:
> > I'm trying to get an install of Linux Apache 2.0 + PHP 4.1.0 working,
> and the 
> > standard global variables are missing.  This address iterates throught
> the 
> > $_SERVER variables, then pulls up the phpinfo() screen.  As you can
> see none of 
> > the variables are there.  One in particular that I was expecting to
> see is 
> > $_SERVER['REMOTE_ADDR'].
> > 
> > Has anyone had any experience with this?  can anyone offer me some
> advice?
> > 
> > Thanks Much,
> > Joe
> > 
> 
> Try snapshot. http://snaps.php.net/
> It works well for me.
> 
> -- 
> Yasuo Ohgaki
> 
> 
> -- 
> PHP Install Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
> 
--- End Message ---
--- Begin Message ---
Are you using Alpha version of Apache? (version 2.0.31)
There is no stable Apache2 yet and PHP does not support beta.

BTW, I'm not trying to use Apache2 for production system.
Just doing some tests.

--
Yasuo Ohgaki

[EMAIL PROTECTED] wrote:
> Well, I got php-200202160900, but had build problems.
> 
> The errors were that ap_get_brigade was being given too many parameters and 
> that the last parameter was of an incompatable type.. This is what it looked 
> like:
> ap_get_brigade(f->next, bb, mode, block, readbytes)
> and I changed it to:
> ap_get_brigade(f->next, bb, mode, readbytes)
> 
> which compiled, and seems to work, except for this error at the end of the 
> phpinfo() function.. and the page title says Cannot find server  (which it 
> obviously can..
> The PHP Filter did not receive suitable input data
> 
> So my final question is, where is the sapi/apache2filter error coming from in 
> the first place, and is there a real patch against something to make it 
> right?  I realise that I'm working with a beta and a developmental version, 
> but I'd like to get on the apache 2.0 bandwagon and it doesn't seem like I can 
> find the info I need to support it.
> 
> 
> 

--- End Message ---
--- Begin Message ---
no.. 2.0.28.. I couldn't get the alpha to build configure.. m4 comlained about 
too many levels of recursion..  Is this a known issue with 2.0.28?   It's 
mostly just for a personal web server that I try and keep somewhere near 
current.. I haven't been able to keep it running with new software yet. :(


Quoting Yasuo Ohgaki <[EMAIL PROTECTED]>:

> Are you using Alpha version of Apache? (version 2.0.31)
> There is no stable Apache2 yet and PHP does not support beta.
> 
> BTW, I'm not trying to use Apache2 for production system.
> Just doing some tests.
> 
> --
> Yasuo Ohgaki
> 
> [EMAIL PROTECTED] wrote:
> > Well, I got php-200202160900, but had build problems.
> > 
> > The errors were that ap_get_brigade was being given too many
> parameters and 
> > that the last parameter was of an incompatable type.. This is what it
> looked 
> > like:
> > ap_get_brigade(f->next, bb, mode, block, readbytes)
> > and I changed it to:
> > ap_get_brigade(f->next, bb, mode, readbytes)
> > 
> > which compiled, and seems to work, except for this error at the end of
> the 
> > phpinfo() function.. and the page title says Cannot find server 
> (which it 
> > obviously can..
> > The PHP Filter did not receive suitable input data
> > 
> > So my final question is, where is the sapi/apache2filter error coming
> from in 
> > the first place, and is there a real patch against something to make
> it 
> > right?  I realise that I'm working with a beta and a developmental
> version, 
> > but I'd like to get on the apache 2.0 bandwagon and it doesn't seem
> like I can 
> > find the info I need to support it.
> > 
> > 
> > 
> 
> 
> -- 
> PHP Install Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
> 
--- End Message ---

Reply via email to