[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#268943: LD_PRELOAD



after reinstalling kitchensync korganizer refuses to work again.
i tied to use LD_PRELOAD to get the programm working but it was only a kind of partial success:

oberon@obi:~$ korganizer
korganizer: relocation error: /usr/lib/libkcal_resourceremote.so.1: undefined symbol: _ZNK4KCal16ResourceCalendar8infoTextEv

oberon@obi:~$ export LD_PRELOAD='/usr/lib/libkcal_resourceremote.so.1'; korganizer
korganizer: relocation error: /usr/lib/libkorganizer_calendar.so.1: undefined symbol: _ZN4KCal8Calendar10incidencesERK5QDate

oberon@obi:~$ export LD_PRELOAD='/usr/lib/libkcal_resourceremote.so.1 /usr/lib/libkorganizer_calendar.so.1'; korganizer
korganizer: relocation error: /usr/lib/libkorganizer_calendar.so.1: undefined symbol: _ZN4KCal8Calendar10incidencesERK5QDate

oberon@obi:~$ export LD_PRELOAD='/usr/lib/libkcal_resourceremote.so.1:/usr/lib/libkorganizer_calendar.so.1'; korganizer
korganizer: relocation error: /usr/lib/libkorganizer_calendar.so.1: undefined symbol: _ZN4KCal8Calendar10incidencesERK5QDate

oberon@obi:~$ export LD_PRELOAD='/usr/lib/libkorganizer_calendar.so.1:/usr/lib/libkcal_resourceremote.so.1'; korganizer
korganizer: relocation error: /usr/lib/libkcal_resourceremote.so.1: undefined symbol: _ZNK4KCal16ResourceCalendar8infoTextEv

oberon@obi:~$

Using LD_PRELOAD i am able to load the 'libkcal_resourceremote.so.1' but then theres a second library missing.
is there a way to load more than one lib ??



Reply to: