CDAT / cdat

Community Data Analysis Tools
Other
174 stars 68 forks source link

curl: one or more libs available at link-time are not available run-time #1004

Open remram44 opened 9 years ago

remram44 commented 9 years ago

On my Mac, curl fails to build with this error:

configure: WARNING: Continuing even with errors mentioned immediately above this line.

configure: WARNING: Cannot find libraries for IDN support: IDN disabled

configure: error: one or more libs available at link-time are not available run-time.  Libs used at link-time: -lssl -lcrypto -lldap -lz

This stackoverflow answer suggests that this is because the configure scripts checks whether the runtime libs are available from the default LD config. Since UV-CDAT relies on LD_LIBRARY_PATH, this check fails.

remram44 commented 9 years ago

The workaround mentioned in #1012 works for me (don't build JPEG, PNG or CURL). Still needs a fix.