[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: openssl
on Sat Jul 09 2011, Kete <kenwfoyjr-AT-lavabit.com> wrote:
> Hello,
> The info file says, "set `PATH' to the directory that OpenSSL commands
> are installed." Does that mean '(add-to-list 'load-path "/usr/bin/")'?
I seriously doubt that.
> I ask because that's where my openssl binary is.
load-path applies only to elisp files, not
executable binaries. I think they mean to add it to your PATH
environment variable. If you can `M-! which openssl RET' from Emacs
already, you probably don't have to do anything at all.
--
Dave Abrahams
BoostPro Computing
http://www.boostpro.com
- References:
- openssl
- From: Kete <kenwfoyjr@lavabit.com>