PDA

View Full Version : can I install any lib only my domain?



biliards
05-15-2008, 12:55 AM
Hi all,
I must one tool that use some lib. In my client machine I can install them with comand lines:



apt-get install libgd2-dev
apt-get install libgd2-xpm-dev
apt-get install libarchive-zip-perl
apt-get install libarchive-tar-perl

but I don't know how to install in my hostmonster domain.. is it possible?
can you help me?

Hot DesignZ
05-15-2008, 05:03 PM
I don't think so. Plus apt-get doesn't work with HM's version of linux, that is more of a Debian/Ubuntu thing then a Red Hat/Centos thing yum or wget is more correct. You might want to check some of that might be already installed

shadmego
05-15-2008, 09:44 PM
I believe all those packages are already installed. If they aren't something similar is because the servers can unzip just about any archive file I've thrown at it.

GD2 is also installed, though I typically use ImageMagik (spelling?).

~regards