* Christian Schmidt wrote/schrieb: > W�hrend Apache keine weiteren Probleme breitet, klappt make bei mysql > nicht. Ich verfahre genau nach > http://www.baach.de/lamp-tutorial.html#installation.
Na, verglichen mit den Anweisungen, die MySQL f�rs selbstbauen mitliefert, sieht mir dieser Aufruf mit --prefix und --localstatedir schon ein wenig sehr hemds�rmelig aus. Auch fehlt mir da ein entsprechender Hinweis, da� bei MySQL der Erfolg vom verwendeten Compiler abh�ngt. Lt. README soll man ./configure unter Linux folgenderma�en aufrufen um ein der Bin�rdistribution �hnliches Ergebnis zu bekommen: CFLAGS="-O3 -mpentiumpro" CXX=gcc CXXFLAGS="-O3 -mpentiumpro -felide-constructors -fno-exceptions -fno-rtti" ./configure --prefix=/usr/local/mysql --enable-assembler --with-mysqld-ldflags=-all-static --disable-shared --with-extra-charset=complex > Nach ./configure... kommt dann nach ein wenig blabla (keine > Fehlermeldung) dies: > > 021004 18:46:08 mysqld ended ??? Nach dem o.g. ./configure-Aufruf kommt bei mir das �bliche: (...) config.status: creating Makefile config.status: creating extra/Makefile config.status: creating mysys/Makefile config.status: creating isam/Makefile config.status: creating strings/Makefile config.status: creating regex/Makefile config.status: creating heap/Makefile config.status: creating bdb/Makefile config.status: creating myisam/Makefile config.status: creating myisammrg/Makefile config.status: creating man/Makefile config.status: creating os2/Makefile config.status: creating os2/include/Makefile config.status: creating os2/include/sys/Makefile config.status: creating readline/Makefile config.status: creating libmysql_r/Makefile config.status: creating libmysql/Makefile config.status: creating client/Makefile config.status: creating sql/Makefile config.status: creating sql/share/Makefile config.status: creating merge/Makefile config.status: creating dbug/Makefile config.status: creating scripts/Makefile config.status: creating include/Makefile config.status: creating sql-bench/Makefile config.status: creating tests/Makefile config.status: creating Docs/Makefile config.status: creating support-files/Makefile config.status: creating mysql-test/Makefile config.status: creating include/mysql_version.h config.status: creating config.h MySQL has a Web site at http://www.mysql.com/ which carries details on the latest release, upcoming features, and other information to make your work or play with MySQL more productive. There you can also find information about mailing lists for MySQL discussion. Remember to check the platform specific part in the reference manual for hints about installing on your platfrom. See the Docs directory. Thank you for choosing MySQL! > wenn ich dann "make" eingebe kommt dies: > > make: *** No targets specified and no makefile found. Stop. Ich glaube, da� Du irgendwas vollkommen mi�verstehst. Also, -v bitte. Ich denke �brigens in Anbetracht der Tatsache, da� MySQL in roter Schrift davor warnt, das Ding selbst zu �bersetzen, kann man da schonmal mit einem Bin�r-Tarball schummeln. ;-) Ciao, -martin -- vi vi vi -- the editor of the beast ---------------------------------------------------------------------------- PUG - Penguin User Group Wiesbaden - http://www.pug.org

