Quote:
Originally Posted by tompe
If the PAR module was the only that failed to install thing it probably is. it also seems I added a dependency on the module Encode in mobi2html so you might have to install that also. for me it was already installed so I do not know when it is missing.
|
Uninstalling the 822 build and installing the 820 build from
here should get you a working installation. It certainly did in my case.
JSWolf, here's what you do:
Uninstall the 822 Perl build. Download and install the 820 build from the link above, Then follow the instructions on the MobiPerl web site for installing modules with the Perl Package Manager.
In addition to the packages listed there, you also need to install the Encode package. Of the two versions of PAR-Packer available in the Perl Package Manager, be sure to install PAR-Packer-588 and not the other one.
Download nmake 1.5 from
Microsoft. Run nmake15.exe and copy nmake.exe and nmake.err to a directory in your path, like e.g. the bin directory of the Perl installation (C:\Perl\bin for me)
You are now ready to go. Building the MobiPerl binaries should now consist of downloading the proper .tar from
here, unpacking it, opening a command prompt, navigating to the directory just created by unpacking the .tar, typing "nmake all", and waiting a bit.
(If you want to build the mobiperl 0.0.35 binaries yourself, you also need to use the Makefile attached to this post, as the one in the mobiperl-0.0.35.tar ignores the dependency on the Encode package and thus builds a faulty mobi2html.exe)