[openssl-dev] [openssl.org #4353] openssl-1.0.2f dependency error

Kiyoshi KANAZAWA via RT rt at openssl.org
Sat Feb 27 12:05:19 UTC 2016


There are dependency error in Makefile(s).
SHARED_LIBS are checked in . but make will be run in ..


crypto/Makefile:
   108  shared: buildinf.h lib subdirs
   109      if [ -n "$(SHARED_LIBS)" ]; then \
   110          (cd ..; $(MAKE) $(SHARED_LIB)); \
   111      fi

ssl/Makefile:
    63  shared: lib
    64      if [ -n "$(SHARED_LIBS)" ]; then \
    65          (cd ..; $(MAKE) $(SHARED_LIB)); \
    66      fi


I do not know if this is the reason,
libcrypto.so.1.0.0 & libssl.so.1.0.0 are remade in "make install".


Best regards,

--- Kiyoshi <yoi_no_myoujou at yahoo.co.jp>


-- 
Ticket here: http://rt.openssl.org/Ticket/Display.html?id=4353
Please log in as guest with password guest if prompted



More information about the openssl-dev mailing list