View previous topic :: View next topic |
Author |
Message |
william_hunter
Joined: 31 Jan 2007 Posts: 149
|
Posted: Thu Aug 21, 2008 15:52 Post subject: New Error for me? |
|
|
when I fire the shell script, all the nwnx modules load as they should, except nwnx_resetplugin.
I get an error message :
Quote: |
ERROR: dlopen: ./nwnx_resetplugin.so: libstdc++.so.5: cannot open shared object file: no such file or directory |
Anyone know what this means? _________________ The Realm of Tharagon NWN PW |
|
Back to top |
|
|
acaos
Joined: 08 May 2007 Posts: 153
|
Posted: Thu Aug 21, 2008 15:58 Post subject: |
|
|
Your version of the reset plugin was compiled against a different version of the base C++ libraries. What flavor and version of Linux are you running?
Acaos |
|
Back to top |
|
|
william_hunter
Joined: 31 Jan 2007 Posts: 149
|
Posted: Thu Aug 21, 2008 17:42 Post subject: |
|
|
Ubuntu Server 8.04 (Hardy)
I recently upgraded. Do I need to recompile the resetplugin then? _________________ The Realm of Tharagon NWN PW |
|
Back to top |
|
|
william_hunter
Joined: 31 Jan 2007 Posts: 149
|
Posted: Thu Aug 21, 2008 19:17 Post subject: |
|
|
Let me mention here, that I do not know how to go about that.
I know, I should, but I don't. _________________ The Realm of Tharagon NWN PW |
|
Back to top |
|
|
acaos
Joined: 08 May 2007 Posts: 153
|
Posted: Thu Aug 21, 2008 19:52 Post subject: |
|
|
You should be able to fix it with: sudo apt-get install libstdc++5
Acaos |
|
Back to top |
|
|
william_hunter
Joined: 31 Jan 2007 Posts: 149
|
Posted: Thu Aug 21, 2008 20:11 Post subject: |
|
|
now if only my remote desktop would respond... _________________ The Realm of Tharagon NWN PW |
|
Back to top |
|
|
william_hunter
Joined: 31 Jan 2007 Posts: 149
|
Posted: Fri Aug 22, 2008 13:25 Post subject: |
|
|
Thanks acaos. That did the trick. _________________ The Realm of Tharagon NWN PW |
|
Back to top |
|
|
|