Mac OS Could not update file hosts error

I’m trying to create a new local site but i got this error:

Error: Error: Command failed: /Applications/Local.app/Contents/Resources/extraResources/site-binaries/mysql-8.0.15/bin/mysqld --defaults-file=/Users/nikolajfecchio/Library/Application Support/Local/run/L05p8Y9dh/conf/mysql/my.cnf --initialize-insecure
dyld: lazy symbol binding failed: Symbol not found: _clock_gettime
Referenced from: /Applications/Local.app/Contents/Resources/extraResources/site-binaries/mysql-8.0.15/bin/mysqld (which was built for Mac OS X 10.13)
Expected in: /usr/lib/libSystem.B.dylib

dyld: Symbol not found: _clock_gettime
Referenced from: /Applications/Local.app/Contents/Resources/extraResources/site-binaries/mysql-8.0.15/bin/mysqld (which was built for Mac OS X 10.13)
Expected in: /usr/lib/libSystem.B.dylib

at ChildProcess.exithandler (child_process.js:312:12)
at ChildProcess.emit (events.js:194:13)
at ChildProcess.EventEmitter.emit (domain.js:469:20)
at maybeClose (internal/child_process.js:998:16)
at Process.ChildProcess._handle.onexit (internal/child_process.js:265:5) 

and then a popup show up and says: Could not update file hosts

This is the log file:
local-lightning.log (51.2 KB)

My OS is El Capitan version 10.11.6

Can anyone help me?