ruby on rails - Error installing passenger on OSX: Curl development headers with SSL support not found -


i getting "curl development headers ssl support" error when trying install passenger nginx module on osx machine.

i downloaded curl-7.19.7 apple , installed fine.

what's going on??

the default apple installation includes binaries, not development headers. when build package source (even apple's open source packages) includes headers, can build native extensions. therefore, when manually install apple's nginx packages, need build extension. kinda happens when try install mysql gem on os x server if haven't installed apple's mysql source packages. b0rked until build apple's (modified) source.


Comments

Popular posts from this blog

c# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -