Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Unable to install postgresql with Homebrew in Yosemite

I'm trying to install postgresql via homebrew on Yosemite and I'm getting the following error:

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

I've tried to see about manually installing libperl but I haven't had any success. I have command line tools and xcode installed. Also brew doctor says everything is fine. Thank you in advance for the help.

like image 339
sturoid Avatar asked Mar 19 '23 13:03

sturoid


1 Answers

You can use brew install postgresql --no-perl as temporary solution.

Check the status of other formulas here

like image 101
George Bellos Avatar answered Mar 31 '23 15:03

George Bellos