Koozali.org: home of the SME Server

Yum Update - Openssl dependency error

Offline Xavier.A

  • ****
  • 104
  • +0/-0
Re: Yum Update - Openssl dependency error
« Reply #15 on: March 11, 2014, 12:24:55 PM »
@ALL
one of my vm (SME8 32b) is experiencing this issue !

It seems to be a problem with this Firewall-System contribs
  • smeserver-webapps-common
  • smeserver-openupload
so my solution is to remove all contribs from this packager and I think it's a good idea to not install their contribs for the moment !  ;-)

“When the wise man points to the moon, the fool looks at the finger.”

Offline Daniel B.

  • *
  • 1,700
  • +0/-0
    • Firewall Services, la sécurité des réseaux
Re: Yum Update - Openssl dependency error
« Reply #16 on: March 11, 2014, 12:44:43 PM »
The problem has nothing to do with FWS contribs, please, stop spreading FUD. The problem is a dependency issue between openssl and openssl-perl (smeserver-webapps-common just requires openssl-perl, and that's why having it installed can trigger the issue. Note the difference between create and trigger)
C'est la fin du monde !!! :lol:

Offline Xavier.A

  • ****
  • 104
  • +0/-0
Re: Yum Update - Openssl dependency error
« Reply #17 on: March 11, 2014, 01:10:10 PM »

The problem has nothing to do with FWS contribs, please, stop spreading FUD. The problem is a dependency issue between openssl and openssl-perl (smeserver-webapps-common just requires openssl-perl, and that's why having it installed can trigger the issue. Note the difference between create and trigger)
No, i can't i'm not enough clever ! Could you just don't take every body for what you are?

What is YOUR SOLUTION ?
 
“When the wise man points to the moon, the fool looks at the finger.”

Offline Daniel B.

  • *
  • 1,700
  • +0/-0
    • Firewall Services, la sécurité des réseaux
Re: Yum Update - Openssl dependency error
« Reply #18 on: March 11, 2014, 01:15:05 PM »
Code: [Select]
yum --enablerepo=smedev update openssl-perl openssl

Then you'll be able to update everything else. Yes, openssl-perl should be moved to another repo, but, as you can see, it has nothing to do with our contribs, it's just a dependency issue between openssl and openssl-perl
C'est la fin du monde !!! :lol:

Offline Xavier.A

  • ****
  • 104
  • +0/-0
Re: Yum Update - Openssl dependency error
« Reply #19 on: March 11, 2014, 01:45:09 PM »
ok
but for information could you just tell us how many rpms need "openssl-perl"?
because this command solves the problem :
Code: [Select]
yum remove smeserver-webapps-common
and after
Code: [Select]
rpm -q --whatrequires openssl-perl
aucun paquetage ne requiert openssl-perl
Why should we install rpms from smedev repo in production server?  :shock:

you could be consistent with that you wrote in another post, please try !
“When the wise man points to the moon, the fool looks at the finger.”

Offline Daniel B.

  • *
  • 1,700
  • +0/-0
    • Firewall Services, la sécurité des réseaux
Re: Yum Update - Openssl dependency error
« Reply #20 on: March 11, 2014, 01:58:22 PM »
ok
but for information could you just tell us how many rpms need "openssl-perl"?
Don't know, and don't care. Any number of package can depend on it.

Why should we install rpms from smedev repo in production server?  :shock:
openssl-perl has just been moved automatically to smedev because it's not used by core components, it doesn't mean it's beta stuff. I'll try to address this ASAP (move it to smeos or smecontribs)
C'est la fin du monde !!! :lol:

Offline StephenHodgman

  • *
  • 31
  • +0/-0
Re: Yum Update - Openssl dependency error
« Reply #21 on: March 11, 2014, 10:32:07 PM »
Thanks Daniel B. !!
That sheds some light on the issue and solves it.  :-P

Your help is much appreciated.
Cheers,
---
SteveH

Offline wellsi

  • *
  • 475
  • +0/-0
    • http://www.wellsi.com
Re: Yum Update - Openssl dependency error
« Reply #22 on: March 12, 2014, 06:42:20 AM »
openssl-perl has just been moved automatically to smedev because it's not used by core components, it doesn't mean it's beta stuff. I'll try to address this ASAP (move it to smeos or smecontribs)

If a contrib needs it, and at least one above has been identified, then it needs to be moved to smecontribs

............

Offline Daniel B.

  • *
  • 1,700
  • +0/-0
    • Firewall Services, la sécurité des réseaux
Re: Yum Update - Openssl dependency error
« Reply #23 on: March 12, 2014, 09:15:18 AM »
I'd rather move openssl-devel and openssl-perl to smeos. The rational is that pushing our custom openssl build into smeos, we override the one provided by upstream. So, anyone who installed openssl-perl, or openssl-devel (either manually or through a dependency) will get an error during a simple yum update, and they have to guess which repo they should enable to fix that (smecontribs or smedev), while the initial installation was done with only the default repo enabled.
C'est la fin du monde !!! :lol: