Tagged Questions
0
votes
1answer
371 views
Failed to install ghostscript, during Imagemagick installation
I'm kinda new to those CLI installations so I don't know exactly what I'm doing I'm just following the installation steps of the guide:
I want to install Imagemagick on my Mac 10.5.8:
I typed ´sudo ...
5
votes
1answer
2k views
How do I change back from MacPorts Python to system default version?
I used MacPorts to install a newer version of Python on my system (10.5.8 PPC), and then used the MacPorts select command to change the default invoked version of Python to the MP version. Now I want ...
0
votes
0answers
168 views
Trouble installing sqlite3 on OS X 10.5.8
I am trying to install Rails 3, but having trouble with sqlite3. First I tried
$ sudo gem install sqlite3
however, I got this error message: http://pastie.org/2419493
After googling around, I ...