Hi, On Fri, Apr 28, 2006, Danny Zenzano wrote: > I try to install mbuni-1.1.0 but I obtain the following error: > make[1]: *** [libmmsc_billing_shell.la] Error 1
Always look at the very first error: > /usr/lib64/gcc-lib/x86_64-suse-linux/3.3.3/../../../../x86_64-suse-linux/bin > /ld: /usr/local/lib/kannel/libgwlib.a(gwmem-native.o): relocation > R_X86_64_32 can not be used when making a shared object; recompile with > -fPIC > /usr/local/lib/kannel/libgwlib.a: could not read symbols: Bad value > collect2: ld returned 1 exit status /usr/local/lib/kannel/libgwlib.a comes from your kannel build, rebuild kannel with ./configure CFLAGS="-fPIC". (Kannel obviously sucks at using sane CFLAGS and the static linking sucks a bit too.) Bye, -- Loïc Minier <[EMAIL PROTECTED]> _______________________________________________ Users mailing list [email protected] http://mbuni.org/mailman/listinfo/users_mbuni.org
