OTD

OTD – Error In Invoking Target ‘Mkldflags ntcontab.o nnfgt.o’ Of Makefile ins_net_client.mk

Ok, That’s not only for the OTD. Basically you won’t be able to link anything because you are missing basic packages in the OS.

If you are using Linux, try to install the packages below:

libstdc++-devel-3.4.3-22.1

glibc-devel-2.5-58

libaio-devel-0.3.106

If you are using Solaris, try to install the GCC(See my example below):

I would like to remember you that all these packages are described by the installation guides. 😉
For the OTD you can check here: http://docs.oracle.com/middleware/12212/otd/install/GUID-B5C151EC-DEAD-462C-B6AB-8B7FB2B95A19.htm#OTINS1104 
Cheers!

Exalogic, OTD

[OTD-10251] – dlopen of libwebapp-firewall.so

If you are getting this:

Error on Node myserver-01: Error on node ‘myserver-01’: OTD-63603 An error occurred while starting the server. [ERROR:32] [OTD-10251] Error running Init function load-modules: dlopen of libwebapp-firewall.so failed (libexpat.so.0: cannot open shared object file: No such file or directory) [ERROR:32] server initialization failed

You need to install the lib libexpat. This is how it works:

libwebapp-firewall.so -> libaprutil-1.so.0 -> libexpat.so.0

Just go for it:

yum install compat-expat1-1.95.8-8.el6.x86_64

Cheers. 😉