Hi,
I'm having trouble using latex on my slackware 12.0 installation. When I issue a command "latex report.tex" as a regular user, nothing happens. No output, the program does not exit, no messages, errors, warnings or anything, it just sits there. No log files are generated.
I can how ever get help and the version information
Code:
[sohail@darkstar:/home/sohail/docs/tustuff/thesis/report]> latex -v
pdfeTeX 3.141592-1.21a-2.2 (Web2C 7.5.4)
kpathsea version 3.5.4
Copyright (C) 1997-2004 Peter Breitenlohner (eTeX)/Han The Thanh (pdfTeX).
Kpathsea is copyright (C) 1997-2004 Free Software Foundation, Inc.
There is NO warranty. Redistribution of this software is
covered by the terms of both the pdfeTeX copyright and
the GNU General Public License.
For more information about these matters, see the files
named COPYING and the pdfeTeX source.
Primary author of pdfeTeX: Peter Breitenlohner (eTeX)/Han The Thanh (pdfTeX).
Kpathsea written by Karl Berry and others.
As root however everything works as expected.
Code:
root@darkstar:/home/sohail/docs/tustuff/bep/report# pdflatex report.tex
This is pdfeTeX, Version 3.141592-1.21a-2.2 (Web2C 7.5.4)
entering extended mode
...
...
And endsup building my report.
This looks like a permissions issue. But where do I begin solving this? The program it self does not give me any clues.