Imagick stopped working after upgrading to OS X Yosemite - imagemagick

Imagick used to work normally on Mavericks before making the upgrade to Yosemite.
Any suggestion why it stopped working?

Yosemite ships with a php version of 5.5.14. You'll need to reinstall all your previous PECL modules, and reconfigure your /etc/php.ini for the new extensions path /usr/lib/php/extensions/no-debug-non-zts-20121212.

Related

telling homebrew to use is own installed version of ruby#2.0

I have High Sierra Beta 6 Installed on my Mac Pro.
High sierra beta comes with Ruby 2.2 and brew doctor complains about it since it was tested only with ruby 2.0.
I can install ruby 2.0 with homebrew, is there a way to tell homebrew to actually use that version instead of the ruby version that comes with the OS ?
There’s no way to do that. High Sierra is still in beta so it’s normal it’s not fully supported by Homebrew.
Yes. You can change the ruby version used by homebrew. Just add these 2 lines to your .bash_profile
export HOMEBREW_DEVELOPER="yes"
export HOMEBREW_RUBY_PATH="/Users/USERNAME/.rbenv/shims/ruby"
Just updated to High Sierra. I experienced the same Ruby warnings after upgrade. What I did was:
1. brew doctor -- warnings shown
2. brew update
3. brew doctor -- no more warnings

Paperclip gem bug - Ruby on Rails

I tried building a simple recipe app, however I can't manage to fix one bug:
I tried installing ImageMagick 6.9.1-0 for Mac OS X 10.5 – 10.10.
However my mac uses OS X EL CAPITAN 10.11.1 and couldn't manage to get it working.
I also read that it's not safe to use it anymore.
What would you suggest? Are there any alternatives?
Use Homebrew to install ImageMagick.
First install Homebrew. Open up a terminal window and run:
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
Then, ask it to install ImageMagic properly on your system:
brew install imagemagick
And you have a working copy of ImageMagic.

Reinstalling Xcode on Mountain Lion after upgrading from Lion

I'm running OSX 10.8. My Mac had Snow Leopard when I got it, but I have since upgraded to Lion and then Mountain Lion. I'm trying to get my Ruby on Rails environment set up, and when I run Homebrew's "brew doctor" command, I get this:
Warning: You seem to have osx-gcc-installer installed.
Homebrew doesn't support osx-gcc-installer. It causes many builds to fail and
is an unlicensed distribution of really old Xcode files.
Please install the CLT or Xcode 5.0.1.
Warning: Your compilers are different from the standard versions for your Xcode.
If you have Xcode 4.3 or newer, you should install the Command Line Tools for
Xcode from within Xcode's Download preferences.
Otherwise, you should reinstall Xcode.
So I uninstalled and reinstalled Xcode (now have v 5.0.2) and the command line tools, and I'm still getting the same messages. I've tried doing:
sudo /Developer/Library/uninstall-devtools --mode=xcodedir
But I get this in response:
sudo: /Developer/Library/uninstall-devtools: command not found
Thanks in advance for any help.
Try which gcc to figure out which gcc you are using.
Then run which -a gcc to see all the gcc's that you have installed.
You'll probably find that you're using the osx version and that changing your path ordering in shell config, eg. bash.rc will fix this brew doctor error.

How to do a clean Uninstall of RailsInstaller on OS X Mountain Lion

Is it as simple as rm -rf /opt/sm or are there other folders I should be looking at?
What else do I need to change? Is there a clean uninstaller that I can download/execute?
I'm using RailsInstaller 1.0.3.
Uninstalling Engine Yard's RailsInstaller
If you are running an old version
/opt/rix/uninstall.app
Otherwise
open /Applications/RailsInstallerOSX-Uninstaller.app

can we install xcode_3.2.5_and_ios_sdk_4.2_final on Lion

Hello I have Lion in my mac airbook, I want to install xcode_3.2.5 on that, I installed it but it is unable to install.
Mount xcode325.dmg. Open terminal and type following commands:
export COMMAND_LINE_INSTALL=1
open "/Volumes/Xcode and iOS SDK/Xcode and iOS SDK.mpkg"
It should install successfully then.
You have to install it from Snow Leopard, but it will then run on Lion. So, for example, boot from an external Snow Leopard disc and run the installer from there.
check it your xcode installation is for what version lion snow leopard.
As per knowledge in lion OS you have to direct install xcode from Apple APP STORE.

Resources