oscar-cluster / oscar

OSCAR main source repository.
GNU General Public License v2.0
13 stars 2 forks source link

Base prereq: problem on debian-5 #601

Closed dikim33 closed 7 years ago

dikim33 commented 7 years ago

Reported by valleegr on 10 Feb 2011 17:42 UTC For the base prereq on Debian 5, it is required to install mysql-server-5.0. However, mysql-server-5.1 is now used. We should check whether we can use the meta-package mysql-server or not (it was broken in the past) to definitively fix the problem, which is reoccurring periodically.

dikim33 commented 7 years ago

Comment by valleegr on 14 Feb 2011 17:04 UTC I fixed the list of prereqs but it will be nice to check if mysql-server can be used or not.

dikim33 commented 7 years ago

Comment by valleegr on 14 Feb 2011 17:06 UTC It works on debian lenny (5.0.7)

dikim33 commented 7 years ago

Comment by valleegr on 14 Feb 2011 17:17 UTC (In [9390]) This check-in fixes #601 - We do not need to specify the version of mysql-server in the base prereqs on Debian, the meta-package provided by the distro seems to be fixed.