Bug Tracker item #2940224, was opened at 2010-01-26 14:57
Message generated for change (Tracker Item Submitted) made by ondrejj
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=1126467&aid=2940224&group_id=250683

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: daemon
Group: v3.9.0
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Jan Ondrej (ondrejj)
Assigned to: Nobody/Anonymous (nobody)
Summary: undefined reference to `_ds_pref_new'

Initial Comment:
When trying to load libdspam.so.7 in python, I am getting undefined symbol 
error message. Same problem can be simulated this way:

[ondr...@work ~]$ ld /usr/lib/libdspam.so.7
ld: warning: cannot find entry symbol _start; not setting start address
/usr/lib/libdspam.so.7: undefined reference to `_ds_pref_new'

or:

[ondr...@work ~]$ python -c "from ctypes import *;CDLL('libdspam.so.7')"
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/usr/lib/python2.6/ctypes/__init__.py", line 353, in __init__
    self._handle = _dlopen(self._name, mode)
OSError: /usr/lib/libdspam.so.7: undefined symbol: _ds_pref_new

Also I can't compile src/example.c from dspam sources (may be similar problem).

Why this symbol was moved from dynamic library to pref.o, which is not linked 
statically in dspam binary?


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=1126467&aid=2940224&group_id=250683

------------------------------------------------------------------------------
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
_______________________________________________
Dspam-devel mailing list
Dspam-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspam-devel

Reply via email to