Hi,
I've 3 unique experiences when installing curl. These 3 boxes installed from the Core 7.2.iso that I just downloaded.
This is the command that I use
tce-load -wi curl.tcz
1st box, no problem at all
tc@box1:~$ tce-load -wi curl.tcz
curl is already installed!
tc@box1:~$ curl
curl: try 'curl --help' or 'curl --manual' for more information
tc@box1:~$
2nd box, curl downloaded but not installed
tc@box2:~$ tce-load -wi curl.tcz
curl is already downloaded.
tc@box2:~$
tc@box2:~$ curl
-sh: curl: not found
tc@box2:~$
3rd box, error message "/tmp/tcloop/libssh2 failed: Invalid argument"
tc@box3:~$ tce-load -wi curl.tcz
curl.tcz.dep OK
mount: mounting /dev/loop34 on /tmp/tcloop/libssh2 failed: Invalid argument
tc@box3:~$
tc@box3:~$ curl
-sh: curl: not found
tc@box3:~$