View previous topic :: View next topic |
Author |
Message |
zchaoz
Joined: 17 Jul 2012 Posts: 5
|
Posted: Thu Jul 19, 2012 5:45 Post subject: nwnx_odbc: undefined symbol: _ZN7CSQLiteC1Ev |
|
|
Using core 2.8 with nwnx_odbc.so (sqlite). The plugin fails to run and output something like:
Code: |
ERROR: dlopen: ./nwnx_odbc.so: ./nwnx_odbc.so: undefined symbol: _ZN7CSQLiteC1Ev |
Can anyone share some thought about this error ? I get stuck and can't get my database up and runnning |
|
Back to top |
|
|
eeriegeek
Joined: 07 Jan 2008 Posts: 59
|
Posted: Thu Jul 19, 2012 6:52 Post subject: |
|
|
Hey, did you copy the nwnx_odbc_sqlite_dynamic.so shared library to nwnx_odbc.so in your NWN server home directory? I think this error happens when you configure for sqlite, but link the wrong .so file at runtime. |
|
Back to top |
|
|
zchaoz
Joined: 17 Jul 2012 Posts: 5
|
|
Back to top |
|
|
elven
Joined: 28 Jul 2006 Posts: 259 Location: Germany
|
|
Back to top |
|
|
zchaoz
Joined: 17 Jul 2012 Posts: 5
|
Posted: Thu Jul 19, 2012 15:02 Post subject: |
|
|
Thanks, everything is working now |
|
Back to top |
|
|
Themicles
Joined: 23 Jan 2005 Posts: 30 Location: Wolverine Lake, MI
|
Posted: Sat Apr 21, 2018 5:26 Post subject: |
|
|
I just did a fresh build from the GIT directory today and am getting this exact same error except the part after symbol: . The link above is no longer valid. :-/
Anyone left out there to help?
ERROR: dlopen: ./nwnx_odbc.so: ./nwnx_odbc.so: undefined symbol: _ZN5glineixB5cxx11EPKc _________________ World Leader of Tairis'nądur http://www.tairisnadur.com
Member World of CoPaP http://www.copap.org |
|
Back to top |
|
|
Themicles
Joined: 23 Jan 2005 Posts: 30 Location: Wolverine Lake, MI
|
Posted: Sat Apr 21, 2018 7:01 Post subject: |
|
|
I have an answer here for my case:
I was trying to load a freshly compiled nwnx_odbc.so with an old nwnx2.so that was compiled on another system... _________________ World Leader of Tairis'nądur http://www.tairisnadur.com
Member World of CoPaP http://www.copap.org |
|
Back to top |
|
|
|