Can't run 2012-06-21 release on EC2 Ubuntu instance
Shu Lin
tech at linshu.biz
Mon Jul 30 03:24:26 UTC 2012
Jeffry,
Thanks for the reply. Did you forget your attachment or a link you want to share the notes?
I had a prerequisites script like this:
#!/bin/sh
sudo apt-get update
sudo apt-get -y upgrade
sudo aptitude -y install g++
sudo aptitude -y install make
sudo aptitude -y install autoconf
sudo aptitude -y install python3.2
sudo aptitude -y install python3.2-dev
sudo aptitude -y install libbotan-1.8.13
sudo aptitude -y install libbotan1.8-dev
sudo apt-get -y install libboost-all-dev
sudo aptitude -y install pkg-config
sudo apt-get -y install libsqlite3-dev
wget http://sourceforge.net/projects/log4cplus/files/log4cplus-stable/1.0.4/log4cplus-1.0.4.tar.bz2
Also I added /usr/local/lib in /etc/ld.so.conf.d/x86_64-linux-gnu.conf
This worked for release 20120119, I didn't try 201205017 since I need DDNS feature.
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.
Thanks,
-Shu
On Jul 29, 2012, at 5:33 PM, Spain, Dr. Jeffry A. wrote:
>> 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.
>
>> ubuntu at ip-10-176-61-222:~/bind10-devel-20120621$ sudo bind10
>> Traceback (most recent call last):
>> File "/usr/local/sbin/bind10", line 68, in <module>
>> import isc.cc
>> File "/usr/local/lib/python3/dist-packages/isc/__init__.py", line 6, in <module>
>> import isc.config
>> File "/usr/local/lib/python3/dist-packages/isc/config/__init__.py", line 1, in <module>
>> from isc.config.ccsession import *
>> File "/usr/local/lib/python3/dist-packages/isc/config/ccsession.py", line 45, in <module>
>> from isc.log import log_config_update
>> ImportError: libcfgclient.so.0: cannot open shared object file: No such file or directory
>> ubuntu at ip-10-176-61-222:~/bind10-devel-20120621$
>
>> What could it be problem?
>
> 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.
>
> Jeffry A. Spain
> Network Administrator
> Cincinnati Country Day School
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.isc.org/pipermail/bind10-users/attachments/20120729/f41e5be8/attachment.html>
More information about the bind10-users
mailing list