cannot find font

Hilfe zu Znuny Problemen aller Art
Locked
sim
Znuny newbie
Posts: 7
Joined: 14 Aug 2007, 13:28

cannot find font

Post by sim »

Hallo,
otrs 2.2.2
ubuntu 6.06
und folgendes problem

cannot find font '' ... at /usr/share/perl5/PDF/API2/Resource/CIDFont/TrueType/FontFile.pm line 465.

ist das ein bug?

Gruß
Tim
Andre Bauer
Znuny guru
Posts: 2189
Joined: 08 Dec 2005, 17:01
Znuny Version: 5.0.x
Real Name: André Bauer
Company: Magix Software GmbH
Location: Dresden
Contact:

cannot find font

Post by Andre Bauer »

Wann kommt die Fehlermeldung?
Prod: Ubuntu Server 16.04 / Zammad 1.2

DO NOT PM ME WITH OTRS RELATED QUESTIONS! ASK IN THE FORUMS!

OtterHub.org
sim
Znuny newbie
Posts: 7
Joined: 14 Aug 2007, 13:28

cannot find font

Post by sim »

ticket drucken oder auch statistik drucken
dafdaf
Znuny newbie
Posts: 1
Joined: 04 Jan 2008, 16:03

cannot find font

Post by dafdaf »

Ich hatte exakt das gleiche Problem mit einer Neuinstallation von OTRS-2.2.4 auf Fedora 7 mit down-gegradetem Perl (perl-5.8.8-18.fc7). Da ich mittels Google auf diesen Forenbeitrag stiess, aber keine Loesung vorfand, hier meine Vorschlag:

Ich hatte perl-PDF-API2-0.66-1.fc7 mittels yum installiert.
Loesung: deinstallieren des Paketes:

rpm -e perl-PDF-API2

und manuelle Installation von:
http://search.cpan.org/CPAN/authors/id/ ... .68.tar.gz

tar -xvzf PDF-API2-0.68.tar.gz
cd PDF-API2-0.68
perl Makefile.pl
make
make test
make install

Profit !!
Locked