[Koha-bugs] [Bug 12068] label-create-pdf.pl Add support for RTL languages

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Apr 7 06:02:01 CEST 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12068

David Cook <dcook at prosentient.com.au> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dcook at prosentient.com.au

--- Comment #30 from David Cook <dcook at prosentient.com.au> ---
(In reply to M. de Rooy from comment #27)
>
> Not sure if other people on other distros will have similar problems.

I've just run into this problem today while using OpenSuse 13.2, and I'm pretty
sure I ran into this problem in the past as well.

The problem is that you're missing the headers for the fribidi library. If you
do a "ls /usr/include/fribidi/fribidi.h", I suspect that you'll get nothing.
Look for a package like "fribidi-devel" and install that, as that will include
the headers that Text::Bidi needs when it's compiling code.

You can see some of that in the guts of the Text::Bidi Makefile:
http://cpansearch.perl.org/src/KAMENSKY/Text-Bidi-2.09/Makefile.PL

I just installed "fribidi" and "fribidi-devel", and now I've managed to install
Text::Bidi on OpenSuse 13.2.

The building and testing took a long time, so be patient with it, but it should
install once you have those fribidi C headers installed :).

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list