Can you point me where I can get that?

This is the problem I am getting:

First I go to my source directory for apache and I do this:

make clean
make distclean
./configure --prefix=/usr/local/www --enable-module=so
make
make install

Now apache 2.0 is installed right where I want it.  Now to PHP 4.2.2:

make clean
make distclean
./configure --with-mysql --with-apxs2=/usr/local/www/bin/apxs
make
(when the make finishes it has this last lines in an error)

make[3]: *** [sapi_apache2.lo] Error 1
make[3]: Leaving directory `/usr/local/src/php-4.2.2/sapi/apache2filter'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/local/src/php-4.2.2/sapi/apache2filter'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/src/php-4.2.2/sapi'
make: *** [all-recursive] Error 1

make install
(I get another error when the make install is done)

sapi_apache2.c: In function `php_register_hook':
sapi_apache2.c:534: warning: passing arg 3 of `ap_register_output_filter'
makes pointer from integer without a cast
sapi_apache2.c:534: too few arguments to function
`ap_register_output_filter'
sapi_apache2.c:535: warning: passing arg 3 of `ap_register_input_filter'
makes pointer from integer without a cast
sapi_apache2.c:535: too few arguments to function `ap_register_input_filter'
make[3]: *** [sapi_apache2.lo] Error 1
make[3]: Leaving directory `/usr/local/src/php-4.2.2/sapi/apache2filter'
make[2]: *** [install-recursive] Error 1
make[2]: Leaving directory `/usr/local/src/php-4.2.2/sapi/apache2filter'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/usr/local/src/php-4.2.2/sapi'
make: *** [install-recursive] Error 1


When this is done, I DON'T have php installed and it gives me bunch of
errors.  I am stuck here and I don't know what to do.  I am running RedHat
Linux 7.3 on a Dual P3 1Ghz/768Mb Ram PC.

Any help on this, or suggestions... I know PHP 4.2.2 is sketchy on apache
2.0, but I would like to try my best to get it running as I know there are a
few people here that have gotten it working.
If youcan reply here or to my e-mail at [EMAIL PROTECTED]


"Jeffrey N Dyke" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
>
> I have 4.2.3(from snaps.php.net) and Apache 2.0.39 working like a charm.
> don't know if you want to go that way though
>
> Jeff
>
>
>
>                     Nick Couchman
>                     <[EMAIL PROTECTED]       To:     Ken Jeansson
<[EMAIL PROTECTED]>, [EMAIL PROTECTED]
>                     m>                   cc:
>                     Sent by:             Subject:     Re: [PHP-INST] php
4.2.2 + apache2.0.40
>                     [EMAIL PROTECTED]
>
>
>                     08/14/2002
>                     09:37 AM
>
>
>
>
>
>
> Unfortunately from experience and from other discussions on this list,
> that would seem to be a correct conclusion.
>
> --Nick
>
> Ken Jeansson wrote:
>
> > Hmm, this seems to be a non working combination even with the latest
> > snapshot dated 14 august
> >
> > Say that I am wrong!... please =)
> >
> > // Ken
> >
> > --
> > PHP Install Mailing List (http://www.php.net/)
> > To unsubscribe, visit: http://www.php.net/unsub.php
>
> --
> You can't make a difference until you are willing to be different.
> --
> Nick Couchman
> SEAKR Engineering
> 6221 South Racine Circle
> Centennial, CO 80111
> Desk: (303) 784-7724
> Main: (303) 790-8499
> Fax: (303) 790-8720
>
>
>
>
> --
> PHP Install Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>
>
>



-- 
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to