[EMAIL PROTECTED] wrote: > > Okay, I've got OpenSSH 2.5.2p2 compiled for LRP, and here's the > sizes of the binaries: > -rwxr-xr-x 1 thc users 22900 Mar 27 16:49 scp > -rwxr-xr-x 1 thc users 74848 Mar 27 16:49 sftp > -rwxr-xr-x 1 thc users 58612 Mar 27 16:49 sftp-server > -rwxr-xr-x 1 thc users 712608 Mar 27 16:49 ssh > -rwxr-xr-x 1 thc users 535112 Mar 27 16:49 ssh-add > -rwxr-xr-x 1 thc users 204472 Mar 27 16:49 ssh-agent > -rwxr-xr-x 1 thc users 537312 Mar 27 16:49 ssh-keygen > -rwxr-xr-x 1 thc users 197692 Mar 27 16:49 ssh-keyscan > -rwxr-xr-x 1 thc users 645800 Mar 27 16:49 sshd Yipes. Have you run "strip" against them yet? That would be ssh (712k) ssh-add (535k) ssh-agent (204k) ssh-keygen (537k) ssh-keyscan (197k) and sshd (645k). Put any number of these together and they won't fit in the disk. Do a file command against all of these and see if you can split out libssl or something, and add it to the package as a necessary library... Presumably, there is one or another library that all of these require but isn't used by much else, which can be put separately only once instead of all these times. Also, you didn't statically link glibc did you? _______________________________________________ Leaf-hardware mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/leaf-hardware
