Here is my mysql is failing config.status: executing depfiles commands config.status: executing libtool commands /bin/rm: cannot remove `libtoolT': No such file or directory config.status: executing default commands
The reason seems to be this http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=523750 However, editing /usr/share/aclocal/libtool.m4 didn't seem to fix the problem for me. I changed the lines 713 trap "$RM \"$cfgfile\"; exit 1" 1 2 15 714 $RM "$cfgfile" and added -f to them. Not sure if these were the lines the author was talking about since line 680 is a blank line Any suggestions? -- periferral ------------------------------------------------------------------------ periferral's Profile: http://forums.slimdevices.com/member.php?userid=48293 View this thread: http://forums.slimdevices.com/showthread.php?t=88832 _______________________________________________ unix mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/unix
