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 have this path slightly mangled).

Hope this helps.



At 4:15 PM 6/1/99, York Pang wrote:
>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.
>
>1. When I tried, these makes, I got error massage:
>
>making all in crypto...
>sh: make: not found
>Error code 1
>make: Fatal error: Command failed for target 'all'
>
>2. Then, I include the /usr/ccs/bin/make into the path.  However, I still
>get
>errors at the very beginning steps.  If I try to compile the openssl-0.9.2b,
>the ./config fails, and I get:
>
>Error code 1
>make: Fatal error: Command failed for target "ctx_size.0"
>Current working directory /usr/openssl-0.9.2b/crypto/pem
>Error code 1
>make: Fatal error, Command failed for target "links"
>Current working directory /usr/openssl-0.9.2b/crypto
>Error Code 1
>make: Fatal error: Command failed for target links.
>
>3. I even tried using openssl-0.9.3, the ./config passed, but the make got
>similar error messages.
>
>4. Then I installed Make-3.77 on my Solaris 7, and run the process again. I
>got the following errors during "make" process:
>
>make[1]: ar: Command not found
>make[1]: *** [lib] Error 127
>make[1]: Leaving directory `/usr/openssl-0.9.3/crypto'
>make: *** [all] Error 1
># ar r ../libcrypto.a cryptlib.o mem.o cversion.o ex_data.o tmdiff.o
>cpt_err.o
>make[1]: ar: Command not found
>make[1]: *** [lib] Error 127
>make[1]: Leaving directory `/usr/openssl-0.9.3/crypto'
>make: *** [all] Error 1ar: not found
>
>Then, I am lost... Would someone give me some advises?  Is there anyone out
>there who successes in installing Apache-ssl on Solaris7?
>
>Your advice is very much appreciated.

 -------------------------------------------------------------------
 Robert Abatecola       | Software Development, Network Consulting,
 The Stradivarian Group | Database Development (4D, FoxPro, FMPro,
 (408) 257-4482         | PowerBuilder), Internet Connectivity,
 [EMAIL PROTECTED]       | Macintosh/UNIX/Windows
 -------------------------------------------------------------------


______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to