On 06/20/2010 06:31 PM, Timothy Rice wrote: > Dear BLFSers, > > Then we get to (the tail of): > http://ms.unimelb.edu.au/~trice/install.log > > > It appears that mysql would like to rm a file that it isn't supposed to be > playing with, namely some file called 'dir'. However, the install log > isn't explicit about the location of this file; nor does the mysql > documentation seem to explain why this file should be removed in the first > place.
/usr/share/info ~/mysql-5.1.42 rm: remove write-protected regular file `dir'? It is trying to update /usr/share/info/dir. My solution was to make /usr/share/info/dir owned by the "install" group and group writable. -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
