You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/opt/splunk/etc/apps/faup/opt/../opt/linux-x86_64/bin/faup: /lib64/libc.so.6: version `GLIBC_2.11' not found (required by /opt/splunk/etc/apps/faup/opt/../opt/linux-x86_64/lib/liblua-5.1.so)
/opt/splunk/etc/apps/faup/opt/../opt/linux-x86_64/bin/faup: /lib64/libc.so.6: version `GLIBC_2.7' not found (required by /opt/splunk/etc/apps/faup/opt/../opt/linux-x86_64/lib/liblua-5.1.so)
A: Install Faup from git, then edit etc/apps/faup/bin/faup.py and replace:
def where_is_faup():
if platform.system() == "Darwin":
return os.environ['SPLUNK_HOME'] + "/etc/apps/faup/opt/faup-darwin"
if platform.system() == "Linux":
return os.environ['SPLUNK_HOME'] + "/etc/apps/faup/opt/faup-linux"
# I don't know, so let's trust the system
return "faup"