Sriram Natarajan wrote: > Hi > I was wondering, if any one has any concerns if PHP depends on MySQL > 5.1 client libraries for OpenSolaris 2009.06. What this means is AMP > meta cluster will need to replace MySQL 5.0 with MySQL 5.1 package ? > If no one has any concerns, I will send out the suggested diff and > hope to make it into build 111. Any thoughts , concerns ?
Don't other web stack components need to depend on the same MySQL level, particularly those that fit together in the same process? APR-Util builds with this configure option: --with <http://src.opensolaris.org/source/s?refs=with&project=/sfw>-mysql <http://src.opensolaris.org/source/s?refs=mysql&project=/sfw>=$(ROOT <http://src.opensolaris.org/source/s?refs=ROOT&project=/sfw>)/usr <http://src.opensolaris.org/source/s?path=/usr>/mysql <http://src.opensolaris.org/source/s?path=/usr/mysql>/5.0 (http://src.opensolaris.org/source/xref/sfw/usr/src/cmd/apr-util/apr-util-1.3/Makefile.sfw) I dunno about the others.
