Deleted Added
full compact
INSTALL (100928) INSTALL (100936)
1
2 INSTALLATION ON THE UNIX PLATFORM
3 ---------------------------------
4
5 [Installation on Windows, OpenVMS and MacOS (before MacOS X) is described
6 in INSTALL.W32, INSTALL.VMS and INSTALL.MacOS.]
7
8 To install OpenSSL, you will need:

--- 114 unchanged lines hidden (view full) ---

123 This will build the OpenSSL libraries (libcrypto.a and libssl.a) and the
124 OpenSSL binary ("openssl"). The libraries will be built in the top-level
125 directory, and the binary will be in the "apps" directory.
126
127 If "make" fails, look at the output. There may be reasons for
128 the failure that aren't problems in OpenSSL itself (like missing
129 standard headers). If it is a problem with OpenSSL itself, please
130 report the problem to <openssl-bugs@openssl.org> (note that your
1
2 INSTALLATION ON THE UNIX PLATFORM
3 ---------------------------------
4
5 [Installation on Windows, OpenVMS and MacOS (before MacOS X) is described
6 in INSTALL.W32, INSTALL.VMS and INSTALL.MacOS.]
7
8 To install OpenSSL, you will need:

--- 114 unchanged lines hidden (view full) ---

123 This will build the OpenSSL libraries (libcrypto.a and libssl.a) and the
124 OpenSSL binary ("openssl"). The libraries will be built in the top-level
125 directory, and the binary will be in the "apps" directory.
126
127 If "make" fails, look at the output. There may be reasons for
128 the failure that aren't problems in OpenSSL itself (like missing
129 standard headers). If it is a problem with OpenSSL itself, please
130 report the problem to <openssl-bugs@openssl.org> (note that your
131 message will be forwarded to a public mailing list). Include the
132 output of "make report" in your message.
131 message will be recorded in the request tracker publicly readable
132 via http://www.openssl.org/rt2.html and will be forwarded to a public
133 mailing list). Include the output of "make report" in your message.
134 Please check out the request tracker. Maybe the bug was already
135 reported or has already been fixed.
133
134 [If you encounter assembler error messages, try the "no-asm"
135 configuration option as an immediate fix.]
136
137 Compiling parts of OpenSSL with gcc and others with the system
138 compiler will result in unresolved symbols on some systems.
139
140 3. After a successful build, the libraries should be tested. Run:
141
142 $ make test
143
144 If a test fails, look at the output. There may be reasons for
145 the failure that isn't a problem in OpenSSL itself (like a missing
146 or malfunctioning bc). If it is a problem with OpenSSL itself,
147 try removing any compiler optimization flags from the CFLAGS line
148 in Makefile.ssl and run "make clean; make". Please send a bug
149 report to <openssl-bugs@openssl.org>, including the output of
136
137 [If you encounter assembler error messages, try the "no-asm"
138 configuration option as an immediate fix.]
139
140 Compiling parts of OpenSSL with gcc and others with the system
141 compiler will result in unresolved symbols on some systems.
142
143 3. After a successful build, the libraries should be tested. Run:
144
145 $ make test
146
147 If a test fails, look at the output. There may be reasons for
148 the failure that isn't a problem in OpenSSL itself (like a missing
149 or malfunctioning bc). If it is a problem with OpenSSL itself,
150 try removing any compiler optimization flags from the CFLAGS line
151 in Makefile.ssl and run "make clean; make". Please send a bug
152 report to <openssl-bugs@openssl.org>, including the output of
150 "make report".
153 "make report" in order to be added to the request tracker at
154 http://www.openssl.org/rt2.html.
151
152 4. If everything tests ok, install OpenSSL with
153
154 $ make install
155
156 This will create the installation directory (if it does not exist) and
157 then the following subdirectories:
158

--- 125 unchanged lines hidden ---
155
156 4. If everything tests ok, install OpenSSL with
157
158 $ make install
159
160 This will create the installation directory (if it does not exist) and
161 then the following subdirectories:
162

--- 125 unchanged lines hidden ---