From: Florian R. <Flo...@gm...> - 2006-01-27 16:55:18
|
Hi I tried to compile tilp2 and the necessary libraries on Debian GNU/Linux Sarge, but when I start tilp-2, I get this: > tilp-2: error while loading shared libraries: libticalcs2.so.0: cannot > open shared object file: No such file or directory and it returns. However, /usr/local/lib/ contains all libraries! I searched for reasons and I discovered, that during the configure-process of tilp2, it prints: > checking tilp2/ticalcs.h usability... no > checking tilp2/ticalcs.h presence... no > checking for tilp2/ticalcs.h... no I can build and install libticalcs2 without problems, but following things are a bit strange: In ticalcs2.pc.in, the last line is: > Cflags: -I${includedir}/tilp and not > Cflags: -I${includedir}/tilp2 as I've expected. In src/ticalcs.h, I see: > #include <ticables.h> > #include <tifiles.h> instead of > #include <tilp2/ticables.h> > #include <tilp2/tifiles.h> I don't know if this is intented, but if I adapt these two things, the configure-script doesn't complain anymore. Nevertheless tilp doesn't start. I downloaded the code form ticalc.org and use following versions: libticalcs2-0.0.3 libticables2-0.0.3 libtifiles2-0.0.3 tilp2-0.02 gcc-3.3.5 I hope that somebody can help me. Florian |