postgresql-kit icon indicating copy to clipboard operation
postgresql-kit copied to clipboard

build-frameworks.sh not working on 10.11

Open coreyfloyd opened this issue 10 years ago • 0 comments

The script seems not to be working on 10.11.

Something goes wrong when checking for OpenSSL:

configure: error: library 'crypto' is required for OpenSSL
Makefile:14: ../../../src/Makefile.global: No such file or directory
Makefile:81: /src/Makefile.shlib: No such file or directory
make: *** No rule to make target `/src/Makefile.shlib'.  Stop.

** BUILD FAILED **

The following build commands failed:
    PhaseScriptExecution Run\ Script build/postgresql-kit.build/Release/libpq_ios.build/Script-6E83261217AD15F3002AFCBC.sh
(1 failure)

I checked my OpenSSL install and everything seems fine. Anyone have any ideas on what could be wrong?

coreyfloyd avatar Oct 29 '15 08:10 coreyfloyd