[opensuse-cloud] removed augeas copy
Hi, I've removed the augeas copy in C:O:M as it reportedly conflicts iwth SLE11 SP2's augeas. It seems it was only added for the libguestfs package that has been added to C:O:M, and the correct fix would have been to add the missing augeas-devel package from the SDK to the SP2 tree. Will do that instead now. Greetings, Dirk -- To unsubscribe, e-mail: opensuse-cloud+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-cloud+owner@opensuse.org
On 03/26/2013 11:46 AM, Dirk Müller wrote:
I've removed the augeas copy in C:O:M as it reportedly conflicts iwth SLE11 SP2's augeas. It seems it was only added for the libguestfs package that has been added to C:O:M, and the correct fix would have been to add the missing augeas-devel package from the SDK to the SP2 tree.
Will do that instead now.
Looks like zypper on SLE is broken after updating libaugeas0? # zypper ref zypper: error while loading shared libraries: libaugeas.so.0: cannot open shared object file: No such file or directory # ln -s /usr/lib64/libaugeas.so.0.13.1 /lib64/libaugeas.so.0 # zypper: error while loading shared libraries: libfa.so.1: cannot open shared object file: No such file or directory # ln -s /usr/lib64/libfa.so.1.3.3 /lib64/libfa.so.1 Using the symbollinks fixes the issue. Please have a look. Christian. -- Christian Berendt Cloud Computing Solution Architect Tel.: +49-171-5542175 Mail: berendt@b1-systems.de B1 Systems GmbH Osterfeldstraße 7 / 85088 Vohburg / http://www.b1-systems.de GF: Ralph Dehner / Unternehmenssitz: Vohburg / AG: Ingolstadt,HRB 3537 -- To unsubscribe, e-mail: opensuse-cloud+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-cloud+owner@opensuse.org
Am 28. März 2013 07:29:06 schrieb Christian Berendt <berendt@b1-systems.de>:
On 03/26/2013 11:46 AM, Dirk Müller wrote:
I've removed the augeas copy in C:O:M as it reportedly conflicts iwth SLE11 SP2's augeas. It seems it was only added for the libguestfs package that has been added to C:O:M, and the correct fix would have been to add the missing augeas-devel package from the SDK to the SP2 tree.
Will do that instead now.
Looks like zypper on SLE is broken after updating libaugeas0?
# zypper ref zypper: error while loading shared libraries: libaugeas.so.0: cannot open shared object file: No such file or directory
# ln -s /usr/lib64/libaugeas.so.0.13.1 /lib64/libaugeas.so.0
# zypper: error while loading shared libraries: libfa.so.1: cannot open shared object file: No such file or directory
# ln -s /usr/lib64/libfa.so.1.3.3 /lib64/libfa.so.1
Using the symbollinks fixes the issue. Please have a look.
Running ldconfig should fix that. Afaics, the SLE package doesn't do that in %post. Dirk mentioned special rpm behavior for library downgrades on SLE, but I don't know if that or simply a missing %post section is the issue.
Christian.
-- Christian Berendt Cloud Computing Solution Architect Tel.: +49-171-5542175 Mail: berendt@b1-systems.de
B1 Systems GmbH Osterfeldstraße 7 / 85088 Vohburg / http://www.b1-systems.de GF: Ralph Dehner / Unternehmenssitz: Vohburg / AG: Ingolstadt,HRB 3537 -- To unsubscribe, e-mail: opensuse-cloud+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-cloud+owner@opensuse.org
-- To unsubscribe, e-mail: opensuse-cloud+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-cloud+owner@opensuse.org
participants (3)
-
Christian Berendt
-
Dirk Müller
-
Sascha Peilicke