Before i begin first my setup and installed packages:
Nas: Synology DS412+ on DSM 4.2 http://www.synology.nl/products/spec.ph ... #p_submenu
CPU: Intel Atom Dual Core 2.13GHz
Nas is bootstrapped and has optware installed and running (chroot).
uname -a:
Linux DS412p 3.2.30 #3202 SMP Fri Mar 1 01:04:10 CST 2013 x86_64 GNU/Linux
Packages installed:
Code: Select all
apr - 1.4.6-1
apr-util - 1.4.1-1
autoconf - 2.69-1
automake - 1.12-1
bash - 3.2.49-1
binutils - 2.19.1-1
bison - 2.5.1-1
boost-date-time - 1_45_0-1
boost-dev - 1_45_0-1
boost-filesystem - 1_45_0-1
boost-graph - 1_45_0-1
boost-iostreams - 1_45_0-1
boost-program-options - 1_45_0-1
boost-python - 1_45_0-1
boost-random - 1_45_0-1
boost-regex - 1_45_0-1
boost-serialization - 1_45_0-1
boost-signals - 1_45_0-1
boost-system - 1_45_0-1
boost-test - 1_45_0-1
boost-thread - 1_45_0-1
boost-wave - 1_45_0-1
bzip2 - 1.0.6-1
coreutils - 8.4-1
cyrus-sasl-libs - 2.1.23-2
diffutils - 3.1-1
e2fslibs - 1.40.3-5
expat - 2.0.1-1
file - 5.12-1
findutils - 4.2.32-1
flex - 2.5.35-1
gawk - 4.0.1-1
gcc - 4.2.1-5
gdbm - 1.8.3-4
geoip - 1.4.5-1
gettext - 0.14.5-2
grep - 2.12-1
groff - 1.19.2-2
gzip - 1.5-1
libc-dev - 2.3.6-5
libdb - 4.2.52-3
libidn - 1.25-1
libnsl - 2.3.6-4
libstdc++ - 6.0.9-6
libtool - 1.5.26-1
libxml2 - 2.7.8-1
m4 - 1.4.16-1
make - 3.82-1
ncurses - 5.7-3
ncursesw - 5.7-2
neon - 0.29.6-1
openldap-libs - 2.3.43-2
openssl - 0.9.8v-2
openssl-dev - 0.9.8v-2
optware-devel - 6.8-10
patch - 2.6.1-1
pcre - 8.31-1
perl - 5.10.0-6
pkgconfig - 0.15.0-2
psmisc - 22.17-1
py26-beaker - 1.5.4-1
py26-mako - 0.4.1-1
py26-openssl - 0.10-1
py26-setuptools - 0.6c11-2
py26-simplejson - 2.1.2-1
py26-twisted - 9.0.0-1
py26-zope-interface - 3.5.0-1
python - 2.5-1
python25 - 2.5.6-2
python26 - 2.6.8-1
readline - 6.1-2
rsync - 3.0.9-1
screen - 4.0.3-2
sed - 4.2.2-1
sqlite - 3.7.14.1-1
svn - 1.7.7-1
tar - 1.26-1
tcl - 8.4.19-2
termcap - 1.3.1-2
wget-ssl - 1.12-2
zlib - 1.2.5-1
chardet-2.1.1
pyxdg-0.25
Maked the following patches:
Code: Select all
nano or vi /opt/include/boost/config/user.hpp
add "#define BOOST_NO_INCLASS_MEMBER_INITIALIZATION"
Code: Select all
If you're using 2.6 the ipkg provided python 2.6 distutils config (/opt/lib/python2.6/distutils/distutils.cfg)
appears to point at the python 2.5 site packages directory after installation so that needs correcting first.
But when I want to start deluge deamon i get the following runtime error:
Code: Select all
libtorrent.so: undefined symbol: __sync_fetch_and_add_4
How can I fix this one?
I'm out of options.
Please help me. If you need anything else let me know.