Zaurus Libraries

Run md5sum on the files to check if you downloaded them correctly.

LibraryPackageSizeMD5
cURL libcurl-light_7.23.1_arm.ipk 214 KB 8e9640e389a6dc9d6e6f223553940089
cURL libcurl-secure_7.23.1_arm.ipk 1.3 MB c387b126c2f03a9b7453ea43b4ce4273
libexif libexif_0.6.20_arm.ipk 66 KB d962df4b066696a5171d8a3f238c56d4
libgdbm libgdbm_1.9.1_arm.ipk 14 KB b4b265553cd2c486aaed1ac39e29691c
libidn libidn_1.23_arm.ipk 77 KB a5cd88875b47bc40c33ca8de846d2d92
Ncurses libncurses_5.7_arm.ipk 151 KB 7e8dca0d73f3016cf2fdb7d937763436
libsqlite3 libsqlite3_3.6.22_arm.ipk 239 KB 8230a4e5216dbae3bfee62f87f3b7707
libsqlite3 libsqlite3_3.7.9_arm.ipk 281 KB daec84674108eea7655cec313296b10a
libz libz_1.2.5_arm.ipk 43 KB 7e26dbfbc378f750d2ab4c423232061f

Notes

libcurl

"cURL groks URLs". This is version 7.23.1. libcurl includes a very handy tool for downloading/uploading data to URIs.

You may choose to download with or without SSL/SSH support. The secure version is linked to OpenSSL 1.0.0f and libssh2 1.3.0 which increases the size of the install.

Both builds of libcurl require libz and libidn. ipks are available above.

"Light" version without SSL/SSH:
bash-2.05$ curl -V
curl 7.23.1 (arm-quantumstep-linux-gnu) libcurl/7.23.1 zlib/1.2.5 libidn/1.23
Protocols: dict file ftp gopher http imap pop3 rtsp smtp telnet tftp 
Features: IDN Largefile libz
"Secure" version with SSL/SSH:
bash-2.05$ curl -V
curl 7.23.1 (arm-quantumstep-linux-gnu) libcurl/7.23.1 OpenSSL/1.0.0f zlib/1.2.5 libidn/1.23 libssh2/1.3.0
Protocols: dict file ftp ftps gopher http https imap imaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 
Features: IDN Largefile NTLM NTLM_WB SSL libz
Remove any previous curl installations before installing. Install one package.