Probleme with ploticus and pdfxmltex

Wytze van der Raay wytze at nlnet.nl
Mon Mar 1 15:08:22 CET 2004


On Sat, Jan 24, 2004 at 12:14:32PM +0100, Laurent Mesuré wrote:
> i've installed lire with ploticus and pdfxmltex.
> 
> But when i run lire with the following command i have an error for 
> environment variable.:
> 
> [root at andrea root]# lr_log2report -o html -i combined <    
> /var/log/syslog | tar xfC - /tmp
> ...
> www combined lr_tag-20040124120427-16011 lr_environment debug invalid 
> value for parameter 'ploticus_path': no at 
> /usr/libexec/lire/lr_environment line 28
> www combined lr_tag-20040124120427-16011 lr_environment debug invalid 
> value for parameter 'pdfxmltex_path':  at 
> /usr/libexec/lire/lr_environment line 28
> ...
> www combined lr_tag-20040124120427-16011 lr_log2report err missing 
> requirements for the selected output format
> 
> What should i do?

I'm assuming that you installed Lire 1.4 or 1.4.1 from the tar ball
using configure, right?
Check the output of your ./configure, it should have said something like:

...
checking for ploticus... no
checking for pl... /usr/bin/pl
...
checking for pdfjadetex... yes
checking for pdfjadetex... /usr/bin/pdfjadetex
checking for pdfxmltex... yes
checking for pdfxmltex... /usr/bin/pdfxmltex

but in your case it probably it said "no" in all cases. This indicates
that ploticus (or pl) and pdfxmltex were not found in the default PATH.
You can inform configure of a special location for these executables
using environment variables:
	PATHTOPLOTIOCUS=/some/where/pl \
	PATHTOPDFXMLTEX=/some/where/pdfxmltex \
	./configure

If you don't want to re-install Lire (and it isn't really necessary),
you can also edit .../share/lire/defaults/lire.xml and adjust:

    <param name="ploticus_path">/usr/bin/pl</param>
    <param name="pdfxmltex_path">/usr/bin/pdfxmltex</param>

appropriately.

Regards,
Wytze van der Raay

-- 
To UNSUBSCRIBE, email to questions-request at logreport.org with a subject of 
"unsubscribe". Trouble? Send an email with subject "help" to 
questions-request at logreport.org



More information about the Questions mailing list