Am 20.03.2016 um 15:07 schrieb Kiyoshi KANAZAWA via RT:
With patch for #4444,


% mkdir /tmp/install_check
% ./config --prefix=/tmp/install_check

     :
Configured for solaris64-x86_64-gcc.

% make
(passed)

% make test
(passed)

% make install
     :
install openssl.pc -> /tmp/install_check/lib/pkgconfig/openssl.pc
*** Installing engines
/bin/sh: syntax error at line 1: `;' unexpected
Makefile:251: recipe for target 'install_engines' failed
make: *** [install_engines] Error 2



OS: Solaris10 x86/x64

Could it be that the ENGINES variable in the top level Makefile is empty? On my Solaris Sparc system it is

ENGINES=engines/capi.so engines/dasync.so engines/ossltest.so engines/padlock.so

(line 24)

To debug, you might look for the line starting with

install_engines:

and then change the

@set -e; ...

a few lines down into

@set -ex; ...

(add the "x") and run "make install" again.

Regards,

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

Reply via email to