Forum Bugs

Crash in ubuntu 10.04 when linking to external css file

christian-oudard
Using this package on ubuntu Lucid: http://www.princexml.com/download/prince-7.1-ubuntu904-amd64-static.tar.gz

I get this error when trying to convert an html document which links to an external css file:

$ prince minimal.html
prince: relocation error: /lib/libnss_files.so.2: symbol __rawmemchr, version GLIBC_2.2.5 not defined in file libc.so.6 with link time reference

Minimal failing case attached
  1. minimal.html.zip0.4 kB
    Minimal failing case
mikeday
Can you try the dynamically linked package and see if that solves the problem: prince-7.1-ubuntu904-amd64-dynamic.tar.gz.
christian-oudard
The dynamic package seems to work, thanks. Why is that not on the normal downloads page?
mikeday
Normally the statically linked package is more portable. We will add the dynamically linked package to the page as well.