xmltooling configure error with curl and openssl 1.0.2
csross
cross at hccs.com
Sun Jul 19 10:12:39 EDT 2015
I have been building shibboleth and required prereq programs on Sparc Solaris
10 without issue for years, using Sun compiler and the preinstalled openssl
0.9.7 that comes with Solaris. For security purposes I need to install the
current versions of openssl and build shibboleth with that.
I have configure and compile scripts that reference the necessary programs
and libraries and I simply changed the path to the openssl libraries, etc,
to /usr/local/ssl. I install the prereqs in the proper order.
When I compile XMLtooling v1.4.2 now it fails with the following error. The
configure script is below. Does anyone know what could be causing it. My
environment is the same except I tool all reference to /usr/sfw out of the
bin and library search paths.
Thanks for any help.
checking for curl-config... /usr/local/bin/curl-config
checking curl/curl.h usability... yes
checking curl/curl.h presence... yes
checking for curl/curl.h... yes
checking for curl_global_init in -lcurl... no
configure: error: unable to link with libcurl
henry# more ConfigureXMLTooling
#!/bin/sh
# Built on Solaris 10
# Using Shibboleth recommended options
# Requires GNU make
# Requires packages: curl, log4shib, xerces-c, xml-security-c
# 06/15/2015 - Installed openssl in /usr/local/ssl so change PATH to
/usr/local/ssl before /usr/sfw/bin
PATH=/opt/SUNWspro/bin:/usr/bin:/usr/ccs/bin:/usr/sbin:/usr/local/ssl/bin:/usr/dt/bin:/usr/openwin/bin;
export PATH
env CC=cc CXX=CC \
CFLAGS=-xO2 \
CXXFLAGS=-xO2 \
INSTALL=/usr/ucb/install \
./configure \
--with-log4shib=/usr/local \
--with-xerces=/usr/local \
--with-xmlsec=/usr/local \
--with-openssl=/usr/local/ssl \
--with-curl=/usr/local
#!/end
--
View this message in context: http://shibboleth.1660669.n2.nabble.com/xmltooling-configure-error-with-curl-and-openssl-1-0-2-tp7617386.html
Sent from the Shibboleth - Users mailing list archive at Nabble.com.
More information about the users
mailing list