This has been fixed a while ago:
bitlbee (3.0.4+bzr855-1) unstable; urgency=low
…
* OTR module linking fix. Not with the fix from the Debian bug but with
one from bugs.bitlbee.org. I hope that covers it. (Closes: #646369)
** Changed in: bitlbee (Ubuntu)
Status: Triaged => Fix Relea
starting bitlbee in debugging mode I see this error:
symbol lookup error: /usr/lib/bitlbee/otr.so: undefined symbol: otrl_init
starting it with this env help:
LD_PRELOAD=/usr/lib/libotr.so bitlbee -u bitlbee -i 127.0.0.1 -nv
now I just need to find out, how to set env variables in upstart
initsc
quick workaround until updates from the bitlbee guys arrive:
edit /etc/init.d/bitlbee
set in d_start:
start-stop-daemon --start --quiet --pidfile $PIDFILE \
--exec $DAEMON -- -p $BITLBEE_PORT -P $PIDFILE $BITLBEE_OPTS
to:
LD_PRELOAD=/usr/lib/libotr.so start-stop-d
** Summary changed:
- bitelbee won't start when otr plugin is installed
+ bitlbee won't start when otr plugin is installed
** Changed in: bitlbee (Ubuntu)
Status: New => Triaged
** Changed in: bitlbee (Ubuntu)
Importance: Undecided => High
--
You received this bug notification becaus