Skip to main content

Error: invoking targer ' ' or makefile Solaris 11 Oracle 11g

If you head up with such problem there is simple workaround

1. Install prerequisites for DB

#pkg update system/library/security/crypto
#pkg update system/zones/brand/brand-solaris-kz
#pkg install pkg:/developer/assembler
#pkg install pkg://solaris/developer/build/make

2. Make symbolic link for library libucrypto.so.1

#ln -s /lib/64/libucrypto.so.1 /usr/lib/64/libucrypto.so.1

3. unset LD_LIBRARY_PATH BEFORE installing DB

#unset LD_LIBRARY_PATH

Comments