Forum Moderators: coopster & phranque

Message Too Old, No Replies

Movable type blog service on my host

         

WebTcensored

11:33 pm on Aug 9, 2006 (gmt 0)

10+ Year Member



Can anyone help me I get this list of missing modules for installing Movable type blog service on my host. I get his on check with "mt-check.cgi"

This page provides you with information on your system's configuration and determines whether you have all of the components you need to run Movable Type.
System Information:

* Current working directory: /home/"myweb"/public_html/cgi-bin/mt
* MT home directory: ./
* Operating system: linux
* Perl version: 5.8.7
* Perl include path: extlib
lib
/usr/lib/perl5/5.8.7/x86_64-linux
/usr/lib/perl5/5.8.7
/usr/lib/perl5/site_perl/5.8.7/x86_64-linux
/usr/lib/perl5/site_perl/5.8.7
/usr/lib/perl5/site_perl/5.8.6
/usr/lib/perl5/site_perl/5.8.5
/usr/lib/perl5/site_perl/5.8.4
/usr/lib/perl5/site_perl/5.8.3
/usr/lib/perl5/site_perl
.
* Web server: Apache/1.3.37 (Unix) mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 FrontPage/5.0.2.2635.SR1.2 mod_ssl/2.8.28 OpenSSL/0.9.7f PHP-CGI/0.1b
* (Probably) Running under cgiwrap or suexec

Checking for Required Modules:
CGI

Your server does not have CGI installed, or CGI requires another module that is not installed. CGI is required for all Movable Type application functionality. Please consult the installation instructions for help in installing CGI.
HTML::Template (version >= 2)

Either your server does not have HTML::Template installed, the version that is installed is too old, or HTML::Template requires another module that is not installed. HTML::Template is required for all Movable Type application functionality. Please consult the installation instructions for help in installing HTML::Template.
Image::Size

Your server has Image::Size installed (version 3.0).
File::Spec (version >= 0.8)

Your server has File::Spec installed (version 3.19).
CGI::Cookie

Your server has CGI::Cookie installed (version 1.20).
Checking for Data Storage Modules:

Some of the following modules are required by the various data storage options in Movable Type. In order run the system, your server needs to have either DB_File, or else DBI and at least one of the other modules installed.
DB_File

Your server does not have DB_File installed, or DB_File requires another module that is not installed. DB_File is required if you want to use the Berkeley DB/DB_File backend. Please consult the installation instructions for help in installing DB_File.
DBI (version >= 1.21)

Your server has DBI installed (version 1.52).

DBD::mysql

Your server has DBD::mysql installed (version 3.0006).

DBD::Pg (version >= 1.32)

Either your server does not have DBD::Pg installed, the version that is installed is too old, or DBD::Pg requires another module that is not installed. DBI and DBD::Pg are required if you want to use the PostgreSQL database backend. Please consult the installation instructions for help in installing DBD::Pg.

DBD::SQLite

Your server does not have DBD::SQLite installed, or DBD::SQLite requires another module that is not installed. DBI and DBD::SQLite are required if you want to use the SQLite database backend. Please consult the installation instructions for help in installing DBD::SQLite.

DBD::SQLite2

Your server does not have DBD::SQLite2 installed, or DBD::SQLite2 requires another module that is not installed. DBI and DBD::SQLite2 are required if you want to use the SQLite 2.x database backend. Please consult the installation instructions for help in installing DBD::SQLite2.

WebTcensored

11:35 pm on Aug 9, 2006 (gmt 0)

10+ Year Member



And when i trie to run instal with "mt.cgi" I get this:

Got an error: CGI.pm did not return a true value at lib/MT/App/CMS.pm line 20.
BEGIN failed--compilation aborted at lib/MT/App/CMS.pm line 20.
Compilation failed in require at (eval 5) line 1.

Thanks in advance...

perl_diver

3:58 am on Aug 10, 2006 (gmt 0)

10+ Year Member



CGI.pm is a core module, if the server does not have it installed they have crippled perl for some reason. Bad host.

WebTcensored

7:01 pm on Aug 10, 2006 (gmt 0)

10+ Year Member



I am not shure i got cgi-bin directory on default nad option on cpanel to insatll cgi warper and it creates scgi-bin drectory, i have tried to puti in both with right config.cgi paths but it displys same error.

coopster

9:11 pm on Aug 19, 2006 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



Welcome to WebmasterWorld, WebTcensored.

Having the cgi-bin set up is only one part of your issue. perl itself also needs to be installed and setup correctly to use the MT application. perl_diver alluded to that and your error message is where you need to start ...


Your server does not have CGI installed, or CGI requires another module that is not installed. CGI is required for all Movable Type application functionality. Please consult the installation instructions for help in installing CGI.