cURL / Mailing Lists / curl-library / Single Mail

curl-library

Are we are only able to get libcurl instead of the integrated libcurl + openssl + zlib because libcurl4-openssl-dev was recently repackaged?

From: Frank Chang <frank_chang91_at_hotmail.com>
Date: Mon, 25 Apr 2016 05:35:17 -0400

Dan Fandrich and Daniel Stenberg,Are we are only able to get libcurl instead of the
integrated libcurl + openssl + zlib because libcurl4-openssl-dev was recently repackaged ? So, could we fall back to building libcurl + openssl + zlib individually and merging the libcurl.so with libz.a and libssl.a and libcrypto.a using : arm-linux-gnueabi-gcc -shared -o c.so -Wl,--whole-archive a.a b.a -Wl,--no-whole-archive

May I ask if the following size measurements look allright? I just compiled the 64 bit version of libcurl.so.4.3.0 with openssl and zlib support.
Here is the size measurement.

-rwxr-xr-x 1 root root 3107328 Apr 25 04:12 ./lib/.libs/libcurl.so.4.3.0
    I just compiled the 32 bit version of libcurl.so.4.3.0 with openssl and zlib support.
Here is the size measurement.

-rwxrwxr-x 1 vendor vendor 3066928 Apr 25 05:11 /home/venkat/Frank32/lib/libcurl.so.4.3.0

    I just compiled the ARM version of libcurl.so.4.3.0 with openssl and zlib support.
Here is the size measurement.
-rwxrwxr-x 1 vendor vendor 3140116 Apr 24 09:17 ./lib/.libs/libcurl.so.4.3.0

vendor_at_vendor-ThinkStation-S10:~/libcurl4-openssl-dev$ sudo apt-get source libcurl4-openssl-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
Picking 'curl' as source package instead of 'libcurl4-openssl-dev'
NOTICE: 'curl' packaging is maintained in the 'Git' version control system at:
git://anonscm.debian.org/collab-maint/curl.git
Need to get 4,366 kB of source archives.
Get:1 http://us.archive.ubuntu.com/ubuntu/ wily-updates/main curl 7.43.0-1ubuntu2.1 (dsc) [2,715 B]
Get:2 http://us.archive.ubuntu.com/ubuntu/ wily-updates/main curl 7.43.0-1ubuntu2.1 (tar) [4,333 kB]
Get:3 http://us.archive.ubuntu.com/ubuntu/ wily-updates/main curl 7.43.0-1ubuntu2.1 (diff) [29.5 kB]
Fetched 4,366 kB in 1s (2,923 kB/s)
gpgv: Signature made Tue 26 Jan 2016 11:40:25 AM EST using RSA key ID A744BE93
gpgv: Can't check signature: public key not found
dpkg-source: warning: failed to verify signature on ./curl_7.43.0-1ubuntu2.1.dsc
dpkg-source: info: extracting curl in curl-7.43.0
dpkg-source: info: unpacking curl_7.43.0.orig.tar.gz
dpkg-source: info: unpacking curl_7.43.0-1ubuntu2.1.debian.tar.xz
dpkg-source: info: applying 01_runtests_gdb.patch
dpkg-source: info: applying 02_art_http_scripting.patch
dpkg-source: info: applying 03_keep_symbols_compat.patch
dpkg-source: info: applying 04_workaround_as_needed_bug.patch
dpkg-source: info: applying 06_always-disable-valgrind.patch
dpkg-source: info: applying 07_do-not-disable-debug-symbols.patch
dpkg-source: info: applying CVE-2016-0755.patch
dpkg-source: info: applying 90_gnutls.patch
dpkg-source: info: applying 99_nss.patch

Thank you. Frank

                                               

-------------------------------------------------------------------
List admin: https://cool.haxx.se/list/listinfo/curl-library
Etiquette: https://curl.haxx.se/mail/etiquette.html
Received on 2016-04-25