adrian, thanks for the new version of sylkserver. i built it myself on debian squeeze by first getting it from your repo with command
apt-get source sylkserver build and install went fine, but when i try to start sylkserver, i get the error below. any idea what goes wrong? my python-sipsimple version is 0.18.0. -- juha Mar 24 11:39:45 sip sylk-server[3613]: Starting SylkServer 1.1.0, config=/etc/sylkserver/config.ini Mar 24 11:39:47 sip sylk-server[3613]: using set_wakeup_fd Mar 24 11:39:48 sip sylk-server[3613]: fatal error: failed to create SylkServer: /usr/lib/pymodules/python2.6/sipsimple/core/_core.so: undefined symbol: pjsip_msg_find_remove_hdr_by_name Mar 24 11:39:48 sip sylk-server[3613]: Traceback (most recent call last): Mar 24 11:39:48 sip sylk-server[3613]: File "/usr/bin/sylk-server", line 86, in main Mar 24 11:39:48 sip sylk-server[3613]: from sylk.server import SylkServer Mar 24 11:39:48 sip sylk-server[3613]: File "/usr/lib/pymodules/python2.6/sylk/server.py", line 11, in <module> Mar 24 11:39:48 sip sylk-server[3613]: from sipsimple.account import Account, BonjourAccount, AccountManager Mar 24 11:39:48 sip sylk-server[3613]: File "/usr/lib/pymodules/python2.6/sipsimple/account.py", line 32, in <module> Mar 24 11:39:48 sip sylk-server[3613]: from sipsimple.core import ContactHeader, Credentials, Engine, FromHeader, FrozenSIPURI, Registration, RouteHeader, SIPURI, Subscription, ToHeader, PJSIPError, SIPCoreError Mar 24 11:39:48 sip sylk-server[3613]: File "/usr/lib/pymodules/python2.6/sipsimple/core/__init__.py", line 4, in <module> Mar 24 11:39:48 sip sylk-server[3613]: from sipsimple.core._core import * Mar 24 11:39:48 sip sylk-server[3613]: ImportError: /usr/lib/pymodules/python2.6/sipsimple/core/_core.so: undefined symbol: pjsip_msg_find_remove_hdr_by_name _______________________________________________ Users mailing list [email protected] http://lists.opensips.org/cgi-bin/mailman/listinfo/users
