I have a very strange behavior which I have managed to get boil downed into this minimal example. It's probably a bug report for either memoir or babel developers (where should that be sent?) but I thought I should ask here if anyone can help me to get this working. The problem can be seen in page five of the generated document:

I was expecting "Regarding chapter 1" but got "Regarding chapter ??". If I removed the babel package it seems to work... But I need it. Is there other solutions?
\documentclass{memoir}
\usepackage[greek, english]{babel}
\usepackage{lipsum}
\begin{document}
\pagestyle{headings}
\chapter{Lorem}
\label{one}
\lipsum[1-5]
\chapter{Comments}
\lipsum[1-3]
\section{Regarding chapter~\ref{one}}
\lipsum[1-5]
\end{document}

memoir; it happens also with thebookclass, so it's mainly ababelissue. – Alan Munn Aug 8 '11 at 15:44