Tagged Questions
Snow Leopard is the code name of Mac OS X version 10.6, the Apple's desktop and server operating system for Macintosh computers.
68
votes
12answers
101k views
Easiest way to activate PHP and MySQL on Mac OS 10.6 (Snow Leopard) or 10.7 (Lion)?
What is the easiest way to activate PHP and MySQL on Mac OS 10.6 (Snow Leopard)?
I'd prefer to use any bundled versions before resorting to downloading from the PHP or MySQL websites.
I'm ...
61
votes
22answers
58k views
Rails, MySQL and Snow Leopard
I upgraded to Snow Leopard using the disc we got at WWDC.
Trying to run some of my rails apps now complains about sql
(in /Users/coneybeare/Projects/Ambiance/ambiance-server)
!!! The bundled ...
31
votes
4answers
13k views
Authorize a non-admin developer in Xcode / Mac OS
I use a standard user account for my daily tasks on Mac OS. Since upgrading to Snow Leopard I am asked to do the following when a program is run from within Xcode:
"Type the name and password of a ...
28
votes
2answers
15k views
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 ...
26
votes
15answers
75k views
can't start MySql in Mac OS 10.6 Snow Leopard
I've googled this and could'nt find anything new and useful for Apple's new OS SnowLeopard.
I wonder if this is my mistake or I do need to do something?
this is what I did:
Downloaded from mysql ...
25
votes
11answers
22k views
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 ...
24
votes
6answers
15k views
How do you uninstall MySQL from Mac OS X?
I accidentally installed the PowerPC version of MySQL on my Intel Mac in Snow Leopard, and it installed without a problem but of course doesn't run properly. I just didn't pay enough attention. Now ...
19
votes
2answers
434 views
How do I host multiple MVC3 sites on a single virtual host running Apache2?
I'm trying to configure mod_mono with Apache2 on OSX. I would like to run multiple MVC3 projects on the same virtual host, but for some reason only the first one listed is working. Any help on this ...
17
votes
3answers
7k views
Python: MySQLdb and “Library not loaded: libmysqlclient.16.dylib”
The setup...
Trying to set up a clean Mac os X 10.6 install to develop python/django and I didn't remember running into this on 10.5.
After installing MySQL from the installer on ...
14
votes
18answers
10k views
Problem installing mysql gem on Snow Leopard: uninitialized constant MysqlCompat::MysqlRes
I've got a problem trying to install the Ruby mysql gem driver.
I recently upgraded to Snow Leopard and did the Hivelogic manual install of MySQL. This all seems to work fine as I can access mysql ...
13
votes
10answers
8k views
Install Rails 3 on OSX with RVM
Trying to install the new Rails 3 release on OSX 10.6.
Have never touched Ruby or Rails on this machine since purchased.
I was able to get rvm and get Ruby 1.9.2. installed. From there, I am stuck.
...
13
votes
7answers
4k views
12
votes
7answers
9k views
Ruby on Rails Beta 3 Install Problem on Snow Leopard
i tryed to install the new beta on my system with the command:
sudo gem install rails --pre
but no matter what i tryed, i still get this damn error:
Successfully installed
rails-3.0.0.beta3 1 ...
12
votes
4answers
7k views
Testing file existence using NSURL
Snow Leopard introduced many new methods to use NSURL objects to refer to files, not pathnames or Core Services' FSRefs.
However, there's one task I can't find a URL-based method for: Testing whether ...
12
votes
7answers
6k views
Compile Matplotlib for Python on Snow Leopard
I've killed half a day trying to compile matplotlib for python on Snow Leopard. I've used the googles and found this helpful page (http://blog.hyperjeff.net/?p=160) but I still can't get it to ...
12
votes
4answers
4k views
How do I determine if my python shell is executing in 32bit or 64bit mode?
I need a way to tell what mode the shell is in from within the shell.
I've tried looking at the platform module but it seems only to tell you about "about the bit architecture and the linkage ...
12
votes
11answers
29k views
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 ...
11
votes
2answers
3k views
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. ...
11
votes
4answers
10k views
How do I force Python to be 32-bit on Snow Leopard and other 32-bit/64-bit questions
When I run the following from a bash shell on my Mac:
$ file /usr/bin/python
I get the following three lines:
/usr/bin/python (for architecture x86_64): Mach-O 64-bit executable x86_64
...
11
votes
2answers
2k views
Creating an IMP from an Objective-C block
The IMP type in Objective-C represents a function pointer, as far I as understand. Is there any way to make an IMP from a block pointer? Thanks for your ideas.
11
votes
6answers
4k views
PyObjc and Cocoa on Snow Leopard
I am about to start my A-Level Computing project (High School Level) which will hopefully be a point-of-sale application for Mac OS. Unfortunately, Objective-C is a little out of my league at the ...
10
votes
5answers
621 views
How to get started with D on Mac OS X 10.6 (Snow Leopard)
I've been more or less interested in "D" for a couple years now and recently decided to start actually playing with it. I've been able to grasp the basics quite easily and I completely love the basic ...
10
votes
1answer
2k views
XCode 3.2: Changing the default “Code Sense” indentation and whitespaces
I'm working with XCode 3.2 (on "Snow Leopard") which (still) has this nice "Text Macro" auto-completion feature (eg. if you type if it will expand to if (<#condition#>) { <#statements#> ...
10
votes
5answers
11k views
Installing Mercurial on Mac OS X 10.6 Snow Leopard
Installing Mercurial on Mac OS X 10.6 Snow Leopard
I installed Mercurial 1.3.1 on Mac OS X 10.6 Snow Leopard from source using the following:
cd ~/src
curl -O ...
9
votes
4answers
8k views
Getting “Can't connect…through socket '/tmp/mysql'” when installing MySQL on Mac OS X 10.6 with Homebrew
So I'm trying to install Mysql through homebrew, using the standard procedure: brew install mysql
But running Mysql gets this well-known error:
ERROR 2002 (HY000): Can't connect to local MySQL ...
9
votes
8answers
28k views
“Launch Failed. Binary Not Found.” Snow Leopard and Eclipse C/C++ IDE issue
Not a question, I've just scoured the internet in search of a solution for this problem and thought I'd share it with the good folks of SO. I'll put it in plain terms so that it's accessible to newbs. ...
9
votes
4answers
14k views
Xcode 3.2 Missing Class Actions / Outlets?
Where are the Class Action and Class Outlets in Xcode 3.2? They aren't showing up in the Inspector like they used to.
9
votes
6answers
1k views
Suggested resources for learning about blocks
What are some good suggested resources for learning about blocks and GCD in Mac OS X and iOS
9
votes
5answers
19k views
gem install mysql failure in Snow Leopard
I successfully installed MySql x86_64 in Snow Leopard and Ruby and Ruby Gems seems to be installed properly:
$ which mysql
/usr/local/mysql/bin/mysql
$ which ruby
/usr/bin/ruby
$ which gem
...
9
votes
5answers
7k views
Python version shipping with Mac OS X Snow Leopard?
I would appreciate it if somebody running the final version of Snow Leopard could post what version of Python is included with the OS (on a Terminal, just type "python --version")
Thanks!
8
votes
0answers
678 views
Install pycurl on Mac OSX Snow Leopard [closed]
After hours of reading on the internet I found the easiest solution to install pycurl on mac os x.
Make sure you have Xcode UNIX tool installed and run this command.
sudo env ARCHFLAGS="-arch ...
8
votes
3answers
203 views
Create buffer overflows in snow leopard
As part of a course at university in computer security, I'm soon about to learn about buffer overflows and how to use them to as exploits. I'm trying to do some simple buffer overflow with the ...
8
votes
5answers
889 views
Is using double faster than float?
Double values store higher precision and are double the size of a float, but are Intel CPUs optimized for floats?
That is, are double operations just as fast or faster than float operations for +, -, ...
8
votes
3answers
5k views
warning: Insecure world writable dir when I run a ruby or gem command
Not sure why I'm getting this, but I just installed RVM, the new Ruby 1.9, and reinstalled a bunch of gems, and I get this
/Users/johnsmith/.rvm/rubies/ruby-1.9.1-p378/bin/gem:4: warning: Insecure ...
8
votes
4answers
3k views
Can I use an Mac Mini Snow Leopard Server as a development machine for multiple people?
We are a Microsoft shop with C++ experience looking to get into some iPhone/iPad development.
Before we make a large investment in individual development machines, we would like to test our abilities ...
8
votes
2answers
1k views
Is there a Snow Leopard compatible “sudden motion sensor” API available?
I have been using Unimotion in my application to read motion sensor values for Apple laptops, but have been unable to port the code to 10.6 64-bit. (I have also tried SMSLib and had the no luck ...
8
votes
3answers
2k views
Errors installing some gems on Snow Leopard - libxml2
After upgrading to Snow Leopard, I found that installing some gems no longer worked, including webrat, mechanize etc. Each time I get this error:
checking for xmlParseDoc() in -lxml2... no
libxml2 ...
8
votes
1answer
4k views
Equivalent of strace -feopen < command > on mac os X
This is useful for debugging (hence programming related). On linux, we can use the command
strace -feopen python myfile.py
to figure out which python modules and shared objects are loaded. Is ...
8
votes
3answers
7k views
Django + MySQL on Mac OS 10.6.2 Snow Leopard
There were some excellent answers to this question already, however, they are now outdated.
I've been able to get the module installed, but "python manage.py runserver" fails with
iMac:myproject ...
8
votes
1answer
2k views
Missing “find options” in Xcode 3.2
Generally speaking, I am very happy with the changes in Xcode 3.2. However, there is one thing which is driving me crazy: the "find in file" dialog has been jettisoned for the "find banner." But what ...
7
votes
2answers
435 views
Closing a RandomAccessFile sometimes takes exactly 45 seconds
In my program, closing a java.util.RandomAccessFile sometimes takes exactly 45 seconds (well, almost exactly: between 44.998 and 45.003 seconds). The program creates and closes lots of small files. ...
7
votes
2answers
239 views
FLOSS that implements badging and contextual menu in Snow Leopard's Finder
Apparently with Snow Leopard, due to rewrite of Finder in Cocoa and removal of Contextual Menu Plugins, it is no longer trivial to do either badging nor contextual menus, however Dropbox seems to both ...
7
votes
5answers
11k views
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 ...
7
votes
4answers
5k views
NSFileManager delete contents of directory
How do you delete all the contents of a directory without deleting the directory itself? I want to basically empty a folder yet leave it (and the permissions) intact.
7
votes
2answers
485 views
Detecting when a space changes in Spaces in Mac OS X
Let's say I want to write a simple Cocoa app to make the Spaces feature of Leopard more useful. I would like to configure each space to have, say, different
screen resolutions
keyboard layouts
...
7
votes
3answers
1k views
Good looking Python GUI toolkit for Snow Leopard(64 bit)
I'm looking for a GUI toolkit/framework to create applications that run on Mac Snow Leopard and preferably other systems(Windows, Linux).
Deal breakers:
X11 based
Non-native widgets
32 bit/Carbon
...
7
votes
3answers
1k views
IPython doesn't work in Django shell
I've just recently switched over to using 64-bit Python 2.6.1 on Mac OS X 10.6 (Snow Leopard). IPython won't work with Django anymore, but IPython works from the command-line.
The error says:
...
7
votes
2answers
791 views
How to get 64-bit binaries from GHC for Snow Leopard?
I've recently upgraded my OS to Snow Leopard, which broke my GHC. I was able to fix it on one machine by adding flags for 32-bit compiles in /usr/bin/ghc (something like -optl -m32 -opta -m32 -optc ...
7
votes
3answers
11k views
Mac OSX 10.6 compiler: a puzzling experience with 32 vs 64 bit
I have trouble understanding the gcc compiler provided by OSX 10.6 snow leopard, mainly because of my lack of experience with 64 bits environments.
$ cat >foo.c
main() {}
$ gcc foo.c -o foo
$ file ...
6
votes
2answers
157 views
Currently Supported Way to Elevate Privileges
Can somebody shed some light on the currently supported and recommend ways to elevate privileges in a helper tool?
From my understanding the following ways are not the Apple supported way to do it:
...