Questions tagged [osx-elcapitan]

Twelfth major release of OS X (10.11)

OS X El Capitan is the twelfth major release of OS X, Apple Inc.'s desktop and server operating system for Macintosh computers. It is the successor to OS X 10.10 Yosemite. The first beta of OS X El Capitan was released to developers shortly following the 2015 WWDC keynote. OS X El Capitan is an update that focuses mainly on performance, stability, and security.

1203 questions
573
votes
16 answers

Command Line Tools not working - OS X El Capitan, Sierra, High Sierra, Mojave

I just upgraded from Yosemite to El Capitan (and replicated the problem upgrading from El Capitan to Sierra), and when I try to type for example git status inside a terminal, I get the following error: xcrun: error: invalid active developer path …
rista404
  • 7,639
  • 2
  • 18
  • 20
271
votes
5 answers

How to install wget in macOS?

I try to install wget in MAC OS 10.11.1 but when I run ./configure --with-ssl=openssl I get this error: configure: error: --with-ssl=openssl was given, but SSL is not available. How to resolve this problem in OSX 10.11.1?
cfranco
  • 3,155
  • 5
  • 19
  • 20
268
votes
5 answers

Operation Not Permitted when on root - El Capitan (rootless disabled)

I am trying to move something to /usr/bin on OS X El Capitan. I have disabled rootless using the following commands: sudo nvram boot-args="rootless=0"; sudo reboot, but I keep getting the same error: MacBook-Air:~ Mark$ sudo cp class-dump…
Mark Bourke
  • 9,806
  • 7
  • 26
  • 30
202
votes
9 answers

Setting environment variables via launchd.conf no longer works in OS X Yosemite/El Capitan/macOS Sierra/Mojave?

It looks like the launchd.conf does not load my environment variable anymore. Has anyone else noticed that? Is there another solution to permanently set environment variables?
Tosh
  • 2,097
  • 3
  • 13
  • 8
170
votes
11 answers

PDFtk Server on OS X 10.11

I've been using PDFTK Server on OSX pre 10.11 for over a year without any issues running commands on the command line. After installing OSX 10.11 beta, I can no longer run any PDFTK Server commands on the command line. It does not throw any error,…
Aaron
  • 3,068
  • 2
  • 21
  • 44
153
votes
2 answers

ERROR: While executing gem ... (Errno::EPERM) Operation not permitted

I just updated my Mac to OSX 10.11 El Capitan and some gems didn't remain. The problem arose when I tried to run installations of different gems... e.g.: > sudo gem install compass Once I execute, I get the error: > ERROR: While executing gem ...…
Roy Calderon
  • 6,361
  • 3
  • 22
  • 21
131
votes
12 answers

OSX El Capitan: sudo pip install OSError: [Errno: 1] Operation not permitted

When I run: sudo pip install ipython I get the following error OSError: [Errno: 1] Operation not permitted: '/System/Library/Frameworks/Python.framework/Versions/2.7/share' The last command executed tries to create the directory given…
Milad M
  • 1,538
  • 2
  • 13
  • 13
97
votes
7 answers

`Apache` `localhost/~username/` not working

So I just recently upgrade to Mac OS X Yosemite and I need to set up my Apache again. I create a folder "Sites" under /user/kevin and change file permission to 777 and uncomment the php5module line in /etc/apache2/httpd.conf just like…
CocoHot
  • 1,211
  • 2
  • 11
  • 18
94
votes
21 answers

Mysql password expired. Can't connect

I just wiped my Mac and did a fresh install of El Capitan. I'm struggling to connect to Mysql now. Having gone through a web server setup process, I've created a simple PHP test file:
CaribouCode
  • 13,998
  • 28
  • 102
  • 174
84
votes
7 answers

Autostart MySQL Server on Mac OS X Yosemite/El Capitan

I would like to auto start the MySQL server on startup. This was possible in Mavericks but seems to be not working on Yosemite. edit: seems this works with El Capitan as well
Xaver
  • 11,144
  • 13
  • 56
  • 91
81
votes
6 answers

Is there a workaround for: "dtrace cannot control executables signed with restricted entitlements"?

It looks like in OS X 10.11 El Capitan, dtruss and dtrace can no longer do what they're meant to do. This is the error I get when I try to run sudo dtruss curl ...: dtrace: failed to execute curl: dtrace cannot control executables signed with…
Flimm
  • 136,138
  • 45
  • 251
  • 267
78
votes
5 answers

How to auto-load MySQL on startup on OS X Yosemite / El Capitan

After upgrading OS X my install of MySQL stopped loading on startup. This walk-through on MySQL says: "The Startup Item installation adds a variable MYSQLCOM=-YES- to the system configuration file /etc/hostconfig. If you want to disable the …
Justin
  • 26,443
  • 16
  • 111
  • 128
73
votes
7 answers

"restricted" folder/files in OS X El Capitan

After upgrading from OS X Yosemite to OS X El Capitan Developer Preview, I tried to edit /System/Library/LaunchDaemons/ssh.plist to change the default SSH port to a custom one. This is the process I've been using for a couple of years. The problem…
Spencer Müller Diniz
  • 1,318
  • 2
  • 14
  • 19
70
votes
15 answers

Unable to access MySQL after it automatically generated a temporary password

I have erased and installed OSX 10.11 El Capitan and I have been following through this tutorial to get MySQL up and running on the new OS X. The first step was to download MySQL For Mac OS X 10.9 (x86, 64-bit), DMG Archive (works on 10.11, they…
Cheetah Felidae
  • 999
  • 2
  • 7
  • 14
67
votes
5 answers

change xcrun developer path for Android Studio/IntelliJ

I'm using GIT and am trying to push my code and getting the following error when using the Terminal. I don't use XCode, I'm using Android Studio. The command I tried using was: git branch Networking Error: xcrun: error: invalid active developer…
Stillie
  • 2,647
  • 6
  • 28
  • 50
1
2 3
80 81