jgstew / tools

various scripts and tools
MIT License
23 stars 14 forks source link

install_bigfix.sh does not work on latest fedora docker image currently #19

Open jgstew opened 7 years ago

jgstew commented 7 years ago

Error:

/opt/BESClient/bin/BESClient: error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory

Resolved by:

yum install libstdc++.so.6 -y