Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

xampp mac os x "this application requires admin privileges"

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.

like image 812
sonique Avatar asked Apr 27 '15 12:04

sonique


People also ask

How do I give an application admin privileges on a Mac?

To grant a user administrative privileges, click the lock, enter your root password, click your desired user and then select the check box for Allow user to administer this computer.


2 Answers

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.

like image 78
sonique Avatar answered Oct 05 '22 10:10

sonique


It works with this

$ cd /Applications/XAMPP/xamppfiles

$ sudo chown -R root manager-osx.app

like image 31
Mohammed Jafar Avatar answered Oct 05 '22 09:10

Mohammed Jafar