* [gentoo-dev] dev-php/mod_php-4.3.1-r1 compile fails
@ 2003-03-13 18:31 Henti Smith
2003-03-13 18:35 ` Gertjan
0 siblings, 1 reply; 13+ messages in thread
From: Henti Smith @ 2003-03-13 18:31 UTC (permalink / raw
To: gentoo-dev
Sorry, I was not able to successfully run APXS. Possible reasons:
1. Perl is not installed;
2. Apache was not compiled with DSO support (--enable-module=so);
3. 'apxs' is not in your path. Try to use --with-apxs=/path/to/apxs
The output of /usr/sbin/apxs follows
./configure: line 3215: /usr/sbin/apxs: No such file or directory
configure: error: Aborting
!!! ERROR: dev-php/mod_php-4.3.1-r1 failed.
!!! Function src_compile, Line 219, Exitcode 1
!!! bad ./configure
Any ideas ?
I tried looking for apxs on other gentoo boxen running mod_php .. but cannot find them ..
Henti
--
gentoo-dev@gentoo.org mailing list
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [gentoo-dev] dev-php/mod_php-4.3.1-r1 compile fails
2003-03-13 18:31 [gentoo-dev] dev-php/mod_php-4.3.1-r1 compile fails Henti Smith
@ 2003-03-13 18:35 ` Gertjan
2003-03-13 18:41 ` Henti Smith
2003-03-14 0:11 ` Thomas T. Veldhouse
0 siblings, 2 replies; 13+ messages in thread
From: Gertjan @ 2003-03-13 18:35 UTC (permalink / raw
To: gentoo-dev
Which version of Apache are you using? If you are using Apache 2.* then
you must include "apache2" in your USE variable. Then reconfigure PHP and
it will find the Apache 2 apxs script.
Gertjan
On Thu, 13 Mar 2003 20:31:29 +0200 Henti Smith <bain@tcsn.co.za> wrote:
> Sorry, I was not able to successfully run APXS. Possible reasons:
>
> 1. Perl is not installed;
> 2. Apache was not compiled with DSO support (--enable-module=so);
> 3. 'apxs' is not in your path. Try to use --with-apxs=/path/to/apxs
> The output of /usr/sbin/apxs follows
> ./configure: line 3215: /usr/sbin/apxs: No such file or directory
> configure: error: Aborting
>
> !!! ERROR: dev-php/mod_php-4.3.1-r1 failed.
> !!! Function src_compile, Line 219, Exitcode 1
> !!! bad ./configure
>
> Any ideas ?
>
> I tried looking for apxs on other gentoo boxen running mod_php .. but
> cannot find them ..
>
> Henti
>
> --
> gentoo-dev@gentoo.org mailing list
>
--
gentoo-dev@gentoo.org mailing list
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [gentoo-dev] dev-php/mod_php-4.3.1-r1 compile fails
2003-03-13 18:35 ` Gertjan
@ 2003-03-13 18:41 ` Henti Smith
2003-03-13 18:45 ` Gertjan
2003-03-14 0:12 ` Thomas T. Veldhouse
2003-03-14 0:11 ` Thomas T. Veldhouse
1 sibling, 2 replies; 13+ messages in thread
From: Henti Smith @ 2003-03-13 18:41 UTC (permalink / raw
To: Gertjan; +Cc: gentoo-dev
On Thu, 13 Mar 2003 19:35:02 +0100
Gertjan <g.zwartjes@student.tue.nl> wrote:
> Which version of Apache are you using? If you are using Apache 2.* then
> you must include "apache2" in your USE variable. Then reconfigure PHP and
> it will find the Apache 2 apxs script.
I noticed this now ...
I did a emerge mod_php on a clean machine .. assuming it will install apache 1.x.x
since I recall apache 2 is not really good with php ..
anyway .. i've tried to use -apache2 in use settings .. but still trying to install apache2
how can I disable ANY apache 2 stuff .. I'm happy with apache 1.x.x ?
Henti
--
gentoo-dev@gentoo.org mailing list
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [gentoo-dev] dev-php/mod_php-4.3.1-r1 compile fails
2003-03-13 18:41 ` Henti Smith
@ 2003-03-13 18:45 ` Gertjan
2003-03-13 18:54 ` Henti Smith
2003-03-13 18:55 ` Henti Smith
2003-03-14 0:12 ` Thomas T. Veldhouse
1 sibling, 2 replies; 13+ messages in thread
From: Gertjan @ 2003-03-13 18:45 UTC (permalink / raw
To: Gentoo Mailing List
You could mask Apache 2 stuff by adding the following line to
/usr/portage/profiles/package.mask:
>=net-www/apache2.0
But everytime you sync or rsync, this line is deleted. I recently switch
from Apache 1.x to Apache 2. I did not have any problems related with PHP.
Had no problems at all.
Gertjan
On Thu, 13 Mar 2003 20:41:14 +0200 Henti Smith <bain@tcsn.co.za> wrote:
> On Thu, 13 Mar 2003 19:35:02 +0100
> Gertjan <g.zwartjes@student.tue.nl> wrote:
>
> > Which version of Apache are you using? If you are using Apache 2.*
> > then you must include "apache2" in your USE variable. Then reconfigure
> > PHP and it will find the Apache 2 apxs script.
>
> I noticed this now ...
>
> I did a emerge mod_php on a clean machine .. assuming it will install
> apache 1.x.x since I recall apache 2 is not really good with php ..
>
> anyway .. i've tried to use -apache2 in use settings .. but still trying
> to install apache2
>
> how can I disable ANY apache 2 stuff .. I'm happy with apache 1.x.x ?
>
> Henti
--
gentoo-dev@gentoo.org mailing list
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [gentoo-dev] dev-php/mod_php-4.3.1-r1 compile fails
2003-03-13 18:45 ` Gertjan
@ 2003-03-13 18:54 ` Henti Smith
2003-03-13 18:55 ` Henti Smith
1 sibling, 0 replies; 13+ messages in thread
From: Henti Smith @ 2003-03-13 18:54 UTC (permalink / raw
To: Gertjan; +Cc: gentoo-dev
On Thu, 13 Mar 2003 19:45:06 +0100
Gertjan <g.zwartjes@student.tue.nl> wrote:
> You could mask Apache 2 stuff by adding the following line to
> /usr/portage/profiles/package.mask:
>
> >=net-www/apache2.0
>
> But everytime you sync or rsync, this line is deleted. I recently switch
> from Apache 1.x to Apache 2. I did not have any problems related with PHP.
> Had no problems at all.
I'll try it then .... *sigh*
but seems I'm already having issues with blackdown ... can't find /opt/dir/bin but it's there .. *sigh*
Henti
--
gentoo-dev@gentoo.org mailing list
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [gentoo-dev] dev-php/mod_php-4.3.1-r1 compile fails
2003-03-13 18:45 ` Gertjan
2003-03-13 18:54 ` Henti Smith
@ 2003-03-13 18:55 ` Henti Smith
1 sibling, 0 replies; 13+ messages in thread
From: Henti Smith @ 2003-03-13 18:55 UTC (permalink / raw
To: Gertjan; +Cc: gentoo-dev
checking Java Jar location... configure: error: Unable to locate /opt/blackdown-jre-1.4.1/bin
fmg bin # pwd
/opt/blackdown-jre-1.4.1/bin
*sigh*
Henti
--
gentoo-dev@gentoo.org mailing list
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [gentoo-dev] dev-php/mod_php-4.3.1-r1 compile fails
2003-03-13 18:41 ` Henti Smith
2003-03-13 18:45 ` Gertjan
@ 2003-03-14 0:12 ` Thomas T. Veldhouse
2003-03-14 7:01 ` Benjamin Podszun
1 sibling, 1 reply; 13+ messages in thread
From: Thomas T. Veldhouse @ 2003-03-14 0:12 UTC (permalink / raw
To: Henti Smith, gentoo-dev
4.3.1 works fine with apache2. I have been using it for quite awhile.
Tom Veldhouse
----- Original Message -----
From: "Henti Smith" <bain@tcsn.co.za>
To: "Gertjan" <g.zwartjes@student.tue.nl>
Cc: <gentoo-dev@gentoo.org>
Sent: Thursday, March 13, 2003 10:41 AM
Subject: Re: [gentoo-dev] dev-php/mod_php-4.3.1-r1 compile fails
> On Thu, 13 Mar 2003 19:35:02 +0100
> Gertjan <g.zwartjes@student.tue.nl> wrote:
>
> > Which version of Apache are you using? If you are using Apache 2.* then
> > you must include "apache2" in your USE variable. Then reconfigure PHP
and
> > it will find the Apache 2 apxs script.
>
> I noticed this now ...
>
> I did a emerge mod_php on a clean machine .. assuming it will install
apache 1.x.x
> since I recall apache 2 is not really good with php ..
>
> anyway .. i've tried to use -apache2 in use settings .. but still trying
to install apache2
>
> how can I disable ANY apache 2 stuff .. I'm happy with apache 1.x.x ?
>
> Henti
>
> --
> gentoo-dev@gentoo.org mailing list
>
>
--
gentoo-dev@gentoo.org mailing list
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [gentoo-dev] dev-php/mod_php-4.3.1-r1 compile fails
2003-03-14 0:12 ` Thomas T. Veldhouse
@ 2003-03-14 7:01 ` Benjamin Podszun
2003-03-14 7:20 ` Dylan Carlson
0 siblings, 1 reply; 13+ messages in thread
From: Benjamin Podszun @ 2003-03-14 7:01 UTC (permalink / raw
To: gentoo-dev; +Cc: Thomas T. Veldhouse
[-- Attachment #1: Type: text/plain, Size: 1654 bytes --]
Hi Tom.
I think Apache2 should stay masked, since itwon't work with php yet. No
idea what you use it for, but heavy load or using one of the newer mpms
(PerChild for example) causes lots of segfaults.
PHP and Apache2 are not production ready. That's what you should get
when you ask both developer. Since LAMP is a common combination: Kep
Apache2 masked.
Btw: No idea what's ridiculous about this...
Ben
On Fri, 2003-03-14 at 01:12, Thomas T. Veldhouse wrote:
> 4.3.1 works fine with apache2. I have been using it for quite awhile.
>
> Tom Veldhouse
>
> ----- Original Message -----
> From: "Henti Smith" <bain@tcsn.co.za>
> To: "Gertjan" <g.zwartjes@student.tue.nl>
> Cc: <gentoo-dev@gentoo.org>
> Sent: Thursday, March 13, 2003 10:41 AM
> Subject: Re: [gentoo-dev] dev-php/mod_php-4.3.1-r1 compile fails
>
>
> > On Thu, 13 Mar 2003 19:35:02 +0100
> > Gertjan <g.zwartjes@student.tue.nl> wrote:
> >
> > > Which version of Apache are you using? If you are using Apache 2.* then
> > > you must include "apache2" in your USE variable. Then reconfigure PHP
> and
> > > it will find the Apache 2 apxs script.
> >
> > I noticed this now ...
> >
> > I did a emerge mod_php on a clean machine .. assuming it will install
> apache 1.x.x
> > since I recall apache 2 is not really good with php ..
> >
> > anyway .. i've tried to use -apache2 in use settings .. but still trying
> to install apache2
> >
> > how can I disable ANY apache 2 stuff .. I'm happy with apache 1.x.x ?
> >
> > Henti
> >
> > --
> > gentoo-dev@gentoo.org mailing list
> >
> >
>
>
> --
> gentoo-dev@gentoo.org mailing list
>
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [gentoo-dev] dev-php/mod_php-4.3.1-r1 compile fails
2003-03-14 7:01 ` Benjamin Podszun
@ 2003-03-14 7:20 ` Dylan Carlson
2003-03-14 7:45 ` Thomas T. Veldhouse
2003-03-14 9:31 ` Paul de Vrieze
0 siblings, 2 replies; 13+ messages in thread
From: Dylan Carlson @ 2003-03-14 7:20 UTC (permalink / raw
To: Benjamin Podszun, gentoo-dev; +Cc: Thomas T. Veldhouse
On Friday 14 March 2003 02:01 am, Benjamin Podszun wrote:
> Hi Tom.
>
> I think Apache2 should stay masked, since itwon't work with php yet. No
> idea what you use it for, but heavy load or using one of the newer mpms
> (PerChild for example) causes lots of segfaults.
> PHP and Apache2 are not production ready. That's what you should get
> when you ask both developer. Since LAMP is a common combination: Kep
> Apache2 masked.
> Btw: No idea what's ridiculous about this...
I disagree.
It's production ready enough for RedHat, SuSE. We should be able to make
it work.
Cheers,
Dylan Carlson
Public Key: http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x708E165F
Key fingerprint = 3AEA DE38 FE42 15A6 C0E2 730E 3D04 BCC1 708E 165F
--
gentoo-dev@gentoo.org mailing list
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [gentoo-dev] dev-php/mod_php-4.3.1-r1 compile fails
2003-03-14 7:20 ` Dylan Carlson
@ 2003-03-14 7:45 ` Thomas T. Veldhouse
2003-03-14 9:15 ` Benjamin Podszun
2003-03-14 9:31 ` Paul de Vrieze
1 sibling, 1 reply; 13+ messages in thread
From: Thomas T. Veldhouse @ 2003-03-14 7:45 UTC (permalink / raw
To: absinthe, Benjamin Podszun, gentoo-dev
Besides that, it is not a problem with Apache 2, it is a problem with
mod_php, if there is a problem at all. I don't think there is one. I don't
see one and I have not seen any reports of it since the release of 4.3.
Tom Veldhouse
>
> I disagree.
>
> It's production ready enough for RedHat, SuSE. We should be able to make
> it work.
>
> Cheers,
> Dylan Carlson
>
> Public Key: http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x708E165F
> Key fingerprint = 3AEA DE38 FE42 15A6 C0E2 730E 3D04 BCC1 708E 165F
>
>
--
gentoo-dev@gentoo.org mailing list
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [gentoo-dev] dev-php/mod_php-4.3.1-r1 compile fails
2003-03-14 7:45 ` Thomas T. Veldhouse
@ 2003-03-14 9:15 ` Benjamin Podszun
0 siblings, 0 replies; 13+ messages in thread
From: Benjamin Podszun @ 2003-03-14 9:15 UTC (permalink / raw
To: Thomas T. Veldhouse; +Cc: absinthe, gentoo-dev
[-- Attachment #1: Type: text/plain, Size: 1614 bytes --]
Actually the PHP guys say that it's on the one hand a problem with
constant changes in the apache-api and on the other hand with making PHP
work with the multi-threaded mpms.
Doesn't matter for me, since I need apache only in combination with php.
And you cannot rely on that with every apache2-configuration (read:
mpm).
Apart from that I don't see that problem in merging a masked package, if
you're keen on apache2 ;)
Dylan:
We could chat a little about what Suse and RedHat thinks is
production-ready (libc, gcc, kde .. They seem to love preleases..).
Yes, apache2 is out and stable. I just pointed out that a lot of users
will get into trouble if we make it the standard-httpd. Reasons: See
above. If apache2 is unmasked and coexists with apache1.3 : Fine.
If you want to upgrade (read: replace) 1.3: No, that's not an option for
a lot of production environments.
just my humble opinion.
Ben
On Fri, 2003-03-14 at 08:45, Thomas T. Veldhouse wrote:
> Besides that, it is not a problem with Apache 2, it is a problem with
> mod_php, if there is a problem at all. I don't think there is one. I don't
> see one and I have not seen any reports of it since the release of 4.3.
>
> Tom Veldhouse
>
> >
> > I disagree.
> >
> > It's production ready enough for RedHat, SuSE. We should be able to make
> > it work.
> >
> > Cheers,
> > Dylan Carlson
> >
> > Public Key: http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x708E165F
> > Key fingerprint = 3AEA DE38 FE42 15A6 C0E2 730E 3D04 BCC1 708E 165F
> >
> >
>
>
> --
> gentoo-dev@gentoo.org mailing list
>
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [gentoo-dev] dev-php/mod_php-4.3.1-r1 compile fails
2003-03-14 7:20 ` Dylan Carlson
2003-03-14 7:45 ` Thomas T. Veldhouse
@ 2003-03-14 9:31 ` Paul de Vrieze
1 sibling, 0 replies; 13+ messages in thread
From: Paul de Vrieze @ 2003-03-14 9:31 UTC (permalink / raw
To: gentoo-dev
[-- Attachment #1: signed data --]
[-- Type: text/plain, Size: 646 bytes --]
On Friday 14 March 2003 08:20, Dylan Carlson wrote:
>
> It's production ready enough for RedHat, SuSE. We should be able to make
> it work.
>
Redhat is always very early in their support of certain packages. Do you
believe their infamous gcc-2.96 was/is production ready. And what about their
release of fontconfig enabled X/gtk/qt when it's glitches where not ironned
out yet. I don't think redhat qualifies as an authority on production
readyness. And it works on gentoo. There are just issues that are not gentoo
related.
Paul
--
Paul de Vrieze
Researcher
Mail: pauldv@cs.kun.nl
Homepage: http://www.devrieze.net
[-- Attachment #2: signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [gentoo-dev] dev-php/mod_php-4.3.1-r1 compile fails
2003-03-13 18:35 ` Gertjan
2003-03-13 18:41 ` Henti Smith
@ 2003-03-14 0:11 ` Thomas T. Veldhouse
1 sibling, 0 replies; 13+ messages in thread
From: Thomas T. Veldhouse @ 2003-03-14 0:11 UTC (permalink / raw
To: Gertjan, gentoo-dev
Not only that, but since apache2 is STILL (get on it guys ... this is
ridiculous) in ~x86, you need to do something like:
# USE="${USE} apache2" ACCEPT_KEYWORDS="~x86" emerge mod_php
Tom Veldhouse
----- Original Message -----
From: "Gertjan" <g.zwartjes@student.tue.nl>
To: <gentoo-dev@gentoo.org>
Sent: Thursday, March 13, 2003 10:35 AM
Subject: Re: [gentoo-dev] dev-php/mod_php-4.3.1-r1 compile fails
> Which version of Apache are you using? If you are using Apache 2.* then
> you must include "apache2" in your USE variable. Then reconfigure PHP and
> it will find the Apache 2 apxs script.
>
> Gertjan
>
> On Thu, 13 Mar 2003 20:31:29 +0200 Henti Smith <bain@tcsn.co.za> wrote:
>
> > Sorry, I was not able to successfully run APXS. Possible reasons:
> >
> > 1. Perl is not installed;
> > 2. Apache was not compiled with DSO support (--enable-module=so);
> > 3. 'apxs' is not in your path. Try to use --with-apxs=/path/to/apxs
> > The output of /usr/sbin/apxs follows
> > ./configure: line 3215: /usr/sbin/apxs: No such file or directory
> > configure: error: Aborting
> >
> > !!! ERROR: dev-php/mod_php-4.3.1-r1 failed.
> > !!! Function src_compile, Line 219, Exitcode 1
> > !!! bad ./configure
> >
> > Any ideas ?
> >
> > I tried looking for apxs on other gentoo boxen running mod_php .. but
> > cannot find them ..
> >
> > Henti
> >
> > --
> > gentoo-dev@gentoo.org mailing list
> >
>
>
> --
> gentoo-dev@gentoo.org mailing list
>
>
--
gentoo-dev@gentoo.org mailing list
^ permalink raw reply [flat|nested] 13+ messages in thread
end of thread, other threads:[~2003-03-14 9:31 UTC | newest]
Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-03-13 18:31 [gentoo-dev] dev-php/mod_php-4.3.1-r1 compile fails Henti Smith
2003-03-13 18:35 ` Gertjan
2003-03-13 18:41 ` Henti Smith
2003-03-13 18:45 ` Gertjan
2003-03-13 18:54 ` Henti Smith
2003-03-13 18:55 ` Henti Smith
2003-03-14 0:12 ` Thomas T. Veldhouse
2003-03-14 7:01 ` Benjamin Podszun
2003-03-14 7:20 ` Dylan Carlson
2003-03-14 7:45 ` Thomas T. Veldhouse
2003-03-14 9:15 ` Benjamin Podszun
2003-03-14 9:31 ` Paul de Vrieze
2003-03-14 0:11 ` Thomas T. Veldhouse
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox