Hi,
I just installed MT for the first time, and I love it, but I have two problems (I am running an Ubuntu server)
1- I get the following message in the registration page:
Google (One or more Perl module may be missing to use this authentication method.)
and could not find any documentation related to it. Does anyone have any idea what this module might be, and how to install it? All other registration options are enabled.
2- I have ImageMagick installed, but I get
Image::Magick is either not present on your server or incorrectly configured. Due to that, you will not be able to use Movable Type's userpics feature. If you wish to use that feature, please install Image::Magick or use an alternative image driver.
in the MT configuration home page. Any suggestion to what the configuration should be?
Thanks,
tuncay
Reported on Movable Type 4.2
You probably need to install PerlMagick for #2. Not sure about #1 though.
Is your perl installation up to date?
More info on modules here:
http://www.sixapart.com/movabletype/docs/mtinstall.html#if%20you%20need%20to%20install%20image::magick
Use ImageDriver GD or ImageDriver NetPBM in your mt-config.cgi to try to fix #2 by switching away from ImageMagick.
Thanks to both. I resolved both thanks to you.
1- I did 'apt-cache search perl google' which showed me a few options, and I installed libnet-google-perl which solved this.
2- I installed perlmagick and that fixed this.