Lutz Jänicke f701551f36 HP-UX 32bit:
* When linking against shared libraries, the absolute path is remembered.
  - When linking against -L.., '..' is remembered inside the executable,
    so it will fail after "make install" or when not called from inside the
    "apps/" subdirectory of the build tree.
  - When using the "+cdp" option of "ld", the ".." information can be
    exchanged against $(INSTALL_TOP)/lib. In this case the executable
    will however refuse to work before "make install" has been called.
    This makes testing the 'openssl' executable a problem.
* Solution 1:
  Relink the "openssl" executable, when "make install" is called.
  This would however require significant changes to the toplevel Makefile
  and the apps/ Makefile.
* Solution 2:
  Statically link against libssl and libcrypto, so that the "openssl"
  executable is no longer dependant on the openssl shared libraries.

Select option 2 for HP-UX 32bit, as this requires the smallest change.
2002-01-29 16:32:40 +00:00
..
2001-11-06 01:44:21 +00:00
2001-01-11 13:23:19 +00:00
2000-02-03 23:23:24 +00:00
1999-05-13 11:37:32 +00:00
2002-01-29 16:32:40 +00:00
2001-09-10 17:18:56 +00:00
2001-09-10 17:18:56 +00:00
2001-12-01 23:03:30 +00:00
2002-01-12 15:56:13 +00:00
2002-01-12 15:56:13 +00:00
2001-11-05 12:43:17 +00:00
2000-03-12 23:27:14 +00:00