WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: cURL  (Read 4391 times)

Offline andyj

  • Hero Member
  • *****
  • Posts: 1021
cURL
« on: February 01, 2016, 10:32:10 AM »
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.

Offline patrikg

  • Wiki Author
  • Hero Member
  • *****
  • Posts: 673
Re: cURL
« Reply #1 on: February 01, 2016, 12: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/
« Last Edit: February 01, 2016, 12:59:03 PM by patrikg »

Offline andyj

  • Hero Member
  • *****
  • Posts: 1021
Re: cURL
« Reply #2 on: February 01, 2016, 01: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

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14535
Re: cURL
« Reply #3 on: February 01, 2016, 08: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.