Sriram Natarajan wrote: > - Any reason, why mysql 5.1 cannot be compiled with -x04 considering > that MySQL 5.0 is currently compiled with this option within > OpenSolaris SFW ? > - should '-xtarget=generic' compiler flags be applicable for C++ as > well. currently, it doesn't seems to be. > - I see this line within Makefile.sfw .. > --with-server-suffix= \
Will use -x04 > > do we need this option, if no arguments are going to be entered here > > - do you really need this line. i would rather not have this line but > investigate and fix as to why a core dump comes in first place. > > find . -name core -exec rm -f {} \; Will investigate > > - in this below line, any particular reason that you expect the files > to not have 'r' permission ? also, the new convention is to deliver > 444 files in /usr/mysql/5.1. so, you might want to remove 'w' for > users/group and others as well. > > find $(MYSQL_DIR) -type f -exec /usr/bin/chmod ugo+r "{}" \; I think we handled this in install scripts ,so will do the same . > > > - Will MySQL 5.1 server start in 64 bit, if the OS is running in 64-bit ? yes > > - You probably don't need a depend file for SUNWmysql51r. you could > use the default provided by SFW. Can you elaborate where do i get this from ?I mean which is the default . > > - Not including the full version information within pkginfo.tmpl, > depend files (for eg : instead of mentioning as 5.1.30 but simply > leaving it as 5.1) will allow you to easily update from one version to > another. > yes that makes sense . > > Do you plan to deliver this for build 109 ? If yes, can PHP depend on > MySQL 5.1 client libraries. This would allow users to download MySQL > 5.1 client libraries only as part of PHP instead of the current way of > having to download the entire MySQL server if they need to try out PHP No for b110 .I don't see any reason why this cannot be done .You can depend on MySQL 5.1 libraries and I have tested the way it works with PHP,so shouldn't be any problem as I see from here . Thanks for your comments .Will make the changes. > > thanks > sriram > > > sunanda menon wrote: >> Hi , >> >> Please review the MySQL 5.1 Integration with dtrace enabled at >> http://cr.opensolaris.org/~sunandam/6711903/ >> >> The RFE's/bugs incorporated our >> >> 6711903,6697133 ,6761696 and 6728729 >> >> >> Thanks Sunanda >> _______________________________________________ >> >> >> webstack-discuss mailing list >> webstack-discuss at opensolaris.org >> http://mail.opensolaris.org/mailman/listinfo/webstack-discuss