[lokisetup] libxml1?

Lars Uffmann lars at uffmann.name
Wed Jun 30 12:17:54 EDT 2010


Lars Uffmann wrote:
> make setupdb
> On this, ld returns with 1 exit status trying to link libxml2.a - 
> getting errors from undefined references to pow, log10, fmod and floor 
> - seems some math library is missing?
It seems the reason is here:
$ cat /usr/lib/libxml2.la | grep dependency_libs=
dependency_libs=''

While it should actually include at least -lm - according to

http://lists.alioth.debian.org/pipermail/debian-xml-sgml-pkgs/2006-October/002184.html

and that makes perfect sense with the undefined references I'm getting...

Editing the .la file seems to have no effect...

I guess I may need to build libxml2 from source :(

Best Regards,

   Lars


More information about the lokisetup mailing list