Issue #3146 has been reported by Jasper Lievisse Adriaanse. ---------------------------------------- Bug #3146: README.markdown tweak http://projects.reductivelabs.com/issues/3146
Author: Jasper Lievisse Adriaanse Status: Unreviewed Priority: Low Assigned to: Category: Target version: Keywords: README dependency iconv Branch: It seems the iconv module for Ruby needs to be present as well for the 'rake install' stage. Perhaps this should be mentioned in the dependency list? Like this? <pre> --- README.markdown.orig Wed Feb 3 15:03:43 2010 +++ README.markdown Wed Feb 3 15:03:58 2010 @@ -6,7 +6,7 @@ ## Dependencies -* ruby >= 1.8.1 +* ruby (built with iconv support) >= 1.8.1 * rake >= 0.8.4 * mysql </pre> -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://reductivelabs.com/redmine/my/account -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-bugs?hl=en.
