Can't compile openssl on Solaris 7

1999-06-01 Thread York Pang
Hi, all: I try to install Apache-ssl on Solaris 2.7. First, I need to install Openssl. When I compile the package, I need to run "make", "make test", "make install", etc. However, make is not in the default path. I do a find, and get /usr/share/lib/make, /usr/ccs/bin/make, /usr/xpg4/bin/make.

Re: Can't compile openssl on Solaris 7

1999-06-01 Thread Robert Abatecola
To do any kind of builds on Solaris you have to make sure that /usr/ccs/bin is added to your path when you log in or start a new shell. Edit your ~/.cshrc and ~/.profile to include this directory in your path. If you have the Sun compiler installed you should also add /opt/SUNWspro/bin (I might

Re: Can't compile openssl on Solaris 7

1999-06-01 Thread Bodo Moeller
On Tue, Jun 01, 1999 at 04:15:40PM -0400, York Pang wrote: > I try to install Apache-ssl on Solaris 2.7. First, I need to install > Openssl. When I compile the package, I need to run "make", "make test", > "make install", etc. However, make is not in the default path. I do a find, > and get /us

Re: Can't compile openssl on Solaris 7

1999-06-01 Thread System Admin.
I actully successfully install Apache+mod_ssl+openssl-0.9.2b installed on my system and it works great. I use egcs-1.1.2 compiler, gnu make, Apache 1.3.6, mod_ssl-2.2.8-1.3.6, openssl-0.9.2b, mm-1.0.2, and rsaref20.1996.tar.gz. I followed instruction that came with mod_ssl in INSTALL file. HTH