Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
MySQL 4.1.14 Installation
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
bkxxl
n00b
n00b


Joined: 02 Sep 2005
Posts: 19
Location: Würzburg

PostPosted: Tue Sep 06, 2005 6:41 pm    Post subject: MySQL 4.1.14 Installation Reply with quote

Trotz langer suche auch hier im Forum habe ich leider nichts entsprechendes zu diesen Thema gefunden. Da Ich ein Forum Script habe, welches auf eine höhere MySQL als 4.0.25 optimiert ist, benötige ich die MySQL Version 4.1.14. Ich habe unter

Meine /etc/portage/package.unmask :

Code:

mysql>=4.1


Meine /etc/portage/package.keywords :

Code:

mysql>=4.1


Wenn ich allerdings mit emerge mysql>=4.1 versuche die entsprechende DB zu emergen, versucht er die normale 4.0.25 Version zu installieren.

Vielleicht kann mir ja hier jemand netterweise weiterhelfen. Danke schon einmalmal im Voraus.
Back to top
View user's profile Send private message
pablo_supertux
Advocate
Advocate


Joined: 25 Jan 2004
Posts: 2935
Location: Somewhere between reality and Middle-Earth and in Freiburg (Germany)

PostPosted: Tue Sep 06, 2005 6:52 pm    Post subject: Reply with quote

Ich würde auf falsche Syntax in package.unmask tippe. Mach man portage und lies es selber.
_________________
A! Elbereth Gilthoniel!
silivren penna míriel
o menel aglar elenath,
Gilthoniel, A! Elbereth!
Back to top
View user's profile Send private message
bkxxl
n00b
n00b


Joined: 02 Sep 2005
Posts: 19
Location: Würzburg

PostPosted: Tue Sep 06, 2005 7:02 pm    Post subject: Reply with quote

ok ich hab mal

>=mysql-4.1
>=dev-perl/DBD-mysql-2.9004

in beide Dateien eingetragen, mal testen.
Back to top
View user's profile Send private message
pablo_supertux
Advocate
Advocate


Joined: 25 Jan 2004
Posts: 2935
Location: Somewhere between reality and Middle-Earth and in Freiburg (Germany)

PostPosted: Tue Sep 06, 2005 7:13 pm    Post subject: Reply with quote

bkxxl wrote:
ok ich hab mal

>=mysql-4.1
>=dev-perl/DBD-mysql-2.9004

in beide Dateien eingetragen, mal testen.


wieso liest du die man pages nicht genau? Das ist immer noch die falsche Synta (bzw. laut man page finde ich kein bsp, dass so aussieht wie deins.)
Außerdem packages.keywords ist für die Keywords, also sollte nur sowas genügen:

/etc/portage/packages.keywords
Code:

dev-db/mysql ~x86
dev-perl/DBD-mysql ~x86


/etc/portage/packages.unmask
Code:

>=dev-db/mysql-4.1


Und dann
Code:

emerge =dev-db/mysql-4.1.14


Und diese Fragen beantwortet dir man portage, also brav Doku lesen.
_________________
A! Elbereth Gilthoniel!
silivren penna míriel
o menel aglar elenath,
Gilthoniel, A! Elbereth!
Back to top
View user's profile Send private message
DOCi
n00b
n00b


Joined: 06 Sep 2005
Posts: 11

PostPosted: Tue Sep 06, 2005 11:46 pm    Post subject: Wenn das nun mal so einfach währe Reply with quote

portage/package.keywords
dev-lang/php ~x86

portage/package.unmask
>=dev-lang/php-5.0.4

portage/package.use
dev-lang/php cli cgi apache2 .....


emerge =dev-lang/php-5.0.4 oder '=dev-lang/php-5*'

Calculating dependencies
!!! All ebuilds that could satisfy "=dev-lang/php-5.0.4" have been masked.
!!! One of the following masked packages is required to complete your request:
- dev-lang/php-5.0.4 (masked by: missing keyword)
# Stuart Herbert <stuart@gentoo.org> (1 Sep 2005)
# Masked until all packages from the overlay are in

Ich versteh das nett!

Bitte um hilfe.

DANKE!

gruß doci
Back to top
View user's profile Send private message
jhgz1
Retired Dev
Retired Dev


Joined: 16 Dec 2003
Posts: 115
Location: Gainesville

