MySQL auf Freebsd 7.1 installieren fehler

05/25/2011 16:51 .Boss'#1
Yoow,

ich hab ein Fehler wenn ich MySQL installieren will kommt dieser fehler

e=/dev/null --srcdir=.
checking build system type... i386-portbld-freebsd7.1
checking host system type... i386-portbld-freebsd7.1
checking target system type... i386-portbld-freebsd7.1
checking whether to enable maintainer-specific portions of Makefiles... no
checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel
checking whether build environment is sane... configure: error: newly created file is older than distributed files!
Check your system clock
configure: error: ./configure failed for innobase
===> Script "configure" failed unexpectedly.
Please report the problem to [Only registered and activated users can see links. Click Here To Register...] [maintainer] and attach the
"/usr/ports/databases/mysql50-server/work/mysql-5.0.92/config.log" including
the output of the failure of your make command. Also, it might be a good idea
to provide an overview of all packages installed on your system (e.g. an `ls
/var/db/pkg`).
*** Error code 1

weiß wer woran es liegt?
05/26/2011 12:54 NouceD#2
Gleichen fehler hab ich auch ....
05/26/2011 12:59 theo1990#3
Quote:
"/usr/ports/databases/mysql50-server/work/mysql-5.0.92/config.log" including
the output of the failure of your make command. Also, it might be a good idea
to provide an overview of all packages installed on your system (e.g. an `ls
/var/db/pkg`).
geh mal in das verzeichnis und schau was für ein fehler aufgetreten ist weil schau mal

Quote:
"/usr/ports/databases/mysql50-server/work/mysql-5.0.92/config.log" including
the output of the failure of your make command.
schau mal in die config.log rein
05/26/2011 13:01 Bataleon#4
ne installier mal mysql 5.1 das geht

war bei mir auch so
05/26/2011 13:05 Ocelot2606#5
Zuerst

PHP Code:
cd /usr/ports/databases/mysql50-server
dann

PHP Code:
make deinstall 
dann

PHP Code:
cd /usr/ports/databases/mysql50-client
danach

PHP Code:
make deinstall 
Dann ist mal alles richtig deinstalliert

Als nächste machst
PHP Code:
portsnap fetch extract 
Aktualisiert die Ports (da ging bei mir dann der Fehler weg)

Danach ganz Normal MySQL installieren sollte reibungslos dann klappen
05/26/2011 14:53 B4B4.?#6
TheSecret kriegst ein thx für diese info weiss zwar alles aber is nützlich für andere ;D
05/26/2011 17:52 .Boss'#7
Ne wenn ich das "make install WITH_XCHARSET=all clean" eingebe ohne " "
dann kommt wieder der Error Code hab Secret's anweisungen schon befolgt ..