July 16th git errors
I was reading the threads today and a couple of these may have been resolved, but needed to check what I need to do in order to fix them. I will download the git again tonight to see if they are resolved. When I ran Makefile.PL - I received the following warnings - July 16th at about 11 pm Central time. *Warning prerequisite Algorithm::CheckDigits 0.5 not found. We have unknown version. *Warning prerequisite Image::Magick 6.2 not found *Warning prerequisite MIME::Lite 3 not found
From what I have read today the MIME lite may have been resolved. Just checking on the other 2 items and what I have missed in my git updates... Sorry if this was documented and I missed it in the many releases.
David Schuster -- View this message in context: http://www.nabble.com/July-16th-git-errors-tp18517231p18517231.html Sent from the Koha - Dev mailing list archive at Nabble.com. _______________________________________________ Koha-devel mailing list Koha-devel@lists.koha.org http://lists.koha.org/mailman/listinfo/koha-devel
The Algorithm::CheckDigits maintainer did not always use a declared $VERSION number (and maybe still doesn't), so that warning is a common one. For Image::Magick, try installing is as a binary package for your OS (you didn't say which), and then the perl interface to it. On debian that might be "imagemagick" and "perlmagick". --joe On Thu, Jul 17, 2008 at 5:11 PM, David Schuster <dschust1@tx.rr.com> wrote:
I was reading the threads today and a couple of these may have been resolved, but needed to check what I need to do in order to fix them. I will download the git again tonight to see if they are resolved.
When I ran Makefile.PL - I received the following warnings - July 16th at about 11 pm Central time. *Warning prerequisite Algorithm::CheckDigits 0.5 not found. We have unknown version. *Warning prerequisite Image::Magick 6.2 not found *Warning prerequisite MIME::Lite 3 not found
From what I have read today the MIME lite may have been resolved. Just checking on the other 2 items and what I have missed in my git updates... Sorry if this was documented and I missed it in the many releases.
David Schuster -- View this message in context: http://www.nabble.com/July-16th-git-errors-tp18517231p18517231.html<http://lists.koha.org/mailman/listinfo/koha-devel>
_______________________________________________ Koha-devel mailing list Koha-devel@lists.koha.org http://lists.koha.org/mailman/listinfo/koha-devel
Sorry I'm using Debian etch. David Joe Atzberger wrote:
The Algorithm::CheckDigits maintainer did not always use a declared $VERSION number (and maybe still doesn't), so that warning is a common one.
For Image::Magick, try installing is as a binary package for your OS (you didn't say which), and then the perl interface to it. On debian that might be "imagemagick" and "perlmagick".
--joe
On Thu, Jul 17, 2008 at 5:11 PM, David Schuster <dschust1@tx.rr.com> wrote:
I was reading the threads today and a couple of these may have been resolved, but needed to check what I need to do in order to fix them. I will download the git again tonight to see if they are resolved.
When I ran Makefile.PL - I received the following warnings - July 16th at about 11 pm Central time. *Warning prerequisite Algorithm::CheckDigits 0.5 not found. We have unknown version. *Warning prerequisite Image::Magick 6.2 not found *Warning prerequisite MIME::Lite 3 not found
From what I have read today the MIME lite may have been resolved. Just checking on the other 2 items and what I have missed in my git updates... Sorry if this was documented and I missed it in the many releases.
David Schuster -- View this message in context: http://www.nabble.com/July-16th-git-errors-tp18517231p18517231.html<http://lists.koha.org/mailman/listinfo/koha-devel>
_______________________________________________ Koha-devel mailing list Koha-devel@lists.koha.org http://lists.koha.org/mailman/listinfo/koha-devel
-- View this message in context: http://www.nabble.com/July-16th-git-errors-tp18517231p18521745.html Sent from the Koha - Dev mailing list archive at Nabble.com. _______________________________________________ Koha-devel mailing list Koha-devel@lists.koha.org http://lists.koha.org/mailman/listinfo/koha-devel
participants (2)
-
David Schuster -
Joe Atzberger