----- Theodore H. Smith <[EMAIL PROTECTED]> wrote: > I tried uploading an RB tool to a linux x86 webhost, and got this > error: > > Please report what caused this error > along with the information below. > > ../Common/plugin.cpp: 5944 > Failure Condition: 0 > The application cannot continue because a needed file cannot be > installed. libstdc++.so.6: cannot open shared object file: No such > file or directory >
Need to install a package called compat, or something close to that (name varies a bit between distrobutions). > > Then I tried a different host I happened to have lying around, and > got this: > > Please report what caused this error > along with the information below. > > ../Common/plugin.cpp: 5944 > Failure Condition: 0 > The application cannot continue because a needed file cannot be > installed. /tmp/XHBMiL8: failed to map segment from shared object: > Operation not permitted > Few posibilities there, usually selinux is on, only fix I have found is to turn of selinux. Other problems might be wrong perms on /tmp, or running the application as an underpriveledged user. -Bill _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives of this list here: <http://support.realsoftware.com/listarchives/lists.html>
