Questions tagged [osx-snow-leopard]

Mac OS X Snow Leopard (10.6) is the seventh major release of Mac OS X, Apple's desktop and server operating system for Macintosh computers.

Mac OS X Snow Leopard (version 10.6) is the seventh major release of Mac OS X, Apple's desktop and server operating system for Macintosh computers. It was released in August 2009, preceded by and succeeded by in July 2011.

Related tags

1395 questions
32
votes
2 answers

Install mysql2 gem on Snow Leopard for Rails 3 with rvm

I have recently upgraded to Rails 3 and created a new application with Rails 3.0.3, but I keep getting an error Macintosh:$ rails server => Booting WEBrick => Rails 3.0.3 application starting in development on http://0.0.0.0:3000 => Call with -d to…
J Fong
  • 1,359
  • 1
  • 9
  • 11
31
votes
3 answers

python locale strange error. what's going on here exactly?

So today I upgraded to bazaar 2.0.2, and I started receiving this message (I'm on snow leopard, btw): bzr: warning: unknown locale: UTF-8 Could not determine what text encoding to use. This error usually means your Python interpreter doesn't…
Stefano Borini
  • 138,652
  • 96
  • 297
  • 431
30
votes
2 answers

Homebrew , python installing

i got an error while trying to install python throught homebrew. brew says what it failed to link python , here is output: Linking /usr/local/Cellar/python/2.7.3... Warning: Could not link python. Unlinking... Error: Could not symlink file:…
Andrey Baryshnikov
  • 781
  • 2
  • 12
  • 22
29
votes
4 answers

How to uninstall postgresql on my Mac (running Snow Leopard)

Upgraded 10.6 from 10.5 and now postgres 8.1 is whacked. To make things worse I tried installing 8.4 which I'm pretty sure just made things ten times worse. Anyhow, the exception I'm getting when I try to fire postgres up and just createuser is…
wgpubs
  • 8,131
  • 15
  • 62
  • 109
28
votes
6 answers

adb devices list empty -- Snow Leopard

I'm running into an issue with the android SDK where it doesn't recognize devices plugged in via usb: $adb start-server * daemon not running. starting it now on port 5037 * * daemon started successfully * $adb…
Purrell
  • 12,461
  • 16
  • 58
  • 70
28
votes
2 answers

Install Ruby support for VIM on Mac OS X

Mac OS X 10.6 (Snow Leopard) has VIM pre-installed (version 7.2), which is great. It also has Ruby pre-installed (version 1.8.7) which is great too. However, I want Ruby autocompletion in VIM. Looking up the VIM version (vim --version) shows -ruby…
JoHaan
  • 283
  • 1
  • 3
  • 6
28
votes
2 answers

Determine if an executable (or library) is 32 or 64 bit

Is it possible to get information about any binary on OS X to determine if it's a 32 bit or 64 bit binary? I played with the 'otool' command but can't find this kind of information.
jideel
  • 482
  • 2
  • 8
  • 14
27
votes
2 answers

Install PECL on Mac OS X 10.6

Is there any way to install PHP:s PECL handler on Mac OS X 10.6, to be used with the bundled PHP?
Manne W
  • 1,459
  • 4
  • 17
  • 31
27
votes
9 answers

Bootstrap Server Error in Xcode IPHONE

I get the error below many times and this error makes it impossible to run my application unless I restart the whole Mac. This is not caused due to changes in code. ERROR : Couldn't register com.yourcompany. with the bootstrap server.Error: unknown…
Parth Bhatt
  • 19,381
  • 28
  • 133
  • 216
27
votes
3 answers

Check mySQL version on Mac 10.8.5

How can I check (step-by-step ) the version of mySQL installed on my Mac 10.8.5? I tried using command prompt, but couldn't figure out.
user2626498
  • 271
  • 1
  • 3
  • 3
27
votes
12 answers

Error in xcode project: ld: library not found for -lcrt1.10.6.o

Just upgraded to Snow Leopard, installed Xcode 3.2, then installed iPhone SDK 3 for SL. In a project, I now get the following error on build: ld: library not found for -lcrt1.10.6.o I've searched around the net, but nothing helpful can be found.
kindaran
  • 491
  • 1
  • 6
  • 15
26
votes
3 answers

Android emulator Mac OSX location

Where does Android emulator keep all its data and itself? Inside the SDK folder or somewhere else?
Marcin
  • 5,469
  • 15
  • 55
  • 69
26
votes
12 answers

Installing Python Imaging Library (PIL) on Snow Leopard with updated Python 2.6.2

I have a fresh install (started with a wiped drive) of Snow Leopard with the developer tools installed during the Snow Leopard installation. I then installed Python 2.6.2, replacing the Snow Leopard default python 2.6.1. I've tried to install PIL…
Mike Lawrence
  • 1,641
  • 5
  • 20
  • 40
24
votes
3 answers

Running brew generates warnings

I installed the latest Homebrew on OS X 10.6.5 Running any command generates this warning: /usr/local/Library/Homebrew/global.rb:34: warning: Insecure world writable dir /usr/local/bin in PATH, mode 040777 Why I'm getting this warning? and…
Chiron
  • 20,081
  • 17
  • 81
  • 133
24
votes
3 answers

Possible to configure OS X VPN to split traffic between VPN and local interface?

I'm using the built-in OS X VPN tool to connect to my company's network. I notice that, when I'm connected, all traffic goes over the VPN. In the past when I've used the Windows VPN tool I was able to configure it such that only traffic to certain…
jph
  • 2,181
  • 3
  • 30
  • 55
1 2
3
92 93