jpegtopnm [SOLVED]

You have a problem with Salix? Post here and we'll do what we can to help.
Post Reply
lipk
Posts: 37
Joined: 7. Mar 2010, 09:09
Location: Hungary

jpegtopnm [SOLVED]

Post 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.
Last edited by lipk on 17. Apr 2010, 11:30, edited 3 times in total.
User avatar
gapan
Salix Wizard
Posts: 6361
Joined: 6. Jun 2009, 17:40

Re: jpegtopnm

Post by gapan »

netpbm
Image
Image
lipk
Posts: 37
Joined: 7. Mar 2010, 09:09
Location: Hungary

Re: jpegtopnm

Post by lipk »

Thanks :)
lipk
Posts: 37
Joined: 7. Mar 2010, 09:09
Location: Hungary

Re: jpegtopnm [SOLVED]

Post by lipk »

Sorry, one more questions...
Where's pdflatex?
User avatar
gapan
Salix Wizard
Posts: 6361
Joined: 6. Jun 2009, 17:40

Re: jpegtopnm [SOLVED]

Post by gapan »

It should normally be in tetex.
Image
Image
lipk
Posts: 37
Joined: 7. Mar 2010, 09:09
Location: Hungary

Re: jpegtopnm

Post by lipk »

Uhh, that isn't nice because tetex is installed :(
User avatar
gapan
Salix Wizard
Posts: 6361
Joined: 6. Jun 2009, 17:40

Re: jpegtopnm

Post 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.
Image
Image
lipk
Posts: 37
Joined: 7. Mar 2010, 09:09
Location: Hungary

Re: jpegtopnm

Post 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 ;)
Shador
Posts: 1295
Joined: 11. Jun 2009, 14:04
Location: Bavaria

Re: jpegtopnm

Post 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.
Image
lipk
Posts: 37
Joined: 7. Mar 2010, 09:09
Location: Hungary

Re: jpegtopnm

Post by lipk »

Second case applies for me ;)

Thanks a lot again, now this problem is really SOLVED
Post Reply