Che Mysql Installierungs Problem

05/24/2012 11:54 tяuє Ðevin#1
Hallo,

Ich habe ein kleines Problem undzwar möchte ich MySQL auf FreeBSD 7.2 installieren. Habe die ports.tar.gz geladen, entpackt und gelöscht und die Commands

cd /usr/ports/databases/mysql50-server/
make install WITH_XCHARSET=all clean

ausgeführt. Nach dem zweiten erhalte ich folgende Nachricht
Code:
===>  Patching for mysql-server-5.0.95
===>  Applying FreeBSD patches for mysql-server-5.0.95
Ignoring previously applied (or reversed) patch.
2 out of 2 hunks ignored--saving rejects to Docs/Makefile.in.rej
=> Patch patch-Docs::Makefile.in failed to apply cleanly.
*** Error code 1
Wie behebe ich den Fehler?
05/24/2012 12:24 LEL0UCH'#2
Du müsstest deine Ports updaten, auch wenn du es runtergeladen hast.
So sollte es eigentlich funktionieren, war bei mir der Fall.

PHP Code:
portsnap update 
oder

PHP Code:
portsnap fetch
portsnap extract 
Dann sollte es laufen!