Hi, all.
I've been attempting unsuccessfully to install MT following these instructions . This page was recommended to me & suits my install needs: I too am installing locally on OS X Snow Leopard.
I set-up as per instructed but when I try to access mt-check.cgi I get: `The requested URL /~******/cgi-bin/mt-check.cgi was not found on this server`. That is indeed the path where mt-check is & although not mentioned in the Miss Beau's docs I did a chmod 755 on files/directories that required it so that rules that one out.
If anybody could help, I'd be extremely grateful. MT 5.1.2, perl 5.14.2, MySQL 5.1.59 & OS X 10.6.8 (both perl & MySQL are compiled from source x86_64 & are in /usr/local/).
Cheers,
Phil...
Reported on Movable Type 5

sorry the URL was stripped out. Here it is
Hi Phil,
Have you declared the paths and the database details inside the mt-config.cgi file?
Kind Regards,
Mihai Bocsaru
----------------------------------
Daily Movable Type Consultant
Web Development
Movable Type Consulting
Six Apart Partner
http://www.pro-it-service.com/
----------------------------------
Movable Type Demo
http://www.movabletypedemo.org/
----------------------------------
Open Melody Demo
http://www.openmelodydemo.org/
Hi, Mihal.
My mt-config.cgi looks like this (username & password obscured):
CGIPath /cgi/mt/
StaticWebPath /mt-static
#MySQL
ObjectDriver DBD::mysql
Database movabletype
DBUser **********
DBPassword ********
DBHost localhost
It's very minimal.
Cheers,
Phil...
And are you trying to connect it from the localhost URL?
yes, that's correct...