[EMAIL PROTECTED] wrote
...
>   Reading Package Lists... Error!
>   E: Dynamic MMap ran out of room
...

this means that apt hit a configured limit and cannot
allocate more memory --- preventing it from processing all
dependencies. 

create a file /etc/apt/apt.conf with the line

APT::Cache-Limit 10000000;

The exact max. number is somewhere in the apt documentation.
Then it should work (did for me :) ...


Cheers,
Erich


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to