> As we result if this, we also compiled the mysql5 client libs for Solaris 10 U4 to have this work.
Did you have to recompile, in order to use the new libs? (as opposed to dynamically linking to the new libs) This seems to imply that we can provide mysql-ruby support for MySQL 5 or MySQL 4, but not both at the same time. Since you can only have one gem installed with a certain name+version combination. MySQL 5.x.y will be in snv_79 onward, so we'd probably compile for 5.x.y. -ps Thorleif Wiik wrote: > Hi, > > one word to mysql-ruby >= 2.7.3 . > > We complied the stack below with Sun Studio 12 on our own for the customer > with the bundled mysql 4 libs from Solaris 10 U4. > > Testing this against the customer application stack, running a mysql 5 > server > gives the result, that there's an incompatibility between mysql 4 and 5 > client libs. > This is because mysql changed something in the mysql authentication > between version 4 and 5. > > As we result if this, we also compiled the mysql5 client libs for > Solaris 10 U4 to have this work. > > Thorleif > >> Not sure about trunk (being its still OS-specific). But it seems OSX just >> raised the bar: >> >> http://trac.macosforge.org/projects/ruby/wiki/WhatsNewInLeopard >> >> On 19/10/2007, Prashant Srinivasan <Prashant.Srinivasan at sun.com> wrote: >> >> >>> > Once that piece is behind us, we will package individual gems, into >>> our . . . . >>> >>> To clarify that comment - the idea is to pick a select set of >>> libraries(gems) to petition the OpenSolaris ARC with. To maintain >>> rubygems compatibility is of utmost important since we cannot possibly >>> package all the gems available out there, and also to be upgrade-friendly. >>> -ps >>> >>> Prashant Srinivasan wrote: >>> >>> >>>> Brandorr wrote: >>>> >>>> >>>> >>>>> On 10/18/07, Thorleif Wiik <wiik at pixelpark.com> wrote: >>>>> >>>>> >>>>> >>>>> >>>>>> Hi, >>>>>> >>>>>> today, I received a request by a customer to migrate their application >>>>>> stack from linux to Solaris 10 U4. >>>>>> >>>>>> The request looks like this: >>>>>> >>>>>> ruby >= 1.8.5 >>>>>> rubygems >= 0.9.4 >>>>>> mysql-ruby >= 2.7.3 >>>>>> fastthread >= 1.0 >>>>>> rspec >= 1.0.5 >>>>>> log4r >= 1.0.5 >>>>>> activerecord >= 1.15.3 >>>>>> activesupport >= 1.4.2 >>>>>> mongrel >= 1.0.1 >>>>>> libgpg-error >= 1.5 >>>>>> libgcrypt >= 1.2.4 >>>>>> rake >= 0.7.3 >>>>>> >>>>>> >>>>>> >>>>>> >>>>> Thorleif, >>>>> >>>>> Most, if not all, of these Ruby apps and libraries can be installed as >>>>> Gems. Could you check with your client, and verify that "gem install >>>>> rails" is what they are used to. (IE: rubygems will be included, but >>>>> not every single common library). >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> >>>> Thorleif, >>>> >>>> Thanks for the feedback. Like Brian mentioned, adding these gems is >>>> easy for a Ruby user(we package rubygems). >>>> >>>> We're looking at the problem of installing gem libraries into Ruby such >>>> that it is both Solaris packaging and rubygems compatible. >>>> Once that piece is behind us, we will package individual gems, into our >>>> Ruby packaging. >>>> >>>> fyi - I added your requirements to the feature requests list at >>>> http://wikis.sun.com/display/WebStack/Ruby+On+Rails+Stack+for+OpenSolaris >>>> >>>> -ps >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>> _______________________________________________ >>> webstack-discuss mailing list >>> webstack-discuss at opensolaris.org >>> http://mail.opensolaris.org/mailman/listinfo/webstack-discuss >>> >>> >>> >> >> > > _______________________________________________ > webstack-discuss mailing list > webstack-discuss at opensolaris.org > http://mail.opensolaris.org/mailman/listinfo/webstack-discuss > -- Prashant Srinivasan F/OSS Enthusiast Sun Microsystems, Inc. http://blogs.sun.com/prashant GnuPG key: http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x82FBDE5A
