Tiny Core Linux

Tiny Core Extensions => TCE Talk => Extension requests => Topic started by: andyj on February 01, 2016, 01:32:10 PM

Title: cURL
Post by: andyj on February 01, 2016, 01:32:10 PM
Can we get curl updated, or at least the configure options so I could build it? I'm getting a lot of errors when running PHP 7 build tests and I want to see if it's an old curl problem or a new PHP problem.
Title: Re: cURL
Post by: patrikg on February 01, 2016, 03:54:59 PM
You may do it your self
http://tinycorelinux.net/7.x/armv6/tcz/src/src/curl.build

Try to just edit the file and run the shell script.
http://tinycorelinux.net/7.x/armv6/tcz/src/src/curl/
Title: Re: cURL
Post by: andyj on February 01, 2016, 04:05:11 PM
This is on x86 7-beta-3 so I hope the configuration is the same:

configure: Configured to build curl/libcurl:

  curl version:     7.47.0
  Host setup:       i686-pc-linux-gnu
  Install prefix:   /usr/local
  Compiler:         gcc
  SSL support:      enabled (OpenSSL)
  SSH support:      enabled (libSSH2)
  zlib support:     enabled
  GSS-API support:  no      (--with-gssapi)
  TLS-SRP support:  enabled
  resolver:         default (--enable-ares / --enable-threaded-resolver)
  IPv6 support:     enabled
  Unix sockets support: enabled
  IDN support:      enabled
  Build libcurl:    Shared=yes, Static=yes
  Built-in manual:  no      (--enable-manual)
  --libcurl option: enabled (--disable-libcurl-option)
  Verbose errors:   enabled (--disable-verbose)
  SSPI support:     no      (--enable-sspi)
  ca cert bundle:   no
  ca cert path:     /usr/local/etc/ssl/certs
  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:    disabled (--with-nghttp2)
  Protocols:        DICT FILE FTP FTPS GOPHER HTTP HTTPS IMAP IMAPS LDAP LDAPS POP3 POP3S RTSP SCP SFTP SMB SMBS SMTP SMTPS TELNET TFTP
Title: Re: cURL
Post by: Juanito on February 01, 2016, 11:17:02 PM
Did you pm the extension maintainer?

Note that it needs to be compiled for i486 if it's going to be submitted for the repo.