On 09/14/2011 12:00 PM, Robert Viduya wrote:
> I'm having issues with this as well, but I'm trying to do a clean install, 
> not an upgrade.  I pulled down 389-dsgw-1.1.7-2.el5.x86_64.rpm as suggested, 
> but it's failing to install with dependency errors as well:
>
> # yum localinstall 389-dsgw-1.1.7-2.el5.x86_64.rpm
> Loaded plugins: downloadonly, rhnplugin, security
> Setting up Local Package Process
> Examining /home/robert/389-dsgw-1.1.7-2.el5.x86_64.rpm: 
> 389-dsgw-1.1.7-2.el5.x86_64
> Nothing to do
>
> # rpm -i 389-dsgw-1.1.7-2.el5.x86_64.rpm
> error: Failed dependencies:
>       /etc/dirsrv/admin-serv/httpd.conf is needed by 
> 389-dsgw-1.1.7-2.el5.x86_64
>       libadminutil.so.0()(64bit) is needed by 389-dsgw-1.1.7-2.el5.x86_64
>       libadmsslutil.so.0()(64bit) is needed by 389-dsgw-1.1.7-2.el5.x86_64
>
> Not sure where to go from here.
I had to first
yum clean all
then
yum install 389-adminutil # this should install 1.1.14 which provides 
libadminutil.so.0 and libadmsslutil.so.0

then
yum install 389-admin # to install the dependencies for 389-dsgw
then

rpm -i 389-dsgw-1.1.7-2.el5.x86_64.rpm


>
> --
> 389 users mailing list
> [email protected]
> https://admin.fedoraproject.org/mailman/listinfo/389-users

--
389 users mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/389-users

Reply via email to