From: Bill Kelly Date: 2006-02-21T05:35:10+09:00 Subject: Re: openssl library? From: "Joel VanderWerf" > > Bill Kelly wrote: >> (On debian, I also recall having needed to build the OpenSSL library >> [not the ruby extension, but the system library] from a source package, >> in order to get the needed header files.) > > Probably, you can just apt-get install libssl-dev. Ahh, indeed, there it is, thanks: http://packages.debian.org/stable/libdevel/libssl-dev I think I looked for openssl-dev and hadn't found it. Thx, Bill