Reputation: 4772
When I try to start xampp
(manager-osx) on Mac OS X Yosemeti 10.10,
I get this error :
this application requires admin privileges
It doesn't ask any password like it used to.
Upvotes: 20
Views: 18061
Reputation: 4772
I find the solution: for some reason, owner has been changed. I changed it back to root, and now it works again :
$ cd /Applications/XAMPP/xamppfiles
$ sudo chown -R root manager-osx.app
Then input your system password when requested and press enter.
Upvotes: 38
Reputation: 543
It works with this
$ cd /Applications/XAMPP/xamppfiles
$ sudo chown -R root manager-osx.app
Upvotes: 8
Reputation: 133
Neither of the suggestions by @sonique or @ishaalans worked in my case:
Upvotes: -1