Lieber Besucher, herzlich willkommen bei: GentooForum.de. Falls dies Ihr erster Besuch auf dieser Seite ist, lesen Sie sich bitte die Hilfe durch. Dort wird Ihnen die Bedienung dieser Seite näher erläutert. Darüber hinaus sollten Sie sich registrieren, um alle Funktionen dieser Seite nutzen zu können. Benutzen Sie das Registrierungsformular, um sich zu registrieren oder informieren Sie sich ausführlich über den Registrierungsvorgang. Falls Sie sich bereits zu einem früheren Zeitpunkt registriert haben, können Sie sich hier anmelden.
Quellcode |
|
1 2 3 4 |
localhost andreas # equery b ndb-config-2-node.ini [ Searching for file(s) ndb-config-2-node.ini in *... ] dev-db/mysql-5.0.84-r1 (/usr/share/mysql/ndb-config-2-node.ini) localhost andreas # |
Quellcode |
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
localhost andreas # eix -I dev-db/mysql [I] dev-db/mysql Available versions: [M]3.23.58-r1 [M]4.0.27-r1 [M]4.1.22-r1 [M]5.0.26-r2 [M]~5.0.32 [M]~5.0.34 [M]5.0.38 [M]5.0.40 [M]5.0.42 [M]5.0.44 [M]5.0.44-r1 [M]5.0.44-r2 [M]5.0.54 [M]~5.0.56 [M]~5.0.60 5.0.60-r1 5.0.70 5.0.70-r1 ~5.0.72 ~5.0.72-r1 ~5.0.76 (~)5.0.76-r1 (~)5.0.83 (~)5.0.84 5.0.84-r1 {berkdb big-tables cluster community debug embedded extraengine innodb latin1 max-idx-128 minimal perl profiling raid readline selinux ssl static tcpd} Installed versions: 5.0.84-r1(17:53:24 26.12.2009)(berkdb community embedded perl ssl -big-tables -cluster -debug -extraengine -latin1 -max-idx-128 -minimal -profiling -selinux -static) Homepage: http://www.mysql.com/ Description: A fast, multi-threaded, multi-user SQL database server. [I] dev-db/mysql-init-scripts Available versions: 1.2 Installed versions: 1.2(22:11:14 02.10.2009) Homepage: http://www.gentoo.org/ Description: Gentoo MySQL init scripts. 2 Treffer. |
Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »andreasullrich« (30.12.2009, 00:28)
Quellcode |
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
>>> Regenerating /etc/ld.so.cache... >>> Original instance of package unmerged safely. !!! dodoc: support-files/my-*.cnf does not exist !!! dodoc: support-files/magic does not exist !!! dodoc: support-files/ndb-config-2-node.ini does not exist !!! dodoc: scripts/mysql* does not exist * * You might want to run: * "emerge --config =dev-db/mysql-5.0.70-r1" * if this is a new install. * * Berkeley DB support is deprecated and will be removed in future versions! >>> Auto-cleaning packages... >>> No outdated packages were found on your system. * Regenerating GNU info directory index... * Processed 230 info files. |
Quellcode |
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
localhost andreas # emerge --config =dev-db/mysql-5.0.70-r1 Configuring pkg... * * ERROR: dev-db/mysql-5.0.70-r1 failed. * Call stack: * ebuild.sh, line 49: Called pkg_config * environment, line 3895: Called mysql_pkg_config * environment, line 3528: Called die * The specific snippet of code: * [[ "${HOSTNAME}" == "localhost" ]] && die "Your machine must NOT be named localhost"; * The die message: * Your machine must NOT be named localhost * * If you need support, post the topmost build error, and the call stack if relevant. * A complete build log is located at '/var/tmp/portage/dev-db/mysql-5.0.70-r1/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/dev-db/mysql-5.0.70-r1/temp/environment'. * This ebuild is from an overlay named 'gentoo': '/var/db/pkg/' |
Quellcode |
|
1 2 3 |
LOG: configure │ │Berkeley DB support was disabled due to build failures │ │on multiple arches, go to a version earlier than 5.0.60 |
Dieser Beitrag wurde bereits 3 mal editiert, zuletzt von »andreasullrich« (02.01.2010, 15:56)
Quellcode |
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
Berkeley DB support was disabled due to build failures │ │on multiple arches, go to a version earlier than 5.0.60 │ │if you want it again. Gentoo bug #224067. │ │Before using the Federated storage engine, please be sure to read │ │http://dev.mysql.com/doc/mysql/en/federated-limitations.html │ │ │ │INFO: install │ │Making Convenience links for mysqlcheck multi-call binary │ │Removing duplicate /usr/share/mysql files │ │Building default my.cnf │ │Creating initial directories │ │Installing docs │ │Including support files and sample configurations │ │Updating MySQL .so symlinks |
Quellcode |
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 |
Laptop-Andreas andreas # emerge --config =dev-db/mysql-5.0.84-r1 Configuring pkg... * You have already a MySQL database in place. * (///var/lib/mysql/*) * Please rename or delete it if you wish to replace it. * * ERROR: dev-db/mysql-5.0.84-r1 failed. * Call stack: * ebuild.sh, line 49: Called pkg_config * environment, line 3896: Called mysql_pkg_config * environment, line 3527: Called die * The specific snippet of code: * die "MySQL database already exists!"; * The die message: * MySQL database already exists! * * If you need support, post the topmost build error, and the call stack if relevant. * A complete build log is located at '/var/tmp/portage/dev-db/mysql-5.0.84-r1/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/dev-db/mysql-5.0.84-r1/temp/environment'. * This ebuild is from an overlay named 'gentoo': '/var/db/pkg/' |
Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »andreasullrich« (02.01.2010, 19:12)