>From the ls command output given, they're installed. ( you might try ls -al as well to check if they all have the executable bit set. It should be )
And /usr/local/bin is in PATH ( echo $PATH ), right? What happens *exactly* when you type a command on it's own, say, swfc pdf2swf Help screen? Error response? If the latter, what does it say? Have you also tried Mattias' suggestions? Regards, Chris. >On Thu, 26 Aug 2010 21:43:03 +0200 >edmond <[email protected]> wrote: > here > $ ls /usr/local/bin > as3compile font2swf jpegtran rdjpgcom swfcombine swfrender wrjpgcom > cjpeg gif2swf pdf2swf swfbbox swfdump swfstrings > djpeg jpeg2swf png2swf swfc swfextract wav2swf > > i have all in the path. I don't know > > 2010/8/26 Chris <[email protected]> > > > >On Thu, 26 Aug 2010 15:54:15 +0200 > > >edmond <[email protected]> wrote: > > > > > on my debian squeeze swftools do not works > > > this my step > > > i have installed all library thereafter no errors > > > wget http://www.swftools.org/swftools-0.9.1.tar.gz > > > cd swftools-0.9.1 > > > ./configure --prefix=/usr/local > > > make > > > sudo checkinstall > > > > > > now i have made this step > > > > > > swfc file.sc > > > not even pdf2swf file.pdf -o file.swf work > > > > > > I do not understand where is the problem, compile went alright > > > > Did you do 'make install' to copy the executables you created > > with make into /usr/local/bin/bin? > > > > Check! > > > > Is /usr/local/bin in your system Path? > > > > Check! > > > > Fix one or both of the above, then issue both commands on their > > own, and see what happens. > > > > HTH. > > > > Regards, > > > > > > Chris. > > > > -- Chris <[email protected]>
