LIRE Failure in PDF Generation
Francis J. Lacoste
flacoste at logreport.org
Tue Sep 30 16:01:00 CEST 2003
On Wed, 2003-09-24 at 06:09, Massimiliano CICCARELLI wrote:
> Then, once I had successfully re-executed the "configure & make & make
> install" LIRE installation sequence, I tried to install the following:
>
> lire-pdf-1.3-1.noarch.rpm
lire-pdf and lire-html are empty packages which depends on the
requirements for that output format. Since you seem to be installing
Lire from source, you don't need to install these RPMS.
> It reported me the following message, while the LIRE SW was instead
> successfully installed and it worked fine in generating both ASCII and HTML
> reports - but without graphs (see another my e-mail for coredump problem)
>
> [root at lmizzi]# rpm -iv lire-pdf-1.3-1.noarch.rpm
> warning: lire-pdf-1.3-1.noarch.rpm: V3 DSA signature: NOKEY, key ID 2cb3f937
> error: Failed dependencies:
> lire = 1.3 is needed by lire-pdf-1.3-1
>
> Nevertheless I executed LIRE which provided me the following message:
>
> [lmizzi at lmizzi]# ./lr_run lr_log2report -o pdf syslog < ./messages >
> prova.pdf
> syslog syslog lr_tag-20030924114458-19006 lr_check_prereq err Jadetex
> doesn't seem to be installed.
> syslog syslog lr_tag-20030924114458-19006 lr_check_prereq err Please install
> jadetex.
> syslog syslog lr_tag-20030924114458-19006 lr_check_prereq err Consult the
> Lire User's Manual for more information.
> syslog syslog lr_tag-20030924114458-19006 lr_log2report err missing
> requirements for the selected output format
>
> Could it be a wrong environmental variable setting, because it seems LIRE
> does not recognize the Jadetex installed package.
Did ./configure find jadetex? You should see something like:
checking for pdfjadetex... (cached) yes
checking for pdfjadetex... (cached) /usr/bin/pdfjadetex
in the output from ./configure. (The (cached) string may not be present.)
If ./configure found jadetex, Lire should find it at runtime.
In the surprising case where ./configure found jadetex, but Lire can't use it,
please run
lr_run lr_environment|grep pdfjadetex_path=
to obtain the runtime value of the pdfjadetex_path configuration variable.
This should be the same than the one found by ./configure. If they differ,
it means that another configuration file overrides the defaults one. Check in
the directories <prefix>/etc/lire/config and $HOME/.lire/config
Kind regards,
Francis J. Lacoste
--
Francis J. Lacoste . . http://www.logreport.org
/^LogReport$/ . . flacoste at logreport.org
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
Url : http://lists.logreport.org/pipermail/development/attachments/20030930/cd388d49/attachment.bin
More information about the Development
mailing list