Re: [Koha-devel] install.debian and MIME::Lite
Hi, thank you very much for you answer,
[snip CPAN install command]
My question is: Do we want to mantain this list ? Or it is better to insert a different paragraph about the list of modules written from installer and here insert only the module mandatory for the installer ?
You're right, we could probably do better here.
In fact my suggestion is only about the file install.debian Reading the paragraph 1.6 the user undesrstood: "With this command on CPAN I have installed all perl modules that I need". But it is not true, The check on all modules is done on paragraph 3 I think is difficult to mantain different install files and be exact on this particular topic. So i suggest those changes in install.debian: 1.6 Install basic Perl dependencies that aren't packaged into Debian Etch sources Run the following command: [snip CPAN install command] and in paragraph 3 the installer check *all* of the perl modules here and explain that any missing ones can be gotten from CPAN So we can write in paragraph 3: 3. Run the Koha installer $ perl Makefile.PL ( answer questions ) $ make ( test about perl modules, the missing are listed and must be installed with cpan) $ make test $ sudo make install Thank you very much for your work Bye Zeno Tajoli CILEA - Segrate (MI) tajoliAT_SPAM_no_prendiATcilea.it (Indirizzo mascherato anti-spam; sostituisci quanto tra AT con @) _______________________________________________ Koha-devel mailing list Koha-devel@lists.koha.org http://lists.koha.org/mailman/listinfo/koha-devel
Hi Zeno - I think I understand now. I have opened an enhancement request for version 3.2 to improve the information about missing perl dependencies: http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=2352 Please feel free to comment on it if you think I've left something out. We'll try to improve this process then. Also, for the immediate fix, I submitted a patch to have the debian package included: http://markmail.org/message/etgqyo5ghbnyhdbs I expect that this patch will be accepted for the coming 3.0 release. Thanks for your help! -Andy _______________________________________________ Koha-devel mailing list Koha-devel@lists.koha.org http://lists.koha.org/mailman/listinfo/koha-devel
participants (2)
-
Andrew Moore -
Zeno Tajoli