Post
Topic
Board Announcements (Altcoins)
Re: [ANN] AEON 2nd gen cryptonote, anon, mobile-friendly, scalable, pruning
by
QuasiPuppet
on 09/09/2015, 07:27:34 UTC
Has anyone been able to compile Aeon on Arch? I cant get the darn aeond to compile on Arch or run if I compile on Ubuntu....

What error do you get?



Code:

[twiggy@archie Aeon 0.9.4]$ ./aeond
./aeond: error while loading shared libraries: libboost_system.so.1.55.0: cannot open shared object file: No such file or directory
[twiggy@archie Aeon 0.9.4]$



Code:
[twiggy@archie Aeon 0.9.4]$ ldd aeond
] linux-vdso.so.1 (0x00007ffd3f5f4000)
libc.so.6 => /usr/lib/libc.so.6 (0x00007f8eaae5a000)
libpthread.so.0 => /usr/lib/libpthread.so.0 (0x00007f8eaac3d000)
libboost_system.so.1.55.0 => not found
libboost_filesystem.so.1.55.0 => not found
libboost_thread.so.1.55.0 => not found
libboost_date_time.so.1.55.0 => not found
libboost_chrono.so.1.55.0 => not found
libboost_regex.so.1.55.0 => not found
libboost_serialization.so.1.55.0 => not found
libboost_program_options.so.1.55.0 => not found
libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0x00007f8eaa8bb000)
libm.so.6 => /usr/lib/libm.so.6 (0x00007f8eaa5bd000)
libgcc_s.so.1 => /usr/lib/libgcc_s.so.1 (0x00007f8eaa3a7000)
/lib64/ld-linux-x86-64.so.2 (0x00007f8eab1fe000)

I for sure have all the Boost Libs installed.

Code:

[twiggy@archie Aeon 0.9.4]$ sudo pacman -S boost-libs
[sudo] password for twiggy:
warning: boost-libs-1.58.0-3 is up to date -- reinstalling
resolving dependencies...
looking for conflicting packages...

Packages (1) boost-libs-1.58.0-3

Total Installed Size:  10.92 MiB
Net Upgrade Size:       0.00 MiB

:: Proceed with installation? [Y/n] y
(1/1) checking keys in keyring                                                            [####################################################] 100%
(1/1) checking package integrity                                                          [####################################################] 100%
(1/1) loading package files                                                               [####################################################] 100%
(1/1) checking for file conflicts                                                        [####################################################] 100%
(1/1) checking available disk space                                               [####################################################] 100%
(1/1) reinstalling boost-libs                                                             [####################################################] 100%