Hi Guys,
I am having some problem installing MySQL in snow leopard.
I also have these tutorials but I don't know which one is easier and fast to install.
Apache, PHP, and MySQL in Leopard
Installing MySQL on Snow Leopard
Also, if I'm going to download the MySQL installer itself, what do I need to download from here? http://dev.mysq...
Hi,
I am not a Unix guy, so I have been trying to install openCV 2.0 for days with out success.
I just downloaded the opencv library form sourceforge from this page:
http://sourceforge.net/projects/opencvlibrary/
Does any one know the exact unix terminal commands for installing it?
please don't say "go to google", I already did.
I fou...
I'm working with some code that does a bunch of asynchronous operating with various callbacks; Snow Leopard has made this incredibly easy with blocks and GCD.
I'm calling NSTask from an NSBlockOperation like so:
[self.queue addOperationWithBlock:^{
NSTask *task = [NSTask new];
NSPipe *newPipe = [NSPipe new];
NSFileHandle *r...
How can I install php5 curl module or any other php5 modules in mac osx snow leopard?
In Ubuntu 9.04 I am using:
sudo apt-get install php5-curl
I already tried Googling but can't find some solution.
...
I've got an app developed on Ruby 1.8.6 and frozen to use Rails 2.0.2 that hits problem after problem on Snow Leopard:
-Default Snow Leopard Ruby 1.8.7 64-bit and 32-bit running Rails 2.0.2
-rake tasks not seeing ZenTest
-openssl header mismatches while compiling 32-bit Ruby 1.8.6 from source
-image_science apparently requiring Xcode De...
I just upgraded to Snow Leopard and went to edit some code on a legacy Rails app (1.2.5) and found that the views cause a crash when trying to render the 'truncate' text helper. I took them out and it rendered fine. How do you fix this? Are there other methods that might see the same issue?
...
I installed libjpeg and PIL, but when I try to save a JPG image, I always get this error:
ImportError: The _imaging C module is not installed
Any help much appreciated!
I tried to import _imaging w/ Python interpreter to see what's wrong and got this:
>>> import _imaging
Traceback (most recent call last):
File "<stdin>", line 1...
Certain elements (such as grqq{} quotes or decimals from the dcolumn package) are missing when rendering with TexShop and XeTeX on Mac OS X 10.6.1 (Snow Leopard). Switching to the dvipdfmx engine did not help, it only misses other characters. My TexShop version is 2.26 (latest atm. I believe).
The problem persists for the couple of font...
How can I update Numpy into the newest one? Should I download .dmg file from here:
http://sourceforge.net/projects/numpy/files/
This .dmg is only for 10.5? I installed numpy using these instructions:
http://www.scipy.org/Installing_SciPy/Mac_OS_X
My current Numpy is 1.2.1. I'm running on Mac OS X 10.6.1 Snow Leopard. Thanks!
...
I'm searching for a way to download Java 5 for Mac OS 10.6. Where can I find this? Sun's site didn't have it for the Mac, and the Mac site only had it for older versions of OS X.
Thanks much.
...
I've been battling with Boost to make it compile as only 32 bit on 10.6, rather than 64 bit.
Is there an easy edit I can make to the darwin-specific bjam config file?
Thanks,
Jon
...
Hi everyone;
I wish to emulate an ARM architecture (I wish to compile software for my DNS-323 NAS drive, to be more precise) and I'm having a hard time.
First I tried installing Q, which is an OSX port of QEMU. It freezes when I try to launch it.
Then I tried to download the source code for QEMU and apply a patch someone had written to...
After upgrading to snow leopard it turn out that i am unable to use gcc on terminal anymore, and its mainly because it has lose its link in /usr/bin/.
What should i do to make it work again?
[After installing Xcode 3.2, everything went to normal, terminal was accepting gcc command, but i have to shutdown once, because netbeans was not ...
Has anyone has success installing Resin 4 on Snow Leopard? I get linker errors when I try it which are maddening.
...
Hi,
I need Java5 (not 6), but Snow Leopard comes with only Java6.
There is /System/Library/Frameworks/JavaVM.framework/Versions/1.5, but that just points to 1.6.0:
$ ls -la /System/Library/Frameworks/JavaVM.framework/Versions/
lrwxr-xr-x 1 root wheel 5 Sep 24 20:12 1.3 -> 1.3.1
drwxr-xr-x 3 root wheel 102 Jul 21 07:35 1.3....
I open ScriptEditor, click on Record, click on some icons in the doc, open System Preferences, then click stop in the ScriptEditor and nothing happens, meaning I get no script. Nothing was recorded.
Has anyone being able to record any applescript using Script Editor under Snow Leopard? Am I doing something wrong?
Thanks,
-Sergio
...
Trying to start development on a snow leopard machine. Have reinstalled and built ruby and ruby on rails via
hivelogic post
Prior to sorting out my own rails app, I created a test app, and all the expected files showed up. But when I try to run it I get
Missing the Rails 2.2.2 gem. Please gem install -v=2.2.2 rails, update your RA...
I am developing OpenCL code on Snow Leopard and understand that the OpenCL just-in-time compilation is done by Clang/LLVM. Is the C preprocessor used at all? Is there a way to set preprocessing definitions with the compiler? What definitions exist?
I would like the code to be aware of whether it is compiled for CPU or GPU so I for insta...
I want to ship a single 32/64-bit universal binary of my desktop Mac OS X Cocoa app. I don't want to ship two versions.
I want it to run as a 64-bit process on Snow Leopard.
However, if the app is launched on Leopard, I want to always force it to run as a 32-bit process.
NOTE: I know that in the Finder 'Get Info' window you can click ...
I found the command "mdls" which will show the metadata but I can't see how to delete it.
I want to get rid of the comments "kMDItemFinderComment", "kMDItemWhereFroms" from my files.
Is there a way to do this?
...