cURL / Mailing Lists / curl-users / Single Mail

curl-users

Problem with https request: "curl: (1) SSL is disabled, https: not supported!"

From: Francis Dagenais <francis_at_voxtel.com>
Date: Thu, 21 Sep 2000 10:51:04 -0400

Hi,
   I'm trying to install curl with ssl support on my ScoUnix-5.0.5. It
work just fine when I use it without ssl (ex: curl www.google.com). But
when I'm trying to use it with ssl (ex: curl
https://www.compagnie.com/electro_FR.php3), it tells me that:
curl: (1) SSL is disabled, https: not supported!

   Here is my "./configure" output:
creating cache ./config.cache
checking for a BSD compatible install... /usr/local/bin/ginstall -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... missing
checking host system type... i686-pc-sco3.2v5.0.4
checking build system type... i686-pc-sco3.2v5.0.4
checking for ranlib... :
checking for gcc... no
checking for cc... cc
checking whether the C compiler (cc ) works... yes
checking whether the C compiler (cc ) is a cross-compiler... no
checking whether we are using GNU C... no
checking whether cc accepts -g... yes
checking for non-GNU ld... /bin/ld
checking if the linker (/bin/ld) is GNU ld... no
checking for BSD-compatible nm... /bin/nm -p
checking whether ln -s works... yes
checking whether the C compiler needs -belf... yes
updating cache ./config.cache
loading cache ./config.cache within ltconfig
checking whether we are using GNU C... no
checking for object suffix... o
checking for executable suffix... no
checking for cc option to produce PIC... -Kpic
checking if cc PIC flag -Kpic works... yes
checking if cc supports -c -o file.o... yes
checking if cc supports -c -o file.lo... yes
checking if cc static flag -dn works... -dn
checking if the linker (/bin/ld) is GNU ld... no
checking whether the linker (/bin/ld) supports shared libraries... yes
checking command to parse /bin/nm -p output... ok
checking how to hardcode library paths into programs... immediate
checking for /bin/ld option to reload object files... -r
checking dynamic linker characteristics... sco3.2v5.0.4 ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
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... i686-pc-sco3.2v5.0.4
checking target system type... i686-pc-sco3.2v5.0.4
checking for gcc... (cached) cc
checking whether the C compiler (cc -g -belf ) works... yes
checking whether the C compiler (cc -g -belf ) is a cross-compiler... no

checking whether we are using GNU C... (cached) no
checking whether cc accepts -g... (cached) yes
checking how to run the C preprocessor... cc -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... no
checking for gethostbyname in -lnsl... no
checking trying both nsl and socket libs... yes
checking for strcasecmp... yes
checking for connect... yes
checking for gethostname... yes
checking for dlopen... no
checking for dlopen in -ldl... no
checking where to look for SSL... /usr/local/ssl
checking for CRYPTO_lock in -lcrypto... 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... no
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... yes
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... 0
checking host system type... i686-pc-sco3.2v5.0.4
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 RAND_status... no
checking for RAND_screen... no
checking for perl... /usr/bin/perl
checking for gnroff... no
checking for nroff... no
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

As you can see, it seems to find the ssl directory (which is the usual
default directory: /usr/local/ssl).

Is somebody had the same problem?

Thank you!
Francis Dagenais
Received on 2000-09-21