Set the relevant lines to "enabled" in:

/etc/nca/ncakmod.conf

/etc/nca/ncalogd.conf

Set the interface to "net0":
/etc/nca/nca.if

Added to /opt/local/sbin/apachectl:
# Enable NCA:
NCAKMODCONF=/etc/nca/ncakmod.conf
if [ -f $NCAKMODCONF ]; then
. $NCAKMODCONF
if [ "x$status" = "xenabled" ]; then
HTTPD=”env LD_PRELOAD=/usr/lib/ncad_addr.so $HTTPD”
fi
fi 

# pfiles `pgrep httpd`|grep AF  <----- shows AF_INET and not AF_NCA
# pldd `pgrep http` |grep ncad <------ does not return ncad


Rebooted and apache is online, so what is needed to get NCA working in a 
SmartOS Zone?


-------------------------------------------
smartos-discuss
Archives: https://www.listbox.com/member/archive/184463/=now
RSS Feed: https://www.listbox.com/member/archive/rss/184463/25769125-55cfbc00
Modify Your Subscription: 
https://www.listbox.com/member/?member_id=25769125&id_secret=25769125-7688e9fb
Powered by Listbox: http://www.listbox.com

Reply via email to