in reply to Re^2: Can't locate DBI.pm @INC (Cygwin + MySQL)
in thread Can't locate DBI.pm @INC (Cygwin + MySQL)
I got a similar problem today and resolved it in the following way:
kill all CygWin processesjust start ash (it doesn't work with bash / rxvt etc.)
check with ps that ash is the only process running (you should only see ash and ps)run rebaseall$ ps PID PPID PGID WINPID TTY UID STIME COMMAND 20764 1 20764 20764 con 41423 15:35:44 /usr/bin/ash 82492 20764 20764 82548 con 41423 16:34:35 /usr/bin/ps
now run the normal building steps$ rebaseall
and you should be fine$ perl Makefile.pl $ make $ make test $ make install
|
|---|