View previous topic :: View next topic |
Author |
Message |
darminus n00b
Joined: 02 Jul 2003 Posts: 20
|
Posted: Wed Jul 02, 2003 4:12 am Post subject: Mysql 4.x ebuilds help |
|
|
I would like to use mysql, but not the 3.23.56 version that is in the portage tree. There is an ebuild for a 4.x version, but I can't get it working right at all. I have googled and searched the forums for any such topic that could help me out and I come up with nothing. If someone is out there that could help me out, that would be great. |
|
Back to top |
|
|
slartibartfasz Veteran
Joined: 29 Oct 2002 Posts: 1462 Location: Vienna, Austria
|
Posted: Wed Jul 02, 2003 6:06 am Post subject: |
|
|
u have to tell us the problem u have - 'it doesnt work' is hardly enough information to propose a solution _________________ 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 |
|
|
darminus n00b
Joined: 02 Jul 2003 Posts: 20
|
Posted: Wed Jul 02, 2003 12:26 pm Post subject: |
|
|
The problem I have is installing (emerging rather) mysql 4.0.13. Right now, in my portage tree, if I were to type "emerge mysql" it would emerge mysql 3.23.56, and that isn't the version I want on my computer. I guess my question is really to see if there are people out there who are successfully using a 4.x version of mysql and to give a little insight as to how they did it.
In detail, here's where I think my problem is: here's the code I used to install mysql:
Code: | emerge /usr/portage/dev-db/mysql/mysql-4.0.13-r3.ebuild |
after I do that it asked me to exucute this code to make sure all packages dependent on mysql are up to date and rebuilt as well:
Code: | /usr/portage/dev-db/mysql/files/rebuilder.sh |
What that gives me is a list of packages I need to rebuild. The only package it lists is DBD-mysql. So I re-emerge DBD-mysql. That's as far as I've gotten. Every time I try and start mysql, either with: "/usr/bin/mysqld_safe &" or "/etc/init.d/mysql start" I don't get mysql started. The output just tells me that mysqld has ended, or that it failed dependencies, respectfully.
Again, I am looking more to see if there are people out there using mysql 4.x successfully and for them to just share how they got it up and running, but if someone can help me out specifically, that would be great too. |
|
Back to top |
|
|
DarkHelmet n00b
Joined: 11 Jan 2003 Posts: 8
|
Posted: Thu Jul 03, 2003 10:09 am Post subject: |
|
|
maybe you should try the installation docs of www.mysql.com itself... _________________ The Music
The Vibe
The Groove
I Love Techno! |
|
Back to top |
|
|
darminus n00b
Joined: 02 Jul 2003 Posts: 20
|
Posted: Thu Jul 03, 2003 4:26 pm Post subject: |
|
|
I have, but I don't want to install mysql that way. I would like to build it using emerge, and ebuilds. I know that I can do it that way, and I'm just want someone to give some advice on how I can go about getting it up and running.
I can't believe that there aren't any people in this forum that can help me out. I just want to find someone who has emerged mysql 4.x and is currently using it and then for them to share how they went about doing it. That's all. |
|
Back to top |
|
|
|