Omnios- Napp-it: TLS Compiler Issue

Notice: Page may contain affiliate links for which we may earn a small commission through services like Amazon Affiliates or Skimlinks.

dealcorn

New Member
Oct 12, 2011
24
0
1
I follow the current instructions at napp-it // webbased ZFS NAS/SAN appliance for OmniOS, OpenIndiana, Solaris and Linux : Downloads, but I have an issue configuring TLS email on updated Omnios stable (omnios-bed3013) with Napp-it. The second step

notest install Net::SSLeay

reports:

....Configuring M/MI/MIKEM/Net-SSLeay-1.80.tar.gz with Makefile.PL
Unresolvable missing external dependency.
This package requires a C compiler.
NA: Unable to build distribution on this platform.
No 'Makefile' created MIKEM/Net-SSLeay-1.80.tar.gz
/usr/perl5/5.16.1/bin/i386/perl Makefile.PL -- NOT OK
Failed during this command:
MIKEM/Net-SSLeay-1.80.tar.gz : writemakefile NO -- No 'Makefile' created....


Pkg list reports gcc-4-runtime and gcc-5-runtime are installed. There may be a missing symbolic link somewhere. What is the next step?
 

gea

Well-Known Member
Dec 31, 2010
3,161
1,195
113
DE
Have you installed the complete developer environment , check
pkg list | grep developer

should give something like
developer/build/make 0.5.11-0.151020
developer/debug/mdb 0.5.11-0.151020
developer/dtrace 0.5.11-0.151020
developer/gcc48 4.8.1-0.151014
developer/gcc48/libmpc-gcc48 1.0.1-0.151014
developer/gcc48/libmpfr-gcc48 3.1.1-0.151014
developer/gcc51 5.1.0-0.151020
developer/gcc51/libmpc-gcc51 1.0.3-0.151020
developer/gcc51/libmpfr-gcc51 3.1.2-0.151020
developer/gnu-binutils 2.25-0.151020
bzw
the napp-it online wget installer installs the compiler.
 

dealcorn

New Member
Oct 12, 2011
24
0
1
Perfect answer. I installed the developer environment (DevEnv), finished the TLS install and TLS mail tests good. Thank you.