are you using a bourne shell? default root shell on fbsd isn't a bourne-style shell...why not use ports to accomplish all of this? why install another copy of openssl? anyways...all of your commands i believe would work if you simply switched to sh instead of (t)csh.
> Now proceed with the following commands (Bourne-Shell syntax): > $ cd ../apache_1.3.22 > $ SSL_BASE=/path/to/openssl ./configure ... --enable-module=ssl > $ make > $ make certificate > $ make install > #------------------------------------------ > #Here is where the problem seems to occur: > #------------------------------------------ > snortsensor# cd ../apache_1.3.22 > snortsensor# SSL_BASE=../openssl-0.9.6b/ \ > ? ./configure --enable-module=ssl \ > ? --enable-module=so \ > ? --prefix=/usr/local/www/ > SSL_BASE=../openssl-0.9.6b/: Command not found. > > I also tryed typing in: > > SSL_BASE=../openssl-0.9.6b/ ./configure --enable-module=ssl --enable-module=so >--prefix=/usr/local/www/ > SSL_BASE=../openssl-0.9.6b/: Command not found. -- ------------------------------------ Robin P. Blanchard IT Program Specialist Georgia Center for Continuing Ed. fon: 706.542.2404 fax: 706.542.6546 email: [EMAIL PROTECTED] ------------------------------------ ______________________________________________________________________ Apache Interface to OpenSSL (mod_ssl) www.modssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]
