Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date: Thu, 09 Feb 2006 11:36:59 +0100
From: Andreas Ericsson <ae@....se>
To: owl-users@...ts.openwall.com
Subject: Re:  Re: Installing kernel sources or C headers

Bob Sleys wrote:
> Thank you both for your replies.  I now have apache from the RPM 
> installed and running.  However when I go to install php I get the 
> following errors.
> 
> localhost!root:~# rpm -i apache-php-4.4.2-owl_add1.i386.rpm
> error: Failed dependencies:
>         libmm.so.14 is needed by apache-php-4.4.2-owl_add1
> 
> localhost!root:~# rpm -i php-4.4.2-owl_add1.i386.rpm
> error: Failed dependencies:
>         mm is needed by php-4.4.2-owl_add1
>         libmm.so.14 is needed by php-4.4.2-owl_add1
> 

You also need http://oss.op5.se/owl/rpms/mm-1.4.0-owl_add1.i386.rpm 
which provides the missing dependencies. If there are other unmet 
dependencies you'll find them all in the directory as shown above.

Note that you'll have to install the apache-php package to provide 
apache with php capabilities. The configuration should update itself 
automagically to handle them. Let me know if it doesn't.

> When I installed apache I did a rpm -i apache-1.3.34-owl_add1.i386.rpm
> 

I always do

	# rpm -Uvh (package)

which makes sure you never have two of the same package installed, and 
also prints some pretty output.

-- 
Andreas Ericsson                   andreas.ericsson@....se
OP5 AB                             www.op5.se
Tel: +46 8-230225                  Fax: +46 8-230231

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.