From: N O S P A M <ti...@ya...> - 2004-08-25 06:01:05
|
Hello I want to ask about conflict of link filename between Pango and PangoPDF. I had installed Pango 1.5 and the latest PangoPDF. When I try to compile XMLRoff, I found "Undefined reference" error. According to FABIO post about compiling XMLRoff: ---------------- The most common problem I've seen with this process is "undefined references" when making xmlroff. IF you have successfully configured and build pangopdf and successfully configured xmlroff, the problem behind the undefined references is that you are using the incorrect version of libpango-1.0.so The quickest solution to this problem is replacing the libpango-1.0.so you have in /usr/lib with /usr/lib/pangopdf/libpango-1.0.so ========================= The program compiled succesfully after I replace: /usr/lib/libpango-1.0.so with /usr/lib/pangopdf/libpango-1.0.so Unfortunately other programs that depend on the original Pango 1.5 crashed / cannot be compiled. I have to re-compile and re-install Pango 1.5. Is it possible to change link file name from libpango-1.0.so with other name to avoid conflict with the original Pango 1.5? Perhaps you can also contact XMLRoff team. Thank you. Best regards. __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com |