<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii"><meta name=Generator content="Microsoft Word 12 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><body lang=EN-US link=blue vlink=purple><div class=WordSection1><p class=MsoNormal>I finally got BIND 10 installed, but when I go and run ./bind10 I get the following  it seems that BIND10 starts correctly but then dies after the stats section starts.<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>bash-3.2# ./bind10<o:p></o:p></p><p class=MsoNormal>2013-02-25 17:02:27.368 INFO  [b10-cfgmgr.cfgmgr/11727] CFGMGR_CONFIG_FILE Configuration manager starting with configuration file: /usr    /local/var/bind10/b10-config.db<o:p></o:p></p><p class=MsoNormal>2013-02-25 17:02:28.288 INFO  [b10-init.init/11723] BIND10_STARTING starting BIND10: bind10 20110223 (BIND 10 1.0.0)<o:p></o:p></p><p class=MsoNormal>2013-02-25 17:02:28.289 INFO  [b10-init.init/11723] BIND10_CONFIGURATOR_START bind10 component configurator is starting up<o:p></o:p></p><p class=MsoNormal>2013-02-25 17:02:28.289 INFO  [b10-init.init/11723] BIND10_COMPONENT_START component Socket creator is starting<o:p></o:p></p><p class=MsoNormal>2013-02-25 17:02:28.289 INFO  [b10-init.init/11723] BIND10_SOCKCREATOR_INIT initializing socket creator parser<o:p></o:p></p><p class=MsoNormal>2013-02-25 17:02:28.289 INFO  [b10-init.init/11723] BIND10_COMPONENT_START component msgq is starting<o:p></o:p></p><p class=MsoNormal>2013-02-25 17:02:28.289 INFO  [b10-init.init/11723] BIND10_STARTING_PROCESS starting process b10-msgq<o:p></o:p></p><p class=MsoNormal>2013-02-25 17:02:28.289 INFO  [b10-init.init/11723] BIND10_COMPONENT_START component cfgmgr is starting<o:p></o:p></p><p class=MsoNormal>2013-02-25 17:02:28.289 INFO  [b10-init.init/11723] BIND10_STARTING_PROCESS starting process b10-cfgmgr<o:p></o:p></p><p class=MsoNormal>2013-02-25 17:02:28.289 INFO  [b10-init.init/11723] BIND10_STARTING_CC starting configuration/command session<o:p></o:p></p><p class=MsoNormal>2013-02-25 17:02:28.295 INFO  [b10-init.init/11723] BIND10_READING_INIT_CONFIGURATION reading b10-init configuration<o:p></o:p></p><p class=MsoNormal>2013-02-25 17:02:28.296 INFO  [b10-init.init/11723] BIND10_CONFIGURATOR_RECONFIGURE reconfiguring running components<o:p></o:p></p><p class=MsoNormal>2013-02-25 17:02:28.296 INFO  [b10-init.init/11723] BIND10_COMPONENT_START component b10-stats is starting<o:p></o:p></p><p class=MsoNormal>2013-02-25 17:02:28.296 INFO  [b10-init.init/11723] BIND10_STARTING_PROCESS starting process b10-stats<o:p></o:p></p><p class=MsoNormal>2013-02-25 17:02:28.302 INFO  [b10-init.init/11723] BIND10_COMPONENT_START component b10-cmdctl is starting<o:p></o:p></p><p class=MsoNormal>2013-02-25 17:02:28.302 INFO  [b10-init.init/11723] BIND10_STARTING_PROCESS starting process b10-cmdctl<o:p></o:p></p><p class=MsoNormal>2013-02-25 17:02:28.328 INFO  [b10-init.init/11723] BIND10_STARTUP_COMPLETE BIND 10 started<o:p></o:p></p><p class=MsoNormal>2013-02-25 17:02:28.406 INFO  [b10-stats.stats/11729] STATS_STARTING starting<o:p></o:p></p><p class=MsoNormal>Traceback (most recent call last):<o:p></o:p></p><p class=MsoNormal>  File "/usr/local/libexec/bind10/b10-cmdctl", line 36, in <module><o:p></o:p></p><p class=MsoNormal>    import ssl, socket<o:p></o:p></p><p class=MsoNormal>  File "/usr/local/lib/python3.2/ssl.py", line 60, in <module><o:p></o:p></p><p class=MsoNormal>    import _ssl             # if we can't import it, let the error propagate<o:p></o:p></p><p class=MsoNormal>ImportError: No module named _ssl<o:p></o:p></p><p class=MsoNormal>2013-02-25 17:02:28.431 INFO  [b10-init.init/11723] BIND10_PROCESS_ENDED process 11730 of b10-cmdctl ended with status 256<o:p></o:p></p><p class=MsoNormal>2013-02-25 17:02:28.431 ERROR [b10-init.init/11723] BIND10_COMPONENT_FAILED component b10-cmdctl (pid 11730) failed: process exited normally with exit status 256<o:p></o:p></p><p class=MsoNormal>2013-02-25 17:02:28.431 FATAL [b10-init.init/11723] BIND10_COMPONENT_UNSATISFIED component b10-cmdctl is required to run and failed<o:p></o:p></p><p class=MsoNormal>2013-02-25 17:02:28.431 INFO  [b10-init.init/11723] BIND10_SHUTDOWN stopping the server<o:p></o:p></p><p class=MsoNormal>2013-02-25 17:02:28.431 INFO  [b10-init.init/11723] BIND10_CONFIGURATOR_STOP bind10 component configurator is shutting down<o:p></o:p></p><p class=MsoNormal>2013-02-25 17:02:28.432 INFO  [b10-init.init/11723] BIND10_COMPONENT_STOP component Socket creator is being stopped<o:p></o:p></p><p class=MsoNormal>2013-02-25 17:02:28.432 INFO  [b10-init.init/11723] BIND10_SOCKCREATOR_TERMINATE terminating socket creator<o:p></o:p></p><p class=MsoNormal>2013-02-25 17:02:28.432 INFO  [b10-init.init/11723] BIND10_COMPONENT_STOP component msgq is being stopped<o:p></o:p></p><p class=MsoNormal>2013-02-25 17:02:28.432 INFO  [b10-init.init/11723] BIND10_COMPONENT_STOP component b10-stats is being stopped<o:p></o:p></p><p class=MsoNormal>2013-02-25 17:02:28.433 INFO  [b10-init.init/11723] BIND10_STOP_PROCESS asking b10-stats to shut down<o:p></o:p></p><p class=MsoNormal>2013-02-25 17:02:28.433 INFO  [b10-init.init/11723] BIND10_COMPONENT_STOP component cfgmgr is being stopped<o:p></o:p></p><p class=MsoNormal>2013-02-25 17:02:28.433 INFO  [b10-init.init/11723] BIND10_STOP_PROCESS asking cfgmgr to shut down<o:p></o:p></p><p class=MsoNormal>2013-02-25 17:02:28.434 INFO  [b10-stats.stats/11729] STATS_RECEIVED_SHUTDOWN_COMMAND shutdown command received<o:p></o:p></p><p class=MsoNormal>2013-02-25 17:02:28.434 INFO  [b10-stats.stats/11729] STATS_EXITING exiting<o:p></o:p></p><p class=MsoNormal>2013-02-25 17:02:28.435 INFO  [b10-cfgmgr.cfgmgr/11727] CFGMGR_STOPPED_BY_COMMAND received shutdown command, shutting down<o:p></o:p></p><p class=MsoNormal>2013-02-25 17:02:29.433 INFO  [b10-init.init/11723] BIND10_PROCESS_ENDED process 11724 of Socket creator ended with status 0<o:p></o:p></p><p class=MsoNormal>2013-02-25 17:02:29.434 INFO  [b10-init.init/11723] BIND10_PROCESS_ENDED process 11727 of cfgmgr ended with status 0<o:p></o:p></p><p class=MsoNormal>2013-02-25 17:02:29.434 INFO  [b10-init.init/11723] BIND10_PROCESS_ENDED process 11729 of b10-stats ended with status 0<o:p></o:p></p><p class=MsoNormal>2013-02-25 17:02:29.434 INFO  [b10-init.init/11723] BIND10_SEND_SIGTERM sending SIGTERM to msgq (PID 11725)<o:p></o:p></p><p class=MsoNormal>2013-02-25 17:02:29.535 INFO  [b10-init.init/11723] BIND10_PROCESS_ENDED process 11725 of msgq ended with status 0<o:p></o:p></p><p class=MsoNormal>2013-02-25 17:02:29.536 INFO  [b10-init.init/11723] BIND10_SHUTDOWN_COMPLETE all processes ended, shutdown complete<o:p></o:p></p></div></body></html>