PDA

Bekijk de volledige versie : Transmission error



Gizmo1007
23-10-2007, 22:37
hi,

Has anyone come across a solution for the following issue in transmission

the cgi page keeps loading the following

head: error while loading shared libraries: head: symbol vprintf, version GLIBC_2.0 not defined in file libc.so.6 with link time reference head: error while loading shared libraries: head: symbol vprintf, version GLIBC_2.0 not defined in file libc.so.6 with link time reference tail: error while loading shared libraries: tail: symbol vprintf, version GLIBC_2.0 not defined in file libc.so.6 with link time reference tail: error while loading shared libraries: tail: symbol vprintf, version GLIBC_2.0 not defined in file libc.so.6 with link time reference


I have searched the forum without success. I have re-installed tranmission but no success, it comes up when I run transmission_watchdog.

Please help

tiwag
24-10-2007, 13:24
i remember an error very similar to yours

check your LD_LIBRARY_PATH variable


$ echo $LD_LIBRARY_PATH
/opt/lib:/shares/lib


HTH