1834622 Members
2750 Online
110069 Solutions
New Discussion

ttf2pt1 installation

 
Alexey Avdyukov
Occasional Contributor

ttf2pt1 installation

Hello,

I use HP-UX 11-23 as platform for Oracle Application Server. I need to get reports in PDF (which are generated by Oracle Reports) in Russian. Now all symbols are shown as question-marks. As I understood I need to install post-script fonts and embed them to report. So I try to convert TTF to PT1, for that I try to install ttf2pt1. During installation I get:
# make install
scripts/inst_dir /usr/local/bin root bin 0755
scripts/inst_dir /usr/local/libexec/ttf2pt1 root bin 0755
scripts/inst_dir /usr/local/share/ttf2pt1 root bin 0755
scripts/inst_dir /usr/local/man/man1 root bin 0755
scripts/inst_dir /usr/local/man/man5 root bin 0755
cp -R README* FONTS* CHANGES* COPYRIGHT app encodings maps scripts other /usr/local/share/ttf2pt1
chown -R root /usr/local/share/ttf2pt1
chgrp -R bin /usr/local/share/ttf2pt1
chmod -R go-w /usr/local/share/ttf2pt1
scripts/inst_file ttf2pt1 /usr/local/bin/ttf2pt1 root bin 0755
[ -f /usr/local/bin/t1asm ] || scripts/inst_file t1asm /usr/local/libexec/ttf2pt1/t1asm root bin 0755
sed 's|^TTF2PT1_BINDIR=$|TTF2PT1_BINDIR=/usr/local/bin|;\
s|^TTF2PT1_LIBXDIR=$|TTF2PT1_LIBXDIR=/usr/local/libexec/ttf2pt1|;\
s|^TTF2PT1_SHAREDIR=$|TTF2PT1_SHAREDIR=/usr/local/share/ttf2pt1|;' <scripts/convert >cvt.tmp
*** Error exit code 2

What do I wrong? May be exist much easier way to get Cyrillic in report?