Script started on Sat 27 Feb 2016 05:44:07 PM GMT-1 [patrick@patrick curl]$ cp -a curl curl.mkoptlist [patrick@patrick curl]$ mv ~/mk-opt-list.mak curl.mkoptlist/lib/ [patrick@patrick curl]$ cd curl.mkoptlist/lib [patrick@patrick lib]$ make -f mk-opt-list.mak 224 options generated for curl_options.c. gcc -Wall -I../include -o curl_options curl_options.c In file included from curl_options.c:6:0: ../include/curl/curl.h:34:61:fatal error: curlbuild.h: No such file or directory compilation terminated. mk-opt-list.mak:104: recipe for target 'curl_options' failed make: *** [curl_options] Error 1 [patrick@patrick lib]$ cd .. [patrick@patrick curl.mkoptlist]$ ./buildconf buildconf: autoconf version 2.69 (ok) buildconf: autom4te version 2.69 (ok) buildconf: autoheader version 2.69 (ok) buildconf: automake version 1.15 (ok) buildconf: aclocal version 1.15 (ok) buildconf: libtoolize version 2.4.6 (ok) buildconf: GNU m4 version 1.4.17 (ok) buildconf: running libtoolize libtoolize: putting auxiliary files in '.'. libtoolize: copying file './ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'. libtoolize: copying file 'm4/libtool.m4' libtoolize: copying file 'm4/ltoptions.m4' libtoolize: copying file 'm4/ltsugar.m4' libtoolize: copying file 'm4/ltversion.m4' libtoolize: copying file 'm4/lt~obsolete.m4' libtoolize: Remember to add 'LT_INIT' to configure.ac. buildconf: converting all mv to mv -f in local m4/libtool.m4 buildconf: running aclocal buildconf: converting all mv to mv -f in local aclocal.m4 buildconf: running autoheader buildconf: running autoconf buildconf: running automake configure.ac:130: installing './compile' configure.ac:184: installing './config.guess' configure.ac:184: installing './config.sub' configure.ac:130: installing './install-sh' configure.ac:131: installing './missing' docs/examples/Makefile.am: installing './depcomp' parallel-tests: installing './test-driver' buildconf: OK [patrick@patrick curl.mkoptlist]$ cd lib [patrick@patrick lib]$ make -f mk-opt-list.mak gcc -Wall -I../include -o curl_options curl_options.c In file included from curl_options.c:6:0: ../include/curl/curl.h:34:61:fatal error: curlbuild.h: No such file or directory compilation terminated. mk-opt-list.mak:104: recipe for target 'curl_options' failed make: *** [curl_options] Error 1 [patrick@patrick lib]$ cd .. [patrick@patrick curl.mkoptlist]$ configure checking whether to enable maintainer-specific portions of Makefiles... no checking whether make supports nested variables... yes checking whether to enable debug build options... no checking whether to enable compiler optimizer... (assumed) yes checking whether to enable strict compiler warnings... no checking whether to enable compiler warnings as errors... no checking whether to enable curl debug memory tracking... no checking whether to enable hiding of library internal symbols... yes checking whether to enable c-ares for DNS lookups... no checking whether to disable dependency on -lrt... (assumed no) checking for path separator... : checking for sed... /usr/bin/sed checking for grep... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ar... /usr/bin/ar checking for a BSD-compatible install... /usr/bin/install -c checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking how to run the C preprocessor... gcc -E checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking curl version... 7.47.2-DEV checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking for sys/types.h... yes checking for stdint.h... yes checking for inttypes.h... yes checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... (cached) yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for unistd.h... yes checking size of long... 8 checking size of void*... 8 checking for 64-bit curl_off_t data type... long checking size of curl_off_t... 8 checking formatting string directive for curl_off_t... "ld" checking formatting string directive for unsigned curl_off_t... "lu" checking constant suffix string for curl_off_t... L checking constant suffix string for unsigned curl_off_t... UL checking if OS is AIX (to define _ALL_SOURCE)... no checking if _THREAD_SAFE is already defined... no checking if _THREAD_SAFE is actually needed... no checking if _THREAD_SAFE is onwards defined... no checking if _REENTRANT is already defined... no checking if _REENTRANT is actually needed... no checking if _REENTRANT is onwards defined... no checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking how to print strings... printf checking for a sed that does not truncate output... (cached) /usr/bin/sed checking for fgrep... /usr/bin/grep -F checking for ld used by gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for archiver @FILE support... @ checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from gcc object... ok checking for sysroot... no checking for a working dd... /usr/bin/dd checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1 checking for mt... no checking if : is a manifest tool... no checking for dlfcn.h... yes checking for objdir... .libs checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... yes checking if gcc static flag -static works... no checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking whether to build shared libraries with -version-info... yes checking whether to build shared libraries with -no-undefined... no checking whether to build shared libraries with -mimpure-text... no checking whether to build shared libraries with PIC... yes checking whether to build static libraries with PIC... yes checking whether to build shared libraries only... no checking whether to build static libraries only... no checking for inline... inline checking if compiler is DEC/Compaq/HP C... no checking if compiler is HP-UX C... no checking if compiler is IBM C... no checking if compiler is Intel C... no checking if compiler is clang... no checking if compiler is GNU C... yes checking if compiler is LCC... no checking if compiler is SGI MIPSpro C... no checking if compiler is SGI MIPS C... no checking if compiler is SunPro C... no checking if compiler is Tiny C... no checking if compiler is Watcom C... no checking if compiler accepts debug disabling options... yes configure: compiler options added: checking if compiler optimizer assumed setting might be used... yes checking if compiler accepts optimizer enabling options... yes configure: compiler options added: -O2 checking if compiler accepts strict warning options... yes configure: compiler options added: -Wno-system-headers checking if compiler halts on compilation errors... yes checking if compiler halts on negative sized arrays... yes checking if compiler halts on function prototype mismatch... yes checking if compiler supports hiding library internal symbols... yes checking for windows.h... no checking whether build target is a native Windows one... no checking whether build target supports WIN32 file API... no checking whether to support http... yes checking whether to support ftp... yes checking whether to support file... yes checking whether to support ldap... yes checking whether to support ldaps... yes checking whether to support rtsp... yes checking whether to support proxies... yes checking whether to support dict... yes checking whether to support telnet... yes checking whether to support tftp... yes checking whether to support pop3... yes checking whether to support imap... yes checking whether to support smb... yes checking whether to support smtp... yes checking whether to support gopher... yes checking whether to provide built-in manual... yes checking whether to enable generation of C code... yes checking whether to use libgcc... no checking if X/Open network library is required... no checking for gethostbyname... yes checking for strcasecmp... yes checking for windows.h... (cached) no checking for winsock.h... (cached) no checking for winsock2.h... (cached) no checking for connect in libraries... yes checking whether time.h and sys/time.h may both be included... yes checking for sys/types.h... (cached) yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking time.h usability... yes checking time.h presence... yes checking for time.h... yes checking for monotonic clock_gettime... yes checking for clock_gettime in libraries... no additional lib required checking if monotonic clock_gettime works... yes checking for inflateEnd in -lz... yes checking zlib.h usability... yes checking zlib.h presence... yes checking for zlib.h... yes configure: found both libz and libz.h header checking for lber.h... yes checking for ldap.h... yes checking for ldapssl.h... no checking for ldap_ssl.h... no checking for LDAP libraries... -llber -lldap checking for ldap_url_parse... yes checking for ldap_init_fd... yes checking whether to enable IPv6... yes checking if struct sockaddr_in6 has sin6_scope_id member... yes checking if argv can be written to... yes checking if GSS-API support is requested... no checking whether to enable Windows native SSL/TLS (Windows native builds only)... no checking whether to enable iOS/Mac OS X native SSL/TLS... no checking for pkg-config... /usr/bin/pkg-config checking for openssl options with pkg-config... found configure: pkg-config: SSL_LIBS: "-lssl -lcrypto " configure: pkg-config: SSL_LDFLAGS: "" configure: pkg-config: SSL_CPPFLAGS: "" checking for HMAC_Update in -lcrypto... yes checking OpenSSL linking without -ldl... yes checking for SSL_connect in -lssl... yes checking openssl/x509.h usability... yes checking openssl/x509.h presence... yes checking for openssl/x509.h... yes checking openssl/rsa.h usability... yes checking openssl/rsa.h presence... yes checking for openssl/rsa.h... yes checking openssl/crypto.h usability... yes checking openssl/crypto.h presence... yes checking for openssl/crypto.h... yes checking openssl/pem.h usability... yes checking openssl/pem.h presence... yes checking for openssl/pem.h... yes checking openssl/ssl.h usability... yes checking openssl/ssl.h presence... yes checking for openssl/ssl.h... yes checking openssl/err.h usability... yes checking openssl/err.h presence... yes checking for openssl/err.h... yes checking openssl/pkcs12.h usability... yes checking openssl/pkcs12.h presence... yes checking for openssl/pkcs12.h... yes checking for ENGINE_init... yes checking openssl/engine.h usability... yes checking openssl/engine.h presence... yes checking for openssl/engine.h... yes checking for ENGINE_load_builtin_engines... yes checking for RAND_status... yes checking for RAND_screen... no checking for RAND_egd... yes checking for ENGINE_cleanup... yes checking for CRYPTO_cleanup_all_ex_data... yes checking for SSL_get_shutdown... yes checking for SSLv2_client_method... yes checking for BoringSSL... no checking for libressl... no checking for OpenSSL headers version... unknown checking for OpenSSL library version... 1.0.2 checking for OpenSSL headers and library versions matching... fail configure: WARNING: Can not compare OpenSSL headers and library versions. checking for "/dev/urandom"... yes checking for SRP_Calc_client_key in -lcrypto... no checking default CA cert bundle/path... /etc/pki/tls/certs/ca-bundle.crt checking whether to use builtin CA store of SSL library... no checking for library containing psl_builtin... no configure: WARNING: libpsl was not found checking for libssh2_channel_open_ex in -lssh2... no checking libssh2.h usability... no checking libssh2.h presence... no checking for libssh2.h... no checking for RTMP_Init in -lrtmp... no checking whether versioned symbols are wanted... no checking whether to enable Windows native IDN (Windows native builds only)... no checking whether to build with libidn... (assumed) yes checking for pkg-config... (cached) /usr/bin/pkg-config checking for libidn options with pkg-config... no configure: IDN_LIBS: "-lidn" configure: IDN_LDFLAGS: "" configure: IDN_CPPFLAGS: "" configure: IDN_DIR: "" checking if idna_to_ascii_4i can be linked... no checking if idna_to_ascii_lz can be linked... no configure: WARNING: Cannot find libraries for IDN support: IDN disabled checking for pkg-config... (cached) /usr/bin/pkg-config checking for libnghttp2 options with pkg-config... found configure: -l is -lnghttp2 configure: -I is configure: -L is checking for nghttp2_option_set_no_recv_client_magic in -lnghttp2... yes checking nghttp2/nghttp2.h usability... yes checking nghttp2/nghttp2.h presence... yes checking for nghttp2/nghttp2.h... yes checking for ANSI C header files... (cached) yes checking for malloc.h... yes checking for memory.h... (cached) yes checking for sys/types.h... (cached) yes checking for sys/time.h... (cached) yes checking for sys/select.h... yes checking for sys/socket.h... yes checking for sys/ioctl.h... yes checking for sys/uio.h... yes checking for assert.h... yes checking for unistd.h... (cached) yes checking for stdlib.h... (cached) yes checking for limits.h... yes checking for arpa/inet.h... yes checking for net/if.h... yes checking for netinet/in.h... yes checking for sys/un.h... yes checking for netinet/tcp.h... yes checking for netdb.h... yes checking for sys/sockio.h... no checking for sys/stat.h... (cached) yes 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 alloca.h... yes checking for time.h... (cached) yes checking for io.h... no checking for pwd.h... yes checking for utime.h... yes checking for sys/utime.h... no checking for sys/poll.h... yes checking for poll.h... yes checking for socket.h... no checking for sys/resource.h... yes checking for libgen.h... yes checking for locale.h... yes checking for errno.h... yes checking for stdbool.h... yes checking for arpa/tftp.h... yes checking for sys/filio.h... no checking for sys/wait.h... yes checking for setjmp.h... yes checking for an ANSI C-conforming const... yes checking for compiler support of C99 variadic macro style... yes checking for compiler support of old gcc variadic macro style... yes checking for size_t... yes checking whether time.h and sys/time.h may both be included... (cached) yes checking for sys/types.h... (cached) yes checking for sys/time.h... (cached) yes checking for time.h... (cached) yes checking for sys/socket.h... (cached) yes checking for struct timeval... yes checking run-time libs availability... fine checking size of size_t... 8 checking size of long... (cached) 8 checking size of int... 4 checking size of short... 2 checking size of time_t... 8 checking size of off_t... 8 checking for long long... yes checking if numberLL works... yes checking for ssize_t... yes checking for bool... yes checking for windows.h... (cached) no checking for winsock2.h... (cached) no checking for ws2tcpip.h... (cached) no checking for sys/types.h... (cached) yes checking for sys/socket.h... (cached) yes checking for curl_socklen_t data type... socklen_t checking size of curl_socklen_t... 4 checking for sys/types.h... (cached) yes checking for poll.h... (cached) yes checking for sys/poll.h... (cached) yes checking for in_addr_t... yes checking for struct sockaddr_storage... yes checking signal.h usability... yes checking signal.h presence... yes checking for signal.h... yes checking for sig_atomic_t... yes checking if sig_atomic_t is already defined as volatile... no checking return type of signal handlers... void checking for sys/select.h... (cached) yes checking for sys/socket.h... (cached) yes checking for select... yes checking types of args and return type for select... int,fd_set *,struct timeval *,int checking for sys/types.h... (cached) yes checking for sys/socket.h... (cached) yes checking for recv... yes checking types of args and return type for recv... int,void *,size_t,int,ssize_t checking for sys/types.h... (cached) yes checking for sys/socket.h... (cached) yes checking for send... yes checking types of args and return type for send... int,const void *,size_t,int,ssize_t checking for sys/types.h... (cached) yes checking for sys/socket.h... (cached) yes checking for MSG_NOSIGNAL... yes checking for sys/types.h... (cached) yes checking for unistd.h... (cached) yes checking if alarm can be linked... yes checking if alarm is prototyped... yes checking if alarm is compilable... yes checking if alarm usage allowed... yes checking if alarm might be used... yes checking for sys/types.h... (cached) yes checking for string.h... (cached) yes checking for strings.h... (cached) yes checking for sys/types.h... (cached) yes checking for libgen.h... (cached) yes checking if basename can be linked... yes checking if basename is prototyped... yes checking if basename is compilable... yes checking if basename usage allowed... yes checking if basename might be used... yes checking for sys/types.h... (cached) yes checking for socket.h... (cached) no checking if closesocket can be linked... no checking if closesocket might be used... no checking if CloseSocket can be linked... no checking if CloseSocket might be used... no checking if connect can be linked... yes checking if connect is prototyped... yes checking if connect is compilable... yes checking if connect usage allowed... yes checking if connect might be used... yes checking for sys/types.h... (cached) yes checking for unistd.h... (cached) yes checking for fcntl.h... (cached) yes checking if fcntl can be linked... yes checking if fcntl is prototyped... yes checking if fcntl is compilable... yes checking if fcntl usage allowed... yes checking if fcntl might be used... yes checking if fcntl O_NONBLOCK is compilable... yes checking if fcntl O_NONBLOCK usage allowed... yes checking if fcntl O_NONBLOCK might be used... yes checking for sys/types.h... (cached) yes checking for stdio.h... yes checking if fdopen can be linked... yes checking if fdopen is prototyped... yes checking if fdopen is compilable... yes checking if fdopen usage allowed... yes checking if fdopen might be used... yes checking for sys/types.h... (cached) yes checking for netdb.h... (cached) yes checking if freeaddrinfo can be linked... yes checking if freeaddrinfo is prototyped... yes checking if freeaddrinfo is compilable... yes checking if freeaddrinfo usage allowed... yes checking if freeaddrinfo might be used... yes checking for sys/types.h... (cached) yes checking for sys/socket.h... (cached) yes checking for netinet/in.h... (cached) yes checking for ifaddrs.h... yes checking if freeifaddrs can be linked... yes checking if freeifaddrs is prototyped... yes checking if freeifaddrs is compilable... yes checking if freeifaddrs usage allowed... yes checking if freeifaddrs might be used... yes checking for sys/types.h... (cached) yes checking for sys/xattr.h... yes checking if fsetxattr can be linked... yes checking if fsetxattr is prototyped... yes checking if fsetxattr takes 5 args.... yes checking if fsetxattr is compilable... yes checking if fsetxattr usage allowed... yes checking if fsetxattr might be used... yes checking if ftruncate can be linked... yes checking if ftruncate is prototyped... yes checking if ftruncate is compilable... yes checking if ftruncate usage allowed... yes checking if ftruncate might be used... yes checking for sys/types.h... (cached) yes checking for stdlib.h... (cached) yes checking if getaddrinfo can be linked... yes checking if getaddrinfo is prototyped... yes checking if getaddrinfo is compilable... yes checking if getaddrinfo seems to work... yes checking if getaddrinfo usage allowed... yes checking if getaddrinfo might be used... yes checking if getaddrinfo is threadsafe... yes checking if gai_strerror can be linked... yes checking if gai_strerror is prototyped... yes checking if gai_strerror is compilable... yes checking if gai_strerror usage allowed... yes checking if gai_strerror might be used... yes checking if gethostbyaddr can be linked... yes checking if gethostbyaddr is prototyped... yes checking if gethostbyaddr is compilable... yes checking if gethostbyaddr usage allowed... yes checking if gethostbyaddr might be used... yes checking if gethostbyaddr_r can be linked... yes checking if gethostbyaddr_r is prototyped... yes checking if gethostbyaddr_r takes 5 args.... no checking if gethostbyaddr_r takes 7 args.... no checking if gethostbyaddr_r takes 8 args.... yes checking if gethostbyaddr_r is compilable... yes checking if gethostbyaddr_r usage allowed... yes checking if gethostbyaddr_r might be used... yes checking if gethostbyname can be linked... yes checking if gethostbyname is prototyped... yes checking if gethostbyname is compilable... yes checking if gethostbyname usage allowed... yes checking if gethostbyname might be used... yes checking if gethostbyname_r can be linked... yes checking if gethostbyname_r is prototyped... yes checking if gethostbyname_r takes 3 args.... no checking if gethostbyname_r takes 5 args.... no checking if gethostbyname_r takes 6 args.... yes checking if gethostbyname_r is compilable... yes checking if gethostbyname_r usage allowed... yes checking if gethostbyname_r might be used... yes checking if gethostname can be linked... yes checking if gethostname is prototyped... yes checking if gethostname is compilable... yes checking for gethostname arg 2 data type... size_t checking if gethostname usage allowed... yes checking if gethostname might be used... yes checking if getifaddrs can be linked... yes checking if getifaddrs is prototyped... yes checking if getifaddrs is compilable... yes checking if getifaddrs seems to work... yes checking if getifaddrs usage allowed... yes checking if getifaddrs might be used... yes checking if getservbyport_r can be linked... yes checking if getservbyport_r is prototyped... yes checking if getservbyport_r takes 4 args.... no checking if getservbyport_r takes 5 args.... no checking if getservbyport_r takes 6 args.... yes checking if getservbyport_r is compilable... yes checking if getservbyport_r usage allowed... yes checking if getservbyport_r might be used... yes checking for sys/types.h... (cached) yes checking for sys/time.h... (cached) yes checking for time.h... (cached) yes checking if gmtime_r can be linked... yes checking if gmtime_r is prototyped... yes checking if gmtime_r is compilable... yes checking if gmtime_r seems to work... yes checking if gmtime_r usage allowed... yes checking if gmtime_r might be used... yes checking for sys/types.h... (cached) yes checking for sys/socket.h... (cached) yes checking for netinet/in.h... (cached) yes checking for arpa/inet.h... (cached) yes checking if inet_ntoa_r can be linked... no checking if inet_ntoa_r might be used... no checking if inet_ntop can be linked... yes checking if inet_ntop is prototyped... yes checking if inet_ntop is compilable... yes checking if inet_ntop seems to work... yes checking if inet_ntop usage allowed... yes checking if inet_ntop might be used... yes checking if inet_pton can be linked... yes checking if inet_pton is prototyped... yes checking if inet_pton is compilable... yes checking if inet_pton seems to work... yes checking if inet_pton usage allowed... yes checking if inet_pton might be used... yes checking for sys/types.h... (cached) yes checking for unistd.h... (cached) yes checking for sys/socket.h... (cached) yes checking for sys/ioctl.h... (cached) yes checking for stropts.h... no checking if ioctl can be linked... yes checking if ioctl is prototyped... yes checking if ioctl is compilable... yes checking if ioctl usage allowed... yes checking if ioctl might be used... yes checking if ioctl FIONBIO is compilable... yes checking if ioctl FIONBIO usage allowed... yes checking if ioctl FIONBIO might be used... yes checking if ioctl SIOCGIFADDR is compilable... yes checking if ioctl SIOCGIFADDR usage allowed... yes checking if ioctl SIOCGIFADDR might be used... yes checking if ioctlsocket can be linked... no checking if ioctlsocket might be used... no checking if IoctlSocket can be linked... no checking if IoctlSocket might be used... no checking if localtime_r can be linked... yes checking if localtime_r is prototyped... yes checking if localtime_r is compilable... yes checking if localtime_r seems to work... yes checking if localtime_r usage allowed... yes checking if localtime_r might be used... yes checking if memrchr can be linked... yes checking if memrchr is prototyped... no checking if memrchr might be used... no checking if poll can be linked... yes checking if poll is prototyped... yes checking if poll is compilable... yes checking if poll seems to work... yes checking if poll usage allowed... yes checking if poll might be used... yes checking if setsockopt can be linked... yes checking if setsockopt is prototyped... yes checking if setsockopt is compilable... yes checking if setsockopt usage allowed... yes checking if setsockopt might be used... yes checking if setsockopt SO_NONBLOCK is compilable... no checking if setsockopt SO_NONBLOCK might be used... no checking for sys/types.h... (cached) yes checking for signal.h... (cached) yes checking if sigaction can be linked... yes checking if sigaction is prototyped... yes checking if sigaction is compilable... yes checking if sigaction usage allowed... yes checking if sigaction might be used... yes checking if siginterrupt can be linked... yes checking if siginterrupt is prototyped... yes checking if siginterrupt is compilable... yes checking if siginterrupt usage allowed... yes checking if siginterrupt might be used... yes checking if signal can be linked... yes checking if signal is prototyped... yes checking if signal is compilable... yes checking if signal usage allowed... yes checking if signal might be used... yes checking for sys/types.h... (cached) yes checking for setjmp.h... (cached) yes checking if sigsetjmp can be linked... no checking if sigsetjmp seems a macro... yes checking if sigsetjmp is compilable... yes checking if sigsetjmp usage allowed... yes checking if sigsetjmp might be used... yes checking if socket can be linked... yes checking if socket is prototyped... yes checking if socket is compilable... yes checking if socket usage allowed... yes checking if socket might be used... yes checking if socketpair can be linked... yes checking if socketpair is prototyped... yes checking if socketpair is compilable... yes checking if socketpair usage allowed... yes checking if socketpair might be used... yes checking if strcasecmp can be linked... yes checking if strcasecmp is prototyped... yes checking if strcasecmp is compilable... yes checking if strcasecmp usage allowed... yes checking if strcasecmp might be used... yes checking if strcmpi can be linked... no checking if strcmpi might be used... no checking if strdup can be linked... yes checking if strdup is prototyped... yes checking if strdup is compilable... yes checking if strdup usage allowed... yes checking if strdup might be used... yes checking if strerror_r can be linked... yes checking if strerror_r is prototyped... yes checking if strerror_r is compilable... yes checking if strerror_r is glibc like... no checking if strerror_r is POSIX like... yes checking if strerror_r seems to work... yes checking if strerror_r usage allowed... yes checking if strerror_r might be used... yes checking if stricmp can be linked... no checking if stricmp might be used... no checking if strncasecmp can be linked... yes checking if strncasecmp is prototyped... yes checking if strncasecmp is compilable... yes checking if strncasecmp usage allowed... yes checking if strncasecmp might be used... yes checking if strncmpi can be linked... no checking if strncmpi might be used... no checking if strnicmp can be linked... no checking if strnicmp might be used... no checking if strstr can be linked... yes checking if strstr is prototyped... yes checking if strstr is compilable... yes checking if strstr usage allowed... yes checking if strstr might be used... yes checking if strtok_r can be linked... yes checking if strtok_r is prototyped... yes checking if strtok_r is compilable... yes checking if strtok_r usage allowed... yes checking if strtok_r might be used... yes checking if strtoll can be linked... yes checking if strtoll is prototyped... yes checking if strtoll is compilable... yes checking if strtoll usage allowed... yes checking if strtoll might be used... yes checking for sys/types.h... (cached) yes checking for sys/uio.h... (cached) yes checking if writev can be linked... yes checking if writev is prototyped... yes checking if writev is compilable... yes checking if writev usage allowed... yes checking if writev might be used... yes checking for fork... yes checking for geteuid... yes checking for getpass_r... no checking deeper for getpass_r... but still no checking for getppid... yes checking for getprotobyname... yes checking for getpwuid... yes checking for getpwuid_r... yes checking for getrlimit... yes checking for gettimeofday... yes checking for if_nametoindex... yes checking for inet_addr... yes checking for perror... yes checking for pipe... yes checking for setlocale... yes checking for setmode... no checking deeper for setmode... but still no checking for setrlimit... yes checking for uname... yes checking for utime... yes checking for sys/types.h... (cached) yes checking for sys/socket.h... (cached) yes checking for netdb.h... (cached) yes checking for getnameinfo... yes checking types of arguments for getnameinfo... const struct sockaddr *,socklen_t,socklen_t,int checking for stdio.h... (cached) yes checking for sys/types.h... (cached) yes checking for sys/socket.h... (cached) yes checking for netdb.h... (cached) yes checking for netinet/in.h... (cached) yes checking for arpa/inet.h... (cached) yes checking for working NI_WITHSCOPEID... no checking how to set a socket into non-blocking mode... fcntl O_NONBLOCK checking for perl... /usr/bin/perl checking for gnroff... /usr/bin/gnroff checking how to use *nroff to get plain text from man pages... -man checking whether to enable the threaded resolver... no checking whether to enable verbose strings... yes checking whether to enable SSPI support (Windows native builds only)... no checking whether to enable cryptographic authentication methods... yes checking whether to enable NTLM delegation to winbind's helper... yes checking whether to enable TLS-SRP authentication... yes checking whether to enable Unix domain sockets... auto checking for struct sockaddr_un.sun_path... yes checking whether to enable support for cookies... yes checking whether hiding of library internal symbols will actually happen... yes checking whether to enforce SONAME bump... no checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating docs/Makefile config.status: creating docs/examples/Makefile config.status: creating docs/libcurl/Makefile config.status: creating docs/libcurl/opts/Makefile config.status: creating include/Makefile config.status: creating include/curl/Makefile config.status: creating src/Makefile config.status: creating lib/Makefile config.status: creating scripts/Makefile config.status: creating lib/libcurl.vers config.status: creating tests/Makefile config.status: creating tests/certs/Makefile config.status: creating tests/certs/scripts/Makefile config.status: creating tests/data/Makefile config.status: creating tests/server/Makefile config.status: creating tests/libtest/Makefile config.status: creating tests/unit/Makefile config.status: creating packages/Makefile config.status: creating packages/Win32/Makefile config.status: creating packages/Win32/cygwin/Makefile config.status: creating packages/Linux/Makefile config.status: creating packages/Linux/RPM/Makefile config.status: creating packages/Linux/RPM/curl.spec config.status: creating packages/Linux/RPM/curl-ssl.spec config.status: creating packages/Solaris/Makefile config.status: creating packages/EPM/curl.list config.status: creating packages/EPM/Makefile config.status: creating packages/vms/Makefile config.status: creating packages/AIX/Makefile config.status: creating packages/AIX/RPM/Makefile config.status: creating packages/AIX/RPM/curl.spec config.status: creating curl-config config.status: creating libcurl.pc config.status: creating lib/curl_config.h config.status: creating include/curl/curlbuild.h config.status: executing depfiles commands config.status: executing libtool commands configure: amending lib/Makefile configure: amending src/Makefile configure: amending tests/unit/Makefile configure: amending tests/server/Makefile configure: amending tests/libtest/Makefile configure: amending docs/examples/Makefile configure: Configured to build curl/libcurl: curl version: 7.47.2-DEV Host setup: x86_64-unknown-linux-gnu Install prefix: /usr/local Compiler: gcc SSL support: enabled (OpenSSL) SSH support: no (--with-libssh2) zlib support: enabled GSS-API support: no (--with-gssapi) TLS-SRP support: no (--enable-tls-srp) resolver: default (--enable-ares / --enable-threaded-resolver) IPv6 support: enabled Unix sockets support: enabled IDN support: no (--with-{libidn,winidn}) Build libcurl: Shared=yes, Static=yes Built-in manual: enabled --libcurl option: enabled (--disable-libcurl-option) Verbose errors: enabled (--disable-verbose) SSPI support: no (--enable-sspi) ca cert bundle: /etc/pki/tls/certs/ca-bundle.crt ca cert path: no ca fallback: no LDAP support: enabled (OpenLDAP) LDAPS support: enabled RTSP support: enabled RTMP support: no (--with-librtmp) metalink support: no (--with-libmetalink) PSL support: no (libpsl not found) HTTP2 support: enabled (nghttp2) Protocols: DICT FILE FTP FTPS GOPHER HTTP HTTPS IMAP IMAPS LDAP LDAPS POP3 POP3S RTSP SMB SMBS SMTP SMTPS TELNET TFTP [patrick@patrick curl.mkoptlist]$ cd lib [patrick@patrick lib]$ mk-opt-list.mak gcc -Wall -I../include -o curl_options curl_options.c curl_options.c: In function ‘man3_page_exist’: curl_options.c:276:10:warning: implicit declaration of function ‘strncmp’ [-Wimplicit-function-declaration] if (!strncmp(o->name,"CURLOPT_OBSOLETE",16)) /* Ignore these */ ^ curl_options.c:19:33:warning: implicit declaration of function ‘chmod’ [-Wimplicit-function-declaration] #define FILE_EXIST(fname) (chmod(fname,0) != -1) ^ curl_options.c:278:12:note: in expansion of macro ‘FILE_EXIST’ return FILE_EXIST (o->man3_page); ^ [patrick@patrick lib]$ ./curl_options Idx CURLOPT_x value: arg type raw value ========================================================================== 0: CURLOPT_ACCEPTTIMEOUT_MS -> 212: long 212 1: CURLOPT_ACCEPT_ENCODING -> 102: object/string 10102 2: CURLOPT_ADDRESS_SCOPE -> 171: long 171 3: CURLOPT_APPEND -> 50: long 50 4: CURLOPT_AUTOREFERER -> 58: long 58 5: CURLOPT_BUFFERSIZE -> 98: long 98 6: CURLOPT_CAINFO -> 65: object/string 10065 7: CURLOPT_CAPATH -> 97: object/string 10097 8: CURLOPT_CERTINFO -> 172: long 172 9: CURLOPT_CHUNK_BGN_FUNCTION -> 198: function 20198 10: CURLOPT_CHUNK_DATA -> 201: object/string 10201 11: CURLOPT_CHUNK_END_FUNCTION -> 199: function 20199 12: CURLOPT_CLOSESOCKETDATA -> 209: object/string 10209 13: CURLOPT_CLOSESOCKETFUNCTION -> 208: function 20208 14: CURLOPT_CONNECTTIMEOUT -> 78: long 78 15: CURLOPT_CONNECTTIMEOUT_MS -> 156: long 156 16: CURLOPT_CONNECT_ONLY -> 141: long 141 17: CURLOPT_CONV_FROM_NETWORK_FUNCTION -> 142: function 20142 18: CURLOPT_CONV_FROM_UTF8_FUNCTION -> 144: function 20144 19: CURLOPT_CONV_TO_NETWORK_FUNCTION -> 143: function 20143 20: CURLOPT_COOKIE -> 22: object/string 10022 21: CURLOPT_COOKIEFILE -> 31: object/string 10031 22: CURLOPT_COOKIEJAR -> 82: object/string 10082 23: CURLOPT_COOKIELIST -> 135: object/string 10135 24: CURLOPT_COOKIESESSION -> 96: long 96 25: CURLOPT_COPYPOSTFIELDS -> 165: object/string 10165 26: CURLOPT_CRLF -> 27: long 27 27: CURLOPT_CRLFILE -> 169: object/string 10169 28: CURLOPT_CUSTOMREQUEST -> 36: object/string 10036 29: CURLOPT_DEBUGDATA -> 95: object/string 10095 30: CURLOPT_DEBUGFUNCTION -> 94: function 20094 31: CURLOPT_DEFAULT_PROTOCOL -> 238: object/string 10238 32: CURLOPT_DIRLISTONLY -> 48: long 48 33: CURLOPT_DNS_CACHE_TIMEOUT -> 92: long 92 34: CURLOPT_DNS_INTERFACE -> 221: object/string 10221 35: CURLOPT_DNS_LOCAL_IP4 -> 222: object/string 10222 36: CURLOPT_DNS_LOCAL_IP6 -> 223: object/string 10223 37: CURLOPT_DNS_SERVERS -> 211: object/string 10211 38: CURLOPT_DNS_USE_GLOBAL_CACHE -> 91: long 91 39: CURLOPT_EGDSOCKET -> 77: object/string 10077 40: CURLOPT_ERRORBUFFER -> 10: object/string 10010 41: CURLOPT_EXPECT_100_TIMEOUT_MS -> 227: long 227 42: CURLOPT_FAILONERROR -> 45: long 45 43: CURLOPT_FILETIME -> 69: long 69 44: CURLOPT_FNMATCH_DATA -> 202: object/string 10202 45: CURLOPT_FNMATCH_FUNCTION -> 200: function 20200 46: CURLOPT_FOLLOWLOCATION -> 52: long 52 47: CURLOPT_FORBID_REUSE -> 75: long 75 48: CURLOPT_FRESH_CONNECT -> 74: long 74 49: CURLOPT_FTPPORT -> 17: object/string 10017 50: CURLOPT_FTPSSLAUTH -> 129: long 129 51: CURLOPT_FTP_ACCOUNT -> 134: object/string 10134 52: CURLOPT_FTP_ALTERNATIVE_TO_USER -> 147: object/string 10147 53: CURLOPT_FTP_CREATE_MISSING_DIRS -> 110: long 110 54: CURLOPT_FTP_FILEMETHOD -> 138: long 138 55: CURLOPT_FTP_RESPONSE_TIMEOUT -> 112: long 112 56: CURLOPT_FTP_SKIP_PASV_IP -> 137: long 137 57: CURLOPT_FTP_SSL_CCC -> 154: long 154 58: CURLOPT_FTP_USE_EPRT -> 106: long 106 59: CURLOPT_FTP_USE_EPSV -> 85: long 85 60: CURLOPT_FTP_USE_PRET -> 188: long 188 61: CURLOPT_GSSAPI_DELEGATION -> 210: long 210 62: CURLOPT_HEADER -> 42: long 42 63: CURLOPT_HEADERDATA -> 29: object/string 10029 64: CURLOPT_HEADERFUNCTION -> 79: function 20079 65: CURLOPT_HEADEROPT -> 229: long 229 66: CURLOPT_HTTP200ALIASES -> 104: object/string 10104 67: CURLOPT_HTTPAUTH -> 107: long 107 68: CURLOPT_HTTPGET -> 80: long 80 69: CURLOPT_HTTPHEADER -> 23: object/string 10023 70: CURLOPT_HTTPPOST -> 24: object/string 10024 71: CURLOPT_HTTPPROXYTUNNEL -> 61: long 61 72: CURLOPT_HTTP_CONTENT_DECODING -> 158: long 158 73: CURLOPT_HTTP_TRANSFER_DECODING -> 157: long 157 74: CURLOPT_HTTP_VERSION -> 84: long 84 75: CURLOPT_IGNORE_CONTENT_LENGTH -> 136: long 136 76: CURLOPT_INFILESIZE -> 14: long 14 77: CURLOPT_INFILESIZE_LARGE -> 115: off_t 30115 78: CURLOPT_INTERFACE -> 62: object/string 10062 79: CURLOPT_INTERLEAVEDATA -> 195: object/string 10195 80: CURLOPT_INTERLEAVEFUNCTION -> 196: function 20196 81: CURLOPT_IOCTLDATA -> 131: object/string 10131 82: CURLOPT_IOCTLFUNCTION -> 130: function 20130 83: CURLOPT_IPRESOLVE -> 113: long 113 84: CURLOPT_ISSUERCERT -> 170: object/string 10170 85: CURLOPT_KEYPASSWD -> 26: object/string 10026 86: CURLOPT_KRBLEVEL -> 63: object/string 10063 87: CURLOPT_LOCALPORT -> 139: long 139 88: CURLOPT_LOCALPORTRANGE -> 140: long 140 89: CURLOPT_LOGIN_OPTIONS -> 224: object/string 10224 90: CURLOPT_LOW_SPEED_LIMIT -> 19: long 19 91: CURLOPT_LOW_SPEED_TIME -> 20: long 20 92: CURLOPT_MAIL_AUTH -> 217: object/string 10217 93: CURLOPT_MAIL_FROM -> 186: object/string 10186 94: CURLOPT_MAIL_RCPT -> 187: object/string 10187 95: CURLOPT_MAXCONNECTS -> 71: long 71 96: CURLOPT_MAXFILESIZE -> 114: long 114 97: CURLOPT_MAXFILESIZE_LARGE -> 117: off_t 30117 98: CURLOPT_MAXREDIRS -> 68: long 68 99: CURLOPT_MAX_RECV_SPEED_LARGE -> 146: off_t 30146 100: CURLOPT_MAX_SEND_SPEED_LARGE -> 145: off_t 30145 101: CURLOPT_NETRC -> 51: long 51 102: CURLOPT_NETRC_FILE -> 118: object/string 10118 103: CURLOPT_NEW_DIRECTORY_PERMS -> 160: long 160 104: CURLOPT_NEW_FILE_PERMS -> 159: long 159 105: CURLOPT_NOBODY -> 44: long 44 106: CURLOPT_NOPROGRESS -> 43: long 43 107: CURLOPT_NOPROXY -> 177: object/string 10177 108: CURLOPT_NOSIGNAL -> 99: long 99 109: CURLOPT_OBSOLETE40 -> 40: object/string 10040 110: CURLOPT_OBSOLETE72 -> 72: long 72 111: CURLOPT_OPENSOCKETDATA -> 164: object/string 10164 112: CURLOPT_OPENSOCKETFUNCTION -> 163: function 20163 113: CURLOPT_PASSWORD -> 174: object/string 10174 114: CURLOPT_PATH_AS_IS -> 234: long 234 115: CURLOPT_PINNEDPUBLICKEY -> 230: object/string 10230 116: CURLOPT_PIPEWAIT -> 237: long 237 117: CURLOPT_PORT -> 3: long 3 118: CURLOPT_POST -> 47: long 47 119: CURLOPT_POSTFIELDS -> 15: object/string 10015 120: CURLOPT_POSTFIELDSIZE -> 60: long 60 121: CURLOPT_POSTFIELDSIZE_LARGE -> 120: off_t 30120 122: CURLOPT_POSTQUOTE -> 39: object/string 10039 123: CURLOPT_POSTREDIR -> 161: long 161 124: CURLOPT_PREQUOTE -> 93: object/string 10093 125: CURLOPT_PRIVATE -> 103: object/string 10103 126: CURLOPT_PROGRESSDATA -> 57: object/string 10057 127: CURLOPT_PROGRESSFUNCTION -> 56: function 20056 128: CURLOPT_PROTOCOLS -> 181: long 181 129: CURLOPT_PROXY -> 4: object/string 10004 130: CURLOPT_PROXYAUTH -> 111: long 111 131: CURLOPT_PROXYHEADER -> 228: object/string 10228 132: CURLOPT_PROXYPASSWORD -> 176: object/string 10176 133: CURLOPT_PROXYPORT -> 59: long 59 134: CURLOPT_PROXYTYPE -> 101: long 101 135: CURLOPT_PROXYUSERNAME -> 175: object/string 10175 136: CURLOPT_PROXYUSERPWD -> 6: object/string 10006 137: CURLOPT_PROXY_SERVICE_NAME -> 235: object/string 10235 138: CURLOPT_PROXY_TRANSFER_MODE -> 166: long 166 139: CURLOPT_PUT -> 54: long 54 140: CURLOPT_QUOTE -> 28: object/string 10028 141: CURLOPT_RANDOM_FILE -> 76: object/string 10076 142: CURLOPT_RANGE -> 7: object/string 10007 143: CURLOPT_READDATA -> 9: object/string 10009 144: CURLOPT_READFUNCTION -> 12: function 20012 145: CURLOPT_REDIR_PROTOCOLS -> 182: long 182 146: CURLOPT_REFERER -> 16: object/string 10016 147: CURLOPT_RESOLVE -> 203: object/string 10203 148: CURLOPT_RESUME_FROM -> 21: long 21 149: CURLOPT_RESUME_FROM_LARGE -> 116: off_t 30116 150: CURLOPT_RTSP_CLIENT_CSEQ -> 193: long 193 151: CURLOPT_RTSP_REQUEST -> 189: long 189 152: CURLOPT_RTSP_SERVER_CSEQ -> 194: long 194 153: CURLOPT_RTSP_SESSION_ID -> 190: object/string 10190 154: CURLOPT_RTSP_STREAM_URI -> 191: object/string 10191 155: CURLOPT_RTSP_TRANSPORT -> 192: object/string 10192 156: CURLOPT_SASL_IR -> 218: long 218 157: CURLOPT_SEEKDATA -> 168: object/string 10168 158: CURLOPT_SEEKFUNCTION -> 167: function 20167 159: CURLOPT_SERVICE_NAME -> 236: object/string 10236 160: CURLOPT_SHARE -> 100: object/string 10100 161: CURLOPT_SOCKOPTDATA -> 149: object/string 10149 162: CURLOPT_SOCKOPTFUNCTION -> 148: function 20148 163: CURLOPT_SOCKS5_GSSAPI_NEC -> 180: long 180 164: CURLOPT_SOCKS5_GSSAPI_SERVICE -> 179: object/string 10179 165: CURLOPT_SSH_AUTH_TYPES -> 151: long 151 166: CURLOPT_SSH_HOST_PUBLIC_KEY_MD5 -> 162: object/string 10162 167: CURLOPT_SSH_KEYDATA -> 185: object/string 10185 168: CURLOPT_SSH_KEYFUNCTION -> 184: function 20184 169: CURLOPT_SSH_KNOWNHOSTS -> 183: object/string 10183 170: CURLOPT_SSH_PRIVATE_KEYFILE -> 153: object/string 10153 171: CURLOPT_SSH_PUBLIC_KEYFILE -> 152: object/string 10152 172: CURLOPT_SSLCERT -> 25: object/string 10025 173: CURLOPT_SSLCERTTYPE -> 86: object/string 10086 174: CURLOPT_SSLENGINE -> 89: object/string 10089 175: CURLOPT_SSLENGINE_DEFAULT -> 90: long 90 176: CURLOPT_SSLKEY -> 87: object/string 10087 177: CURLOPT_SSLKEYTYPE -> 88: object/string 10088 178: CURLOPT_SSLVERSION -> 32: long 32 179: CURLOPT_SSL_CIPHER_LIST -> 83: object/string 10083 180: CURLOPT_SSL_CTX_DATA -> 109: object/string 10109 181: CURLOPT_SSL_CTX_FUNCTION -> 108: function 20108 182: CURLOPT_SSL_ENABLE_ALPN -> 226: long 226 183: CURLOPT_SSL_ENABLE_NPN -> 225: long 225 184: CURLOPT_SSL_FALSESTART -> 233: long 233 185: CURLOPT_SSL_OPTIONS -> 216: long 216 186: CURLOPT_SSL_SESSIONID_CACHE -> 150: long 150 187: CURLOPT_SSL_VERIFYHOST -> 81: long 81 188: CURLOPT_SSL_VERIFYPEER -> 64: long 64 189: CURLOPT_SSL_VERIFYSTATUS -> 232: long 232 190: CURLOPT_STDERR -> 37: object/string 10037 191: CURLOPT_STREAM_DEPENDS -> 240: object/string 10240 192: CURLOPT_STREAM_DEPENDS_E -> 241: object/string 10241 193: CURLOPT_STREAM_WEIGHT -> 239: long 239 194: CURLOPT_TCP_KEEPALIVE -> 213: long 213 195: CURLOPT_TCP_KEEPIDLE -> 214: long 214 196: CURLOPT_TCP_KEEPINTVL -> 215: long 215 197: CURLOPT_TCP_NODELAY -> 121: long 121 198: CURLOPT_TELNETOPTIONS -> 70: object/string 10070 199: CURLOPT_TFTP_BLKSIZE -> 178: long 178 200: CURLOPT_TFTP_NO_OPTIONS -> 242: long 242 201: CURLOPT_TIMECONDITION -> 33: long 33 202: CURLOPT_TIMEOUT -> 13: long 13 203: CURLOPT_TIMEOUT_MS -> 155: long 155 204: CURLOPT_TIMEVALUE -> 34: long 34 205: CURLOPT_TLSAUTH_PASSWORD -> 205: object/string 10205 206: CURLOPT_TLSAUTH_TYPE -> 206: object/string 10206 207: CURLOPT_TLSAUTH_USERNAME -> 204: object/string 10204 208: CURLOPT_TRANSFERTEXT -> 53: long 53 209: CURLOPT_TRANSFER_ENCODING -> 207: long 207 210: CURLOPT_UNIX_SOCKET_PATH -> 231: object/string 10231 211: CURLOPT_UNRESTRICTED_AUTH -> 105: long 105 212: CURLOPT_UPLOAD -> 46: long 46 213: CURLOPT_URL -> 2: object/string 10002 214: CURLOPT_USERAGENT -> 18: object/string 10018 215: CURLOPT_USERNAME -> 173: object/string 10173 216: CURLOPT_USERPWD -> 5: object/string 10005 217: CURLOPT_USE_SSL -> 119: long 119 218: CURLOPT_VERBOSE -> 41: long 41 219: CURLOPT_WILDCARDMATCH -> 197: long 197 220: CURLOPT_WRITEDATA -> 1: object/string 10001 221: CURLOPT_WRITEFUNCTION -> 11: function 20011 222: CURLOPT_XFERINFOFUNCTION -> 219: function 20219 223: CURLOPT_XOAUTH2_BEARER -> 220: object/string 10220 [patrick@patrick lib]$ exit Script done on Sat 27 Feb 2016 05:47:42 PM GMT-1