PostPosted: Wed Sep 07, 2005 2:38 am    Post subject: Re: Wenn das nun mal so einfach währe Reply with quote

DOCi wrote:

!!! All ebuilds that could satisfy "=dev-lang/php-5.0.4" have been masked.
!!! One of the following masked packages is required to complete your request:
- dev-lang/php-5.0.4 (masked by: missing keyword)
# Stuart Herbert <stuart@gentoo.org> (1 Sep 2005)
# Masked until all packages from the overlay are in


Also in der letzten Zeile steht es wird auf einige Pakete gewartet, daher würd ich sagen: abwarten und teetrinken. ansonsten steht dort ja auch noch "missing keyword" und das bedeutet im normalfall das keines der keywords die du für das paket nun erlaubt hast: weder x86 noch ~x86 bisher freigegeben wurden. normalerweise trifft man auf missing keywords eigentlich nur bei anderen plattformen als x86...
_________________
Bei Gentoo mithelfen wollen und kein Programmierer? Gentoo sucht Übersetzer, die bereit sind kontinuierlich mitzuarbeiten.
Back to top
View user's profile Send private message
Finswimmer
Bodhisattva
Bodhisattva


Joined: 02 Sep 2004
Posts: 5467
Location: Langen (Hessen), Germany

PostPosted: Wed Sep 07, 2005 8:46 am    Post subject: Reply with quote

Code:

  500  emerge php -av
  501  emerge dev-lang/php -av
  502  echo 'dev-lang/php' >> /etc/portage/package.unmask
  503  echo 'dev-lang/php ~x86' >> /etc/portage/package.keywords
  504  emerge dev-lang/php -av
  505  echo 'app-admin/eselect-php' >> /etc/portage/package.unmask
  506  echo 'app-admin/eselect-php ~x86' >> /etc/portage/package.keywords
  507  emerge dev-lang/php -av
  508  echo 'app-text/aspell ~x86' >> /etc/portage/package.keywords
  509  echo 'app-text/aspell' >> /etc/portage/package.unmask
  510  emerge dev-lang/php -av


Das sind meine Schritte, damit es ging.

Vergleichs mal.


Tobi
Back to top
View user's profile Send private message
tango
Apprentice
Apprentice


Joined: 24 Jan 2005
Posts: 251

PostPosted: Wed Sep 07, 2005 5:15 pm    Post subject: Reply with quote

ich habe damals einfach die prima Anleitung im Wiki gelesen, dort wird genau beschrieben wie du ein MySQL-4.1x installierst...

tango
Back to top
View user's profile Send private message
longinus
Tux's lil' helper
Tux's lil' helper


Joined: 13 May 2005
Posts: 94
Location: Bayern

PostPosted: Wed Sep 07, 2005 5:47 pm    Post subject: Reply with quote

Was mich wundert, bei mir läuft mysql 5.0.x recht zuverlässig, ging auch recht einfach nach Eintrag als Hardmasked erlaubt, da hatte ich noch mit der 2005.0 und 4.1x ganz andere Probleme die nicht aufzulösen waren.
_________________
"Und wenn der letzte Baum gefällt, das letzte Wild gejagt und der letzte Fluß vergiftet ist, dann werdet ihr sehen das man Chips nicht essen kann" ;)
Back to top
View user's profile Send private message
Mr_Maniac
Guru
Guru


Joined: 10 Jun 2004
Posts: 543

PostPosted: Wed Sep 07, 2005 6:43 pm    Post subject: Reply with quote

Auch wenn es nicht "gentoo-mäßig" ist:
Ich habe, da es probleme mit dem Gentoo-Apache gab, den "normalen" Apache genommen (natürlich trotzdem selber kompiliert).
Und wo ich dabei war (und portage den apachen ja auch nicht "kennt", da ich ihn ja manuell installiert habe), habe ich dann auch noch php und MySQL manuell installiert (php natürlich auch selbst kompiliert, aber für mysql habe ich die binarys genommen).
Und das klappt bis jetzt super und ohne Probleme...
Also im "Notfall" kann man ja dann die "nicht-gentoo" Version installieren...
_________________
AMD Ryzen 5900X
64 GB DDR4 RAM
GeForce RTX 3080
Gentoo Linux (most recent stable kernel - amd64)
Windows 11 x64
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) 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