Page 1 of 1

jpegtopnm [SOLVED]

Posted: 15. Apr 2010, 17:51
by lipk
Does anybody knows which package I can find "jpegtopnm" in? It's needed to compile avr-libc, but I couldn't find it.

Re: jpegtopnm

Posted: 15. Apr 2010, 18:04
by gapan
netpbm

Re: jpegtopnm

Posted: 15. Apr 2010, 18:10
by lipk
Thanks :)

Re: jpegtopnm [SOLVED]

Posted: 15. Apr 2010, 18:58
by lipk
Sorry, one more questions...
Where's pdflatex?

Re: jpegtopnm [SOLVED]

Posted: 15. Apr 2010, 19:04
by gapan
It should normally be in tetex.

Re: jpegtopnm

Posted: 15. Apr 2010, 19:11
by lipk
Uhh, that isn't nice because tetex is installed :(

Re: jpegtopnm

Posted: 15. Apr 2010, 19:59
by gapan
Well, I don't really know, I'm using texlive myself. I just loopmount the iso and add its bin directory into my PATH. pdflatex is certainly there.

Re: jpegtopnm

Posted: 15. Apr 2010, 20:00
by lipk
I did it :D

pdflatex is a link to pdfetex and located at /usr/share/texmf/bin, which isn't in PATH

good night ;)

Re: jpegtopnm

Posted: 15. Apr 2010, 20:01
by Shador
It is there, but it isn't within /usr/bin, but /usr/share/texmf/bin. For this reason there's a profile.d script for tetex which modifies PATH and MANPATH to include the tetex stuff. If it isn't there you either removed +x from the script or you're running in a environment set up without /etc/profile (eg. 'su'). First case just make it +x again, second case source /etc/profile.d/tetex.sh.

Re: jpegtopnm

Posted: 17. Apr 2010, 11:29
by lipk
Second case applies for me ;)

Thanks a lot again, now this problem is really SOLVED