OneClick install software to automatically install packages like wordpress [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for … Read more

Learning Puppet Exercise – Installing httpd package and starting service [closed]

Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for Server Fault. Closed 8 years ago. Improve this question I’m working my way through the Learning Puppet guide on manifests, and I am stuck on the exercise at the bottom of the … Read more

Having issues installing Pecl Phar package – make failed

On Centos 6, php 5.5 I am trying to install the PHAR package with PECL. During the installation I get an “make failed” error: creating libtool appending configuration tag “CXX” to libtool configure: creating ./config.status config.status: creating config.h running: make /bin/sh /root/tmp/pear/pear-build-rootZdozvf/phar-2.0.0/libtool –mode=compile cc -I. -I/root/tmp/pear/phar -DPHP_ATOM_INC -I/root/tmp/pear/pear-build-rootZdozvf/phar-2.0.0/include -I/root/tmp/pear/pear-build-rootZdozvf/phar-2.0.0/main -I/root/tmp/pear/phar -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext … Read more

FreeBSD -no internet access -no packages

I just used this command: make -DBATCH install clean and realized that I don’t have access to internet from FreeBSD. If I type the address manually the browser doesn’t let me see them. Can someone tell me if there is a place to retrieve a full package of php5 installed full and just upload it … Read more

Advice on Server Solution for small business? [duplicate]

This question already has answers here: Can you help me with my capacity planning? (3 answers) Closed 3 years ago. We are a small business looking to change server and I am not the most knowledgeable in this field so I was hoping some of you had some suggestions or some knowledge and expertise that … Read more

Why are some software packages so big? [closed]

Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for Server Fault. Closed 2 years ago. Improve this question Some packages that I install – which I assume contain nothing but code – are tens or even hundreds of MB. For example, … Read more

Can I install an old package for Ubuntu Intrepid on Ubuntu Karmic?

I want to install a WMI client on to a ubuntu server to manage some windows web servers. The only WMI client I’ve found is compatible with Intrepid 8.10, whereas my server is currently running Karmic 9.10. So, can I install the old package on Karmic? http://packages.ubuntu.com/search?keywords=wmi-client Answer You could try to rebuild the package … Read more

Configuring and installing VS package management

Let’s take Ettercap (Can be any software) and configure it: sudo -c “./configure –prefix=/usr/local/ettercap” An error arises: checking for libpcap… no Is Libpcap missing ? NO ! Ettercap wants the “devel” package, not only for libpcap but for all dependencies. Let’s use yum: yum install ettercap Success ! Yum doesn’t require “devel” packages, why ? … Read more

Error when trying to install iRedMail

I’m trying to install iRedMail mail server, but when I run the installation script, I get the following error message: The following packages have unmet dependencies: php5-common: Conflicts: php5-mhash php5-mhash: Depends: phpapi-20060613 Depends: php5-common (= 5.2.6.dfsg.1-3ubuntu4.5) but 5.3.2-1ubuntu4.2 is to be installed E: Broken packages I’m not really sure what this means. I’ve tried reinstalling … Read more