Hello Webstackers, How does one package external dependencies that a webstack component depends on? Case in question: The interactive Ruby Interpretor(irb) is only barely usable without GNU readline 5.2, and readline is also used in rails(for script/console).
The problem is, readline is not packaged in Solaris, at least it wasn't as of snv_71. Does someone know if there are plans to include readline, so that the Ruby extensions can link to them? Else, should we make a case to add GNU Readline into Nevada along with Ruby/Rails? Thanks, -ps
