You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Manoj Kithany <ma...@hotmail.com> on 2002/11/08 23:57:32 UTC

[users@httpd] Apache + SSL Installation Errors

THANKS for your email.

I tried -U option also but get following error:
---------------------------------------------------------
# rpm -U apache-1.3.27-1ssl.aix4.3.ppc.rpm
error: failed dependencies:
         apache = 1.3.22 is needed by mod_ssl-2.8.5-2ssl
         apache = 1.3.22 is needed by mod_ssl-2.8.5-2ssl
#
----------------------------------------------------------
Please help!

Manoj G. Kithany




>From: "Jacob Coby" <jc...@listingbook.com>
>Reply-To: users@httpd.apache.org
>To: <us...@httpd.apache.org>
>Subject: Re: [users@httpd] Apache + SSL Installation Errors Date: Fri, 8 
>Nov 2002 16:44:24 -0500
>
>Try:
>
>rpm -Uvh apache-1.3.27-1ssl.aix4.3.ppc.rpm
>
>(U)pgrade (v)erbose (h)ash marks
>
>----- Original Message -----
>From: "Manoj Kithany" <ma...@hotmail.com>
>To: <us...@httpd.apache.org>
>Sent: Friday, November 08, 2002 4:37 PM
>Subject: [users@httpd] Apache + SSL Installation Errors
>
>
> > Hi Everyone:
> >
> > I installed Apache 1.3.26 and now want to install Apache 1.3.27(with SSL
> > Support) and when I run my rpm command as shown below I get error wonder
> > why:
> > 
>--------------------------------------------------------------------------
>------------------------------
> > # rpm -i apache-1.3.27-1ssl.aix4.3.ppc.rpm
> > file /etc/opt/freeware/apache/httpd.conf from install of
>apache-1.3.27-1ssl
> > conflicts with file from package apache-1.3.22-1ssl
> > file /etc/opt/freeware/apache/magic from install of apache-1.3.27-1ssl
> > conflicts with file from package apache-1.3.22-1ssl
> > file /etc/opt/freeware/apache/mime.types from install of
>apache-1.3.27-1ssl
> > conflicts with file from package apache-1.3.22-1ssl
> > file /opt/freeware/apache/libexec/mod_define.so from install of
> > apache-1.3.27-1ssl conflicts with file from package apache-1.3.22-1ssl
> > file /opt/freeware/apache/bin/htdigest from install of 
>apache-1.3.27-1ssl
> > conflicts with file from package apache-1.3.26-1
> > file /opt/freeware/apache/bin/htpasswd from install of 
>apache-1.3.27-1ssl
> > conflicts with file from package apache-1.3.26-1
> > file /opt/freeware/apache/libexec/libproxy.so from install of
> > apache-1.3.27-1ssl conflicts with file from package apache-1.3.26-1
> > file /opt/freeware/apache/libexec/mod_access.so from install of
> > apache-1.3.27-1ssl conflicts with file from package apache-1.3.26-1
> > ...........
> > 
>--------------------------------------------------------------------------
>------------------------------
> >
> > I downloaded the above Apache package from
> >
>http://www6.software.ibm.com/dl/aixtbx/aixtbx-h?S_PKG=dlaixww&S_TACT=&S_CMP=
> >
> > Can anyone tell me how to remove this error?
> >
> > THANKS!
> >
> >
> >
> >
> >
> >
> >
> > _________________________________________________________________
> > Help STOP SPAM with the new MSN 8 and get 2 months FREE*
> > http://join.msn.com/?page=features/junkmail
> >
> >
> > ---------------------------------------------------------------------
> > The official User-To-User support forum of the Apache HTTP Server 
>Project.
> > See <URL:http://httpd.apache.org/userslist.html> for more info.
> > To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
> >    "   from the digest: users-digest-unsubscribe@httpd.apache.org
> > For additional commands, e-mail: users-help@httpd.apache.org
>
>
>---------------------------------------------------------------------
>The official User-To-User support forum of the Apache HTTP Server Project.
>See <URL:http://httpd.apache.org/userslist.html> for more info.
>To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
>    "   from the digest: users-digest-unsubscribe@httpd.apache.org
>For additional commands, e-mail: users-help@httpd.apache.org


_________________________________________________________________
MSN 8 with e-mail virus protection service: 2 months FREE* 
http://join.msn.com/?page=features/virus


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] Apache + SSL Installation Errors

Posted by Jacob Coby <jc...@listingbook.com>.
> THANKS for your email.
>
> I tried -U option also but get following error:
> ---------------------------------------------------------
> # rpm -U apache-1.3.27-1ssl.aix4.3.ppc.rpm
> error: failed dependencies:
>          apache = 1.3.22 is needed by mod_ssl-2.8.5-2ssl
>          apache = 1.3.22 is needed by mod_ssl-2.8.5-2ssl
> #
> ----------------------------------------------------------

Looks like you can erase the old copy of mod_ssl since you are installing a
version of apache with ssl built in?

rpm -e mod_ssl

or, if that doesn't work

rpm -e mod_ssl-2.8.5-2ssl

You are meaning to install an AIX/PowerPC version of apache, correct?

-Jacob


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org