Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Apache2 and mod_php
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
To
Veteran
Veteran


Joined: 12 Apr 2003
Posts: 1145
Location: Coimbra, Portugal

PostPosted: Mon Jul 07, 2003 6:09 pm    Post subject: Apache2 and mod_php Reply with quote

I never installed apache2 and mod_php using emerge.

I tryed it today, after choosing the mods I wanted to merge and figure everything like I wanted to I've this error on mod_php:
Quote:
USE="+apache2 +gd +imap +mysql +pam +png +ssl +truetype +xml2" emerge mod_php
Calculating dependencies ...done!
>>> emerge (1 of 1) dev-php/mod_php-4.3.2-r3 to /
>>> md5 src_uri ;-) php-4.3.2.tar.bz2
>>> Unpacking source...
* Due to some previous bloopers with PHP and slotting, you may have
* multiple copies of mod_php installed. Please look at the autoclean
* output at the end of the emerge and unmerge all but relevant
* copies.
* Multiple Apache versions detected, using Apache1 (USE=-apache2)


Well I only have apache2 merged nothing else, why my system assume that I've more versions?!


_________________

------------------------------------------------
Linux Gandalf 3.2.35-grsec
Gentoo Base System version 2.2
------------------------------------------------
Back to top
View user's profile Send private message
TheAgent
n00b
n00b


Joined: 23 May 2003
Posts: 29
Location: Waukesha, WI

PostPosted: Mon Jul 07, 2003 6:16 pm    Post subject: Reply with quote

"apache2" in your USE flags SHOULD keep that problem from happening, but it appears that you already have that in there.

I had the same problem you described, but I didn't have "apache2" set, and when I set it, the problem disappeared.
_________________
TheAgent
Total Linux N00b

Shuttle SN41G2:
Athlon XP 2100+
512 MB Corsair PC2700
40GB Maxtor
NForce2 Soundstorm, VGA, Network


Last edited by TheAgent on Mon Jul 07, 2003 6:19 pm; edited 1 time in total
Back to top
View user's profile Send private message
slartibartfasz
Veteran
Veteran


Joined: 29 Oct 2002
Posts: 1462
Location: Vienna, Austria

PostPosted: Mon Jul 07, 2003 6:18 pm    Post subject: Reply with quote

try to add -apache to the USE flags
_________________
To an engineer the glass is neither half full, nor half empty - it is just twice as big as it needs to be.
Back to top
View user's profile Send private message
To
Veteran
Veteran


Joined: 12 Apr 2003
Posts: 1145
Location: Coimbra, Portugal

PostPosted: Mon Jul 07, 2003 6:26 pm    Post subject: Reply with quote

Well I edited the ebuild and comment the apache1 detection;)
But thanx for the answer, I'll try that later


_________________

------------------------------------------------
Linux Gandalf 3.2.35-grsec
Gentoo Base System version 2.2
------------------------------------------------
Back to top
View user's profile Send private message
indros
Tux's lil' helper
Tux's lil' helper


Joined: 27 Sep 2002
Posts: 139

PostPosted: Tue Jul 08, 2003 12:52 pm    Post subject: Reply with quote

Additionally, when you are adding USE flags, there is no + before it. Just -something to remove...

Code:
USE="+apache2 +gd +imap +mysql +pam +png +ssl +truetype +xml2" emerge mod_php


Should be:

Code:
USE="apache2 gd imap mysql pam png ssl truetype xml2" emerge mod_php
Back to top
View user's profile Send private message
noisefactor
n00b
n00b


Joined: 08 Mar 2003
Posts: 45

PostPosted: Sun Jul 13, 2003 6:23 pm    Post subject: Reply with quote

when i look into my php ebuild, i see only this:

Code:

IUSE="${IUSE} apache2"



am i supposed to add a USE=" xxx "
line too?
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum