Hi,
With a bit tweaking, I've been able to build cURL under NestedVM.
However, it does not not quite work because of missing syscalls. Here
is an example:
$ java curl -v
http://opengrads.org/test_data/model.nc
* About to connect() to
opengrads.org port 80 (#0)
* Trying 64.111.115.125... WARNING: Unknown fcntl command: 4
connected
* Connected to
opengrads.org (64.111.115.125) port 80 (#0)
Attempted to use unknown syscall: 82
* Send failure: Function not implemented
* Failed sending HTTP request
* Connection #0 to host
opengrads.org left intact
curl: (55) Send failure: Function not implemented
* Closing connection #0
---
At this point the code is attempting to send an HTTP request. Do you
have any comment as to whether implementing syscall "82" is feasible?
Thank you,
Arlindo