MySQL error

Hi,

I'm trying to install MySQL on my server, but this error appears:

xImmagine.png.pagespeed.ic.i9fXKpSxRJ.png


Help me, please.
 
Greetings,

Not to come off as a "smart a$$", but did you consider the suggestion that the error emitted? E.g.:
Code:
MAKE_JOBS_UNSAFE=yes
To perform this as a "one off", try (assuming you're in the mysql-server/mysql-client directory):
Code:
make clean
make -DMAKE_JOBS_UNSAFE=yes
You could also temporarily add
Code:
MAKE_JOBS_UNSAFE=yes
to your make.conf(5), or src.conf(5). But at the CLI, should be your first choice.

HTH

--chris
 
There was a problem with the multiple jobs code in the ports tree yesterday, which has been fixed. So update the ports tree first, do a make clean, and try building it again.
 
Back
Top