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_myou...@yahoo.co.jp>


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

-- 
openssl-dev mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev

Reply via email to