Web Hosting Talk







View Full Version : Modules ?? To install or not install.


bert
08-01-2001, 07:33 PM
We almost never receive requests like these, however, this came in earlier today from a customer:

"Need Image::Info Perl module installed to do some work. Also need to have ImageMagick 5.3.1 or later with PerlMagick(Image::Magick) installed This needs to be done asap."


Isn't this too much? :eek:

Do you install modules like these for every customer?

Just need some feedback on what you think.

Thanks!

Palm
08-01-2001, 07:53 PM
First you must do some research and see what these modules do. Some of them could be a big security hole or an exploit.
Make sure the module will do some good to the server lilke mod_gzip and not bug it down until it crashes.

AH-Tina
08-01-2001, 07:56 PM
We get alot of requests. We find out what the module is and then, 9 times out of 10, install it.

BTW - The mods your user has requested are very popular. Personally, I would install it without hesitation.

--Tina

bert
08-01-2001, 08:04 PM
Thanks guys.

Do you know what these modules are for Tina? I did some research, but to be honest I couldn't understand much since I am more of networking person than a programmer. Have you ever installed these particular ones?

Again thanks for the info. :)

AH-Tina
08-01-2001, 08:08 PM
Yes, we've installed this on all of our servers - because we received many requests. I leave this stuff up to my network guys and my lead guru assures me that this is a good one to install. I believe this has something to do with graphic files. :D


--Tina

bert
08-01-2001, 08:11 PM
Yeah, that is what I read. I will install them for him.

Thanks again for your help. ;)

qasic
08-01-2001, 08:14 PM
Image:Magick maniuplates images (tone tone, rotate, etc.) via a simple Perl interface. Quite nice from what I hear.

Best place to start doing research about Perl modules is CPAN .. http://www.cpan.org That's _the_ repository of Perl modules.

qasic

bert
08-01-2001, 08:23 PM
Thanks qasic. I am well aware of CPAN. I actually found a place with good documentation about it.

Looks pretty neat :)