installation apache (close)

Ask questions regarding Gentoox, Gentoo and Linux in general in these forums and we'll do our best to help you!
Post Reply
stucca
Newbie
Posts: 2
Joined: Wed Jan 04, 2006 4:33 am

installation apache (close)

Post by stucca »

4) emerge sync

deleting www-apps/phpsysinfo/phpsysinfo-2.5.1-r1.ebuild
deleting www-apps/phpsysinfo/files/digest-phpsysinfo-2.5.1-r1
deleting metadata/cache/www-apps/phpsysinfo-2.5.1-r1

Number of files: 132953
Number of files transferred: 49
Total file size: 109421098 bytes
Total transferred file size: 91548 bytes
Literal data: 91548 bytes
Matched data: 0 bytes
File list size: 3027912
Total bytes written: 1161
Total bytes read: 3122100

wrote 1161 bytes read 3122100 bytes 6723.92 bytes/sec
total size is 109421098 speedup is 35.03

>>> Updating Portage cache: 88%!!! Cannot resolve a virtual package name to an ebuild.
!!! This is a bug, please report it. (virtual/libstdc++-3.3)


*************************************************************

Xbox / # emerge apache mod_php php

!!! Your current profile is deprecated and not supported anymore.
!!! Please upgrade to the following profile if possible:
default-linux/x86/no-nptl/2.4

To upgrade do the following steps:
# This profile is now deprecated, as it is tied to a specific release. All 2.4
# profiles under the default-linux tree for x86 are now going to be handled by
# a single profile.
# emerge -n '>=sys-apps/portage-2.0.51'
# cd /etc/
# rm make.profile
# ln -s ../usr/portage/profiles/default-linux/x86/no-nptl/2.4 make.profile

# This profile will be deleted after December 31st, 2005.


Calculating dependencies \

!!! The short ebuild name "php" is ambiguous. Please specify
!!! one of the following fully-qualified ebuild names instead:

dev-lang/php
dev-php/php
Last edited by stucca on Wed Jan 04, 2006 1:58 pm, edited 1 time in total.
orochi
Gentoox Guru!
Posts: 606
Joined: Sun Oct 24, 2004 8:11 am

Post by orochi »

this is no bug :( just gentoo maintence


first, update portage

Code: Select all

emerge -n '>=sys-apps/portage-2.0.51'
cd /etc/
rm make.profile
ln -s ../usr/portage/profiles/default-linux/x86/no-nptl/2.4 make.profile[/quote]
emerge -n '>=sys-apps/portage-2.0.51'
cd /etc/
rm make.profile
ln -s ../usr/portage/profiles/default-linux/x86/no-nptl/2.4 make.profile
[/code]

than follow this tut to install apache2

http://gentoo-wiki.com/HOWTO_Apache2_with_PHP_MySQL

than for php
http://gentoo-wiki.com/Apache_Modules_mod_php

tho I have since moved to lighttpd, maybe one day ill write up a how to on it :\

happy compiling
Last edited by orochi on Thu Jan 05, 2006 7:47 am, edited 1 time in total.
stucca
Newbie
Posts: 2
Joined: Wed Jan 04, 2006 4:33 am

oh thanks , but i have a problem with this!!

Post by stucca »

Xbox root # emerge apache mod_php php
Calculating dependencies \

!!! The short ebuild name "php" is ambiguous. Please specify
!!! one of the following fully-qualified ebuild names instead:

dev-lang/php
dev-php/php



__________________________
Stucca
:P
orochi
Gentoox Guru!
Posts: 606
Joined: Sun Oct 24, 2004 8:11 am

Post by orochi »

well ambiguous means unclear, so specify something well, specific

instead of php, try dev-lang/php or dev-php/php instead
Post Reply