Failed to install postgresql using Homebrew in Yosemite

I try to install postgresql via homebrew on Yosemite and I get the following error:

checking for libperl... no
configure: error: libperl library is required for Perl

I tried to see how to manually install libperl, but I had no success. I have command line tools and xcode installed. Also, the brew doctor says that everything is in order. Thank you in advance.

+4
source share
1 answer

You can use brew install postgresql --no-perlas a temporary solution.

Check the status of other formulas here

+7
source

All Articles