cURL / Mailing Lists / curl-users / Single Mail

curl-users

curl: (1) SSL is disabled error...for non-standard directory installation

From: jeff saenz <jeff_at_planetoid.net>
Date: Tue, 24 Oct 2000 14:34:24 -0700

Help with the install error please...

I'm getting this error when I try to run curl with a https url as the
parameter. For example,

./curl https://www.tias.com
curl: (1) SSL is disabled, https: not supported!

I looked at the configure output and the system seemed to have found the
openssl lib and include files. Here are the config messages. I don't
have root access to the machine so
I am forced to install it in my local directory.

I have tried it with and without the --disable-shared option. I'ts
running on a bsdi machine.

CPPFLAGS="-I/usr/home/www/openssl/include"
LDFLAGS="-L/usr/home/www/openssl/lib" ./configure
--with-ssl=/usr/home/www/openssl
--prefix=/usr/home/www/curl --disable-shared
creating cache ./config.cache
checking for a BSD compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal... missing
checking for working autoconf... missing
checking for working automake... missing
checking for working autoheader... missing
checking for working makeinfo... found
checking host system type... i386-pc-bsdi4.0.1
checking build system type... i386-pc-bsdi4.0.1
checking for ranlib... ranlib
checking for gcc... gcc
checking whether the C compiler (gcc
-L/usr/home/www/openssl/lib) works... yes
checking whether the C compiler (gcc
-L/usr/home/www/openssl/lib) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD-compatible nm... /usr/bin/nm -p
checking whether ln -s works... yes
updating cache ./config.cache
loading cache ./config.cache within ltconfig
checking for object suffix... o
checking for executable suffix... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.lo... yes
checking if gcc supports -fno-rtti -fno-exceptions ... no
checking if gcc static flag -static works... -static
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the linker (/usr/bin/ld) supports shared libraries...
yes
checking command to parse /usr/bin/nm -p output... ok
checking how to hardcode library paths into programs... immediate
checking for /usr/bin/ld option to reload object files... -r
checking dynamic linker characteristics... bsdi4.0.1 ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking for objdir... .libs
creating libtool
updating cache ./config.cache
loading cache ./config.cache
checking host system type... i386-pc-bsdi4.0.1
checking target system type... i386-pc-bsdi4.0.1
checking for gcc... (cached) gcc
checking whether the C compiler (gcc -g -O2
-L/usr/home/www/openssl/lib) works... yes
checking whether the C compiler (gcc -g -O2
-L/usr/home/www/openssl/lib) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking how to run the C preprocessor... gcc -E
checking for AIX... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for _LARGEFILE_SOURCE value needed for large files... no
checking for _LARGE_FILES value needed for large files... no
checking whether make sets ${MAKE}... (cached) yes
checking for gethostbyname... yes
checking for strcasecmp... yes
checking for connect... yes
checking for gethostname... yes
checking for dlopen... no
checking for dlopen in -ldl... yes
checking if Kerberos4 support is requested... no
checking where to look for SSL... /usr/home/www/openssl
checking for CRYPTO_lock in -lcrypto... yes
checking for SSL_connect in -lssl... yes
checking for openssl/x509.h... yes
checking for openssl/rsa.h... yes
checking for openssl/crypto.h... yes
checking for openssl/pem.h... yes
checking for openssl/ssl.h... yes
checking for openssl/err.h... yes
checking for RAND_status... yes
checking for RAND_screen... no
checking for gethostbyname_r... no
checking for gethostbyaddr_r... no
checking for inet_ntoa_r... no
checking for localtime_r... yes
checking whether localtime_r is declared... yes
checking for ANSI C header files... yes
checking for unistd.h... yes
checking for malloc.h... yes
checking for stdlib.h... yes
checking for arpa/inet.h... yes
checking for net/if.h... yes
checking for netinet/in.h... yes
checking for netinet/if_ether.h... yes
checking for netdb.h... yes
checking for sys/select.h... yes
checking for sys/socket.h... yes
checking for sys/sockio.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for sys/time.h... yes
checking for getopt.h... no
checking for sys/param.h... yes
checking for termios.h... yes
checking for termio.h... no
checking for sgtty.h... yes
checking for fcntl.h... yes
checking for dlfcn.h... yes
checking for alloca.h... no
checking for winsock.h... no
checking for time.h... yes
checking for io.h... no
checking for working const... yes
checking for size_t... yes
checking whether time.h and sys/time.h may both be included... yes
checking size of long double... 12
checking size of long long... 8
checking host system type... i386-pc-bsdi4.0.1
checking return type of signal handlers... void
checking for socket... yes
checking for select... yes
checking for strdup... yes
checking for strstr... yes
checking for strftime... yes
checking for uname... yes
checking for strcasecmp... (cached) yes
checking for stricmp... no
checking for strcmpi... no
checking for gethostname... (cached) yes
checking for gethostbyaddr... yes
checking for getservbyname... yes
checking for gettimeofday... yes
checking for inet_addr... yes
checking for inet_ntoa... yes
checking for tcsetattr... yes
checking for tcgetattr... yes
checking for perror... yes
checking for getpass... yes
checking for closesocket... no
checking for setvbuf... yes
checking for perl... /usr/bin/perl
checking for gnroff... no
checking for nroff... /usr/bin/nroff
checking for bison... no
checking for byacc... no
updating cache ./config.cache
creating ./config.status
creating Makefile
creating curl.spec
creating curl-ssl.spec
creating docs/Makefile
creating include/Makefile
creating include/curl/Makefile
creating src/Makefile
creating lib/Makefile
creating config.h
creating src/config.h
src/config.h is unchanged

Any help would be appreciated....

--
Jeff Saenz (jeff_at_planetoid.net)
Perl/SQL/Unix software engineering
http://www.planetoid.net
Received on 2000-10-24