So I've wiped the system as I felt it was the best way to go in starting fresh / clean slate.
What would be the ideal Linux OS to go for that, if any, would have all libraries installed from a fresh OS install ?
Preferably something with a GUI / Desktop Environment... Ty.
What can / would I type to see current boost lib that's installed since the error references 1.57.0 ?
yum list installed | grep boost
[amcnamara@Crypto-Online ~]$ yum list installed | grep boost
boost.x86_64 1.53.0-27.el7 @base
boost-atomic.x86_64 1.53.0-27.el7 @base
boost-chrono.x86_64 1.53.0-27.el7 @base
boost-context.x86_64 1.53.0-27.el7 @base
boost-date-time.x86_64 1.53.0-27.el7 @base
boost-devel.x86_64 1.57.0-1.el7.centos installed
boost-filesystem.x86_64 1.53.0-27.el7 @base
boost-graph.x86_64 1.53.0-27.el7 @base
boost-iostreams.x86_64 1.53.0-27.el7 @base
boost-locale.x86_64 1.53.0-27.el7 @base
boost-math.x86_64 1.53.0-27.el7 @base
boost-program-options.x86_64 1.53.0-27.el7 @base
boost-python.x86_64 1.53.0-27.el7 @base
boost-random.x86_64 1.53.0-27.el7 @base
boost-regex.x86_64 1.53.0-27.el7 @base
boost-serialization.x86_64 1.53.0-27.el7 @base
boost-signals.x86_64 1.53.0-27.el7 @base
boost-system.x86_64 1.53.0-27.el7 @base
boost-test.x86_64 1.53.0-27.el7 @base
boost-thread.x86_64 1.53.0-27.el7 @base
boost-timer.x86_64 1.53.0-27.el7 @base
boost-wave.x86_64 1.53.0-27.el7 @base
libboost-atomic.x86_64 1.57-1.el7.centos installed
libboost-date-time.x86_64 1.57-1.el7.centos installed
libboost-filesystem.x86_64 1.57-1.el7.centos installed
libboost-iostreams.x86_64 1.57-1.el7.centos installed
libboost-program-options.x86_64 1.57-1.el7.centos installed
libboost-regex.x86_64 1.57-1.el7.centos installed
libboost-system.x86_64 1.57-1.el7.centos installed
libboost-thread.x86_64 1.57-1.el7.centos installed
[amcnamara@Crypto-Online ~]$
Using yum history. I already tried to undo a trans. Didn't work hence my post. It's also a CentOS7 system. I chose that os for some other things I have running on the headless system.
if it's headless why build the QT version of EGC, the daemon form might be more useful and has fewer dependencies.
So now I'm sort of a rock and a hard place kind of deal. I remember when doing all these libraries initially so I could make my own QT I wanted to rip my hair out... really don't want to go through any more sleepless nights.
why didn't you use the system libraries, if you built the libraries from source then that could easily be your issue.
Also. What can / would I type to see current boost lib that's installed since the error references 1.57.0 ?
rpm -qa and grep can show you the installed packages, ldd might show what libraries you're linking against. Having EGC looking for boost 1.57 suggests something odd in your setup as that's not the version bundled in CentOS. If you're running a website this is probably stuff you should know...
1) It's headless bec I use VNC to log in remotely.
2) I don't recall what I did, I followed most of what I found on Google etc. What I do recall is that CentOS7 didn't seem to have anything installed that EGC needed.
Half tempted to wipe the system and start fresh with an OS that I don't need to install shit for libs. But it has to be linux based because of a backend program I use to manage minecraft servers.
As for what I should and shouldn't know... I don't know much as Linux is still somewhat new for me etc.
Still confused as to why this coin gives me trouble when its based off of BTC just like Doge & LTC both of which run without issue on the same system.