Author |
Message |
make and BDB Guest
Offline
|
|
Back to top |
|
 |
Zip Newbie
Joined: Aug 31 2004 Posts: 9 Offline
|
Posted: Sat Nov 13, 2004 9:56 pm Post subject: |
 |
|
|
|
Ermm the above was me and I mistook the subject element from IPB for the guest name. oopsie.
Anyways, here is the make file that I meant to attach previously.
And also, I forgto to mention Im running Fedora 10.1.
Makefile.txt - 6.54 KB
File downloaded or viewed 25 time(s)
|
|
Back to top |
|
 |
i88gerbils Oldbie Server Help

Gender: Joined: Dec 13 2002 Posts: 423 Location: OH Offline
|
Posted: Sat Nov 13, 2004 11:56 pm Post subject: |
 |
|
|
|
what is the output of ldd /usr/local/BerkeleyDB.4.3/lib/libdb-4.so?
Maybe it isn't linking pthreads correctly. I searched google and found some information... _________________ Oldbie Server Help
|
|
Back to top |
|
 |
-Smong- Guest
Offline
|
Posted: Sun Nov 14, 2004 6:06 am Post subject: |
 |
|
|
|
I think you need to link pthreads in with your bdb. Add -lpthread somewhere, there's probably a var that stores the names of the libs in the asss Makefile.
|
|
Back to top |
|
 |
Grelminar Creator of Asss
Joined: Feb 26 2003 Posts: 378 Offline
|
Posted: Mon Nov 15, 2004 12:29 am Post subject: |
 |
|
|
|
I think BDB is usually built without pthread support, but I guess yours is. Smong is correct, you need to add "-lpthread" somewhere. I would try adding it to the end of the line that starts with "DB_LDFLAGS = ".
|
|
Back to top |
|
 |
|