View previous topic :: View next topic |
Author |
Message |
Reagger
Joined: 04 Jan 2005 Posts: 4
|
Posted: Tue Jan 04, 2005 23:01 Post subject: Hashset load error on linux |
|
|
Hi,
I recently rebuilt my nwnx installation on linux with the latest revision. However the hashset module fails to load.
I receive the following error:
ERROR: dlopen: ./nwnx_hashset.so: ./nwnx_hashset.so: undefined symbol: _ZN9CNWNXBase3LogEiPKcz
I thought it might be an issue with the compile so I compiled again keeping a close eye out for error messages. However, the entire suite built fine.
There are no errors showing up in the nwnx or the nwserver logs.
Any help fixing this would be appreciated.
Thanks. |
|
Back to top |
|
|
Reagger
Joined: 04 Jan 2005 Posts: 4
|
Posted: Thu Jan 06, 2005 7:10 Post subject: |
|
|
Has anyone seen this error before? I'm at a loss to figure out how to fix it.
The module runs fine if I take the nwnx_hashset.so out of the nwn server directory, but I can't use any of the functionality provided by the hashset module.
Thanks,
Reagger |
|
Back to top |
|
|
JeroenB
Joined: 31 Dec 2004 Posts: 228 Location: Netherlands
|
Posted: Thu Jan 06, 2005 12:39 Post subject: |
|
|
I just downloaded and compile the newest linux version. It compiled and loaded fine. I had no such error unfortunately.
Do you have g++ installed on your machine or was it using gcc? |
|
Back to top |
|
|
Reagger
Joined: 04 Jan 2005 Posts: 4
|
Posted: Thu Jan 06, 2005 17:03 Post subject: |
|
|
The version of g++ used:
g++ (GCC) 3.2.2 20030222 (Red Hat Linux 3.2.2-5)
If it helps the kernel is version 2.4.20
The db module loads and works fine which is the confusing part. I would have assumed if something was wrong with the compile all the functions would have similar problems. But perhaps I'm mistaken. |
|
Back to top |
|
|
Reagger
Joined: 04 Jan 2005 Posts: 4
|
Posted: Sat Jan 08, 2005 21:12 Post subject: |
|
|
What are you running for a linux server? Telling me that it compiles fine on your machine, while inspiring some hope, doesn't really help.
Things like which distribution, version, gcc version, etc would help me figure out what is happening. |
|
Back to top |
|
|
JeroenB
Joined: 31 Dec 2004 Posts: 228 Location: Netherlands
|
Posted: Sat Jan 08, 2005 23:42 Post subject: |
|
|
I am not Linux guru (I know only a tiny bit about it ). I use mandrake 10.1 and g++ 3.4.1 and some other development tools that come with mandrake by default. |
|
Back to top |
|
|
|