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:

[EMAIL PROTECTED]:~$ korganizer
korganizer: relocation error: /usr/lib/libkcal_resourceremote.so.1: undefined 
symbol: _ZNK4KCal16ResourceCalendar8infoTextEv

[EMAIL PROTECTED]:~$ export LD_PRELOAD='/usr/lib/libkcal_resourceremote.so.1'; 
korganizer
korganizer: relocation error: /usr/lib/libkorganizer_calendar.so.1: undefined 
symbol: _ZN4KCal8Calendar10incidencesERK5QDate

[EMAIL PROTECTED]:~$ 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

[EMAIL PROTECTED]:~$ 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

[EMAIL PROTECTED]:~$ 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

[EMAIL PROTECTED]:~$

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 via email to