1. 02 Feb, 2002 1 commit
  2. 29 Jan, 2002 4 commits
    • Lutz Jänicke's avatar
      866eedb9
    • Lutz Jänicke's avatar
      HP-UX 32bit: · f701551f
      Lutz Jänicke authored
      * 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.
      f701551f
    • Lutz Jänicke's avatar
      adc4df36
    • Richard Levitte's avatar
  3. 28 Jan, 2002 1 commit
  4. 27 Jan, 2002 5 commits
  5. 26 Jan, 2002 9 commits
  6. 25 Jan, 2002 8 commits
  7. 24 Jan, 2002 9 commits
  8. 23 Jan, 2002 1 commit
  9. 22 Jan, 2002 2 commits