swiss77;300750 Wrote: > I am having problems with Squeezecenter installation. I want to update > from 6.5.4 slimserver to the newest Squeezecenter release. I downloaded > the rpm file and installed it with "rpm -i".
The rpm command has an unfortunate "feature" that if you run "rpm -i" when upgrading a package that has changed name (and uses the "obsoletes" tag), the old version is not removed. If you're upgrading from the 6.x RPM, you must use "rpm -U". My guess is that slimserver 6.x is still running and hence it's version of mysqld is preventing the SC7 instance from starting. Try removing SC7 with "rpm -e" and then reinstall it with "rpm -U". -- Fletch ------------------------------------------------------------------------ Fletch's Profile: http://forums.slimdevices.com/member.php?userid=529 View this thread: http://forums.slimdevices.com/showthread.php?t=47467 _______________________________________________ unix mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/unix
