View Single Post
Old 03-12-2009, 12:17 PM   #698
tompe
Grand Sorcerer
tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.
 
Posts: 7,452
Karma: 7185064
Join Date: Oct 2007
Location: Linköpng, Sweden
Device: Kindle Voyage, Nexus 5, Kindle PW
Quote:
Originally Posted by Voracious View Post
Well, that was the problem: I am not familiar with CPAN, so I had followed ONLY the instructions for Debian, and had ignored the rest, since they all appeared to be other systems or other distros.
The instructions for Debian says to search for a Debian module and if that did not exist use CPAN.

Quote:
This time, lit2mobi DID work, and DID convert a .LIT file properly, but only if I either had the .LIT file in the same directory with lit2mobi, or specified a full path.
Yes, of course it works that way. Like all other Unix programs. How would it find a file if it was not in the current directory or given by using full path?

Quote:
Obviously, I'm missing something else. Otherwise, shouldn't this be able to be placed into /usr/bin or /usr/local/bin to make it usable from anywhere?
Yes, place them in /usr/local/bin if you want. Just copy the files (including the MobiPerl directory) there and make sure the file permission is correct.

Quote:
The Makefile didn't seem to be of any help, since there was no "install" and all the individual rules appeared to be Windows related (e.g file names ending in .EXE and a reference to Win32) even though the package I downloaded was the tar file, NOT the zipped "win" file.
The Makefile is mostly for producing Windows binaries and is includes so other people can provide the binaries.

The instructions assumes some familiarity with a Unix based system.
tompe is offline   Reply With Quote