我看到 linux 有 setenv 命令,是用来查询或设置环境变量的指令的,但是我在 redhatlinux 9 中输入
setenv SSL_DIR /usr
结果显示 bash: setenv: command not found
这是为什么啊?有哪位大哥帮帮忙了
----------------------------
有人让我用 set 命令,但是好像没有用
我输入 set SSL_DIR /usr
结果在 ./configure 时显示 configure error: SSL_DIR not defined. Please set the enviroment variable SSL_DIR to indicate the openssl location ( i.e. setenv SSL_DIR ~/openssl ).
我不行了,大家帮忙啊!
这程序的 readme 说要
define the following environment variables SSL_DIR, SSL_INC, SP_DIR and SP_INC. They are used by the configure file to find libcrypto.a (Openssl) and libsp.a (Spread) libraries