Questions tagged [osx-lion]

Mac OS X Lion (10.7) is the eighth major release of Mac OS X, Apple's desktop and server operating system for Macintosh computers.

Mac OS X Lion (version 10.7) is the eighth major release of Mac OS X, Apple's desktop and server operating system for Macintosh computers.

A preview of OS X Lion was publicly unveiled at Apple's "Back to the Mac" event on October 20, 2010. It brings many developments made in Apple's iOS, such as an easily navigable display of installed applications, to the Mac, and includes support for the Mac App Store, as introduced in Mac OS X Snow Leopard version 10.6.6.

On February 24, 2011, the first developer's preview of Lion (11A390) was released to subscribers of Apple's developers program. Other developer previews were subsequently released, with Lion Preview 4 (11A480b) being released at WWDC 2011.

Lion achieved golden master status on July 1, 2011, followed by its final release via the Mac App Store on July 20, 2011. Apple reported over 1 million Lion sales on the first day of its release. As of October 2011, Mac OS X Lion has sold over 6 million copies worldwide.

Related tags

2218 questions
61
votes
14 answers

What is libintl.h and where can I get it?

Trying to do a make install of git from source, and it keep kicking up the error: make install * new build flags or prefix CC credential-store.o In file included from credential-store.c:1: In file included from ./cache.h:8: ./gettext.h:17:11: fatal…
Adam Templeton
  • 4,467
  • 7
  • 27
  • 39
58
votes
4 answers

PostgreSQL server wouldn't shutdown on Lion (Mac OS 10.7)

I installed PostgreSQL using Homebrew on Lion. It starts okay but wouldn't shutdown. I tried: $ #started with $ pg_ctl -D /usr/local/var/postgres -l /usr/local/var/postgres/server.log start $ #tried stoping with $ pg_ctl -D /usr/local/var/postgres…
Greg
  • 4,509
  • 2
  • 29
  • 22
58
votes
13 answers

Screen: Cannot find terminfo entry for 'xterm-256color'

When I run screen on the remote host(running Linux), I obtain the following error: Cannot find terminfo entry for 'xterm-256color'. I am running terminal on Mac OSX Lion to access the remote host. I have googled to find out the solution to this…
Vinayak Agarwal
  • 1,350
  • 3
  • 15
  • 28
57
votes
3 answers

Xcode-Increment build number only during ARCHIVE?

I have found a few other posts that show how to add a script to increment the build number with a script: Better way of incrementing build number? Xcode project's "Build number" Can Xcode insert the version number into a library's filename when…
jsherk
  • 6,128
  • 8
  • 51
  • 83
57
votes
4 answers

Working with openssl to extract information from a pkcs12 certificate

I would like some help with the openssl command. I need to automate the retrieval of the subject= line in a pkcs12 certificate for a script I'm working on. I've used openssl to view the contents of the Identity/Certificate: openssl pkcs12 -info -in…
Sonic84
  • 931
  • 1
  • 10
  • 16
57
votes
7 answers

Hadoop on OSX "Unable to load realm info from SCDynamicStore"

I am getting this error on startup of Hadoop on OSX 10.7: Unable to load realm info from SCDynamicStore put: org.apache.hadoop.hdfs.server.namenode.SafeModeException: Cannot create directory /user/travis/input/conf. Name node is in safe mode. It…
Travis Nelson
  • 2,590
  • 5
  • 28
  • 34
56
votes
11 answers

How can I install Ruby 1.9.3 in Mac OS X Lion?

I am trying to install Ruby 1.9.3 but am having problems. I installed RVM, then typed: rvm install 1.9.3 The output says: ERROR: Error running ' ./configure.... The log says: configure: WARNING: unrecognized options: --with-libyaml-dir checking…
Klian
  • 1,520
  • 5
  • 21
  • 32
55
votes
6 answers

How do you get php working on Mac OS X?

I have recently updated to Lion and enabled Web Sharing in the System Preferences but I am unable to get php working. I added an info file to the web root directory and it outputs the file as text. info.php with the content
AJA
  • 551
  • 1
  • 5
  • 3
53
votes
2 answers

Unlocking Focus on wrong view ((null)) under OS X 10.7.2

I have a Cocoa app that has an NSWindowController controlling an NSWindow with an NSComboBox in it. Nothing special, and it worked fine until upgrading to OS X 10.7.2. Now I get the following exception, which occurs only once, when the window…
alexantd
  • 3,543
  • 3
  • 27
  • 41
53
votes
3 answers

Installing Sublime Text's command line tool 'subl' in terminal, permission denied?

I'm tryng to use Sublime Text from the terminal, for example by typing subl. I'm following the steps from Sublime Text's website: Setup The first task is to make a symlink to subl. Assuming you've placed Sublime Text 2 in the Applications folder,…
George Ananda Eman
  • 3,292
  • 8
  • 28
  • 29
52
votes
4 answers

How to solve Xcode 4.1 (LION) GPS error?

My project worked perfectly on simulator+device, but now, after upgrading to lion os and xcode 4.1, I get this error when gps is active! server did not accept client registration 68 It's a gps based application, and i'm nervous to not debug app in…
elp
  • 8,021
  • 7
  • 61
  • 120
50
votes
3 answers

Drop database return "Error dropping database errno: 66" in MySQL

Consider: DROP DATABASE db_name; ERROR 1010 (HY000): Error dropping database (can't rmdir './db_name', errno: 66) The problem is that I don't know where the file/directory is located - this file is missing in /usr/local/mysql/bin/... How do I fix…
user984621
  • 46,344
  • 73
  • 224
  • 412
49
votes
10 answers

Lion-like scrollbar with jQuery?

Does anyone know a jQuery plugin that makes Mac OS X Lion style scrollbars for every browser? Edit: Here's an image for Windows users
trnc
  • 20,581
  • 21
  • 60
  • 98
49
votes
5 answers

Subclipse in Mac OS Lion shows "Unable to load default SVN client" error

After updating to Mac OSX Lion I find that I m unable to use Subclipse. I keep getting this error: Unable to load default SVN client Any ideas on how to resolve this issue? I m using Eclipse Indigo.
jajo87
  • 1,388
  • 2
  • 11
  • 15
48
votes
7 answers

Maven home (M2_HOME) not being picked up by IntelliJ IDEA

I am trying to do a simple maven build with IntelliJ IDEA 10.5.1 on OS X Lion and am getting the following error: Error running my-app [package]: No valid Maven installation found. Either set the home directory in the configuration dialog or…
Travis Nelson
  • 2,590
  • 5
  • 28
  • 34