|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] mysql & xen - is anyone using this combinationsuccessful
> Would I have to use this when compiling gcc or when compiling mysql? (FWIW
> I get the segv with both with a native mysql compilation under gentoo, and
> with the precompiled (statically linked) binaries from mysql)
In this case, when compiling MySQL (although, in general, when compiling
everything - there are a few other packages (OOo, for instance) which break
otherwise).
Another thing you could do is compile Xen itself with more debugging
information and see if it's complaining about any errors when MySQL crashes:
cd $(XENROOT)/xen/
make debug=y verbose=y
cp xen.gz /boot/xen-2.0.gz # or whatever you called it
I think we've had this problem on Gentoo before - can anyone confirm / deny?
Cheers,
Mark
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|