<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>Jeffry,</div><div><br></div><div>Thanks for the reply. Did you forget your attachment or a link you want to share the notes?</div><div><br></div><div>I had a prerequisites script like this:</div><div><br></div><div><div><font class="Apple-style-span" face="'Courier New'">#!/bin/sh</font></div><div><font class="Apple-style-span" face="'Courier New'">sudo apt-get update</font></div><div><font class="Apple-style-span" face="'Courier New'">sudo apt-get -y upgrade</font></div><div><font class="Apple-style-span" face="'Courier New'">sudo aptitude -y install g++</font></div><div><font class="Apple-style-span" face="'Courier New'">sudo aptitude -y install make</font></div><div><font class="Apple-style-span" face="'Courier New'">sudo aptitude -y install autoconf</font></div><div><font class="Apple-style-span" face="'Courier New'">sudo aptitude -y install python3.2</font></div><div><font class="Apple-style-span" face="'Courier New'">sudo aptitude -y install python3.2-dev</font></div><div><font class="Apple-style-span" face="'Courier New'">sudo aptitude -y install libbotan-1.8.13</font></div><div><font class="Apple-style-span" face="'Courier New'">sudo aptitude -y install libbotan1.8-dev</font></div><div><font class="Apple-style-span" face="'Courier New'">sudo apt-get -y install libboost-all-dev</font></div><div><font class="Apple-style-span" face="'Courier New'">sudo aptitude -y install pkg-config</font></div><div><font class="Apple-style-span" face="'Courier New'">sudo apt-get -y install libsqlite3-dev</font></div><div><font class="Apple-style-span" face="'Courier New'">wget <a href="http://sourceforge.net/projects/log4cplus/files/log4cplus-stable/1.0.4/log4cplus-1.0.4.tar.bz2">http://sourceforge.net/projects/log4cplus/files/log4cplus-stable/1.0.4/log4cplus-1.0.4.tar.bz2</a></font></div></div><div><br></div><div>Also I added <span style="color: rgb(0, 0, 0); font-family: Verdana, Arial, 'Bitstream Vera Sans', Helvetica, sans-serif; font-size: 13px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); display: inline !important; float: none; ">/usr/local/lib in /etc/ld.so.conf.d/x86_64-linux-gnu.conf</span></div><div><br></div><div>This worked for release 20120119, I didn't try 201205017 since I need DDNS feature.</div><div><br></div><div>Is this because of 64-bit Ubuntu? Have you tried on 64-bit for the 0621 release before. You can easily start an EC2 instance and get the result. I will try 32-bit later.</div><div><br></div><div>Thanks,</div><div>-Shu</div><br><div><div>On Jul 29, 2012, at 5:33 PM, Spain, Dr. Jeffry A. wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div><blockquote type="cite">After I built and installed bind10 2012-06-21 release, I can't run it on Ubuntu 12.04 LTS AWS 64-bit EC2 instance. Below is the error output.<br></blockquote><br><blockquote type="cite">ubuntu@ip-10-176-61-222:~/bind10-devel-20120621$ sudo bind10<br></blockquote><blockquote type="cite">Traceback (most recent call last):<br></blockquote><blockquote type="cite">  File "/usr/local/sbin/bind10", line 68, in <module><br></blockquote><blockquote type="cite">    import isc.cc<br></blockquote><blockquote type="cite">  File "/usr/local/lib/python3/dist-packages/isc/__init__.py", line 6, in <module><br></blockquote><blockquote type="cite">    import isc.config<br></blockquote><blockquote type="cite">  File "/usr/local/lib/python3/dist-packages/isc/config/__init__.py", line 1, in <module><br></blockquote><blockquote type="cite">    from isc.config.ccsession import *<br></blockquote><blockquote type="cite">  File "/usr/local/lib/python3/dist-packages/isc/config/ccsession.py", line 45, in <module><br></blockquote><blockquote type="cite">    from isc.log import log_config_update<br></blockquote><blockquote type="cite">ImportError: libcfgclient.so.0: cannot open shared object file: No such file or directory<br></blockquote><blockquote type="cite">ubuntu@ip-10-176-61-222:~/bind10-devel-20120621$ <br></blockquote><br><blockquote type="cite">What could it be problem?<br></blockquote><br>I wonder if you are missing any of the prerequisites? Here is a set of installation notes that works for bind10-devel-20120517 on Ubuntu 12.04 LTS. Are you able to either reproduce or get past the problem using it with bind10-devel-20120621? I'd be interested to hear. Jeff.<br><br>Jeffry A. Spain<br>Network Administrator<br>Cincinnati Country Day School<br><br></div></blockquote></div><br></body></html>