Re: [SCIENTIFIC-LINUX-USERS] yum update / python -- SL6 packaging issue?

2012-07-26 Thread Кравец Роман
Der Pat! I run strace -o 1.log yum update... After I grep: [root@nf ~]# cat 1 | grep exp Last line is: open(/usr/lib64/python2.6/lib-dynload/pyexpat.so, O_RDONLY) = 10 I run: [root@nf ~]# ldd /usr/lib64/python2.6/lib-dynload/pyexpat.so /usr/lib64/python2.6/lib-dynload/pyexpat.so:

Re: [SCIENTIFIC-LINUX-USERS] yum update / python -- SL6 packaging issue?

2012-07-26 Thread Кравец Роман
I change LD_LIBRARY_PATH to LD_LIBRARY_PATH=/lib64/:/u01/app/oracle/product/11.2.0/dbhome_1/lib and yum was work!!! 2012/7/26 Кравец Роман soft...@gmail.com Der Pat! I run strace -o 1.log yum update... After I grep: [root@nf ~]# cat 1 | grep exp Last line is:

Re: yum update / python -- SL6 packaging issue?

2012-07-25 Thread Roman Kravets
Hello! As result, how I can to avoid this problem? Do not install expat.i686? Thank you!

Re: [SCIENTIFIC-LINUX-USERS] yum update / python -- SL6 packaging issue?

2012-07-25 Thread Pat Riehecky
On 07/25/2012 03:33 AM, Roman Kravets wrote: Hello! As result, how I can to avoid this problem? Do not install expat.i686? Thank you! Can you be more specific? -- Pat Riehecky Scientific Linux Developer

Re: yum update / python -- SL6 packaging issue?

2012-06-20 Thread Chris Schanzle
On 06/20/2012 12:12 PM, Andras Horvath wrote: yum install expat.i686 Probably somehow my 32-bit libexpat.so disappeared, wonder what could have caused it (I take care of my system extremely careful). This looks like a Scientific Linux package building issue that perhaps Pat Riehecky or

Re: yum update / python -- SL6 packaging issue?

2012-06-20 Thread Andras Horvath
On Wed, 20 Jun 2012 12:23:07 -0400 Chris Schanzle schan...@nist.gov wrote: yum remove expat.i686 It doesn't try to pull anything. Andras

Re: yum update / python -- SL6 packaging issue?

2012-06-20 Thread zxq9
On 06/21/2012 01:30 AM, Andras Horvath wrote: On Wed, 20 Jun 2012 12:23:07 -0400 Chris Schanzleschan...@nist.gov wrote: yum remove expat.i686 It doesn't try to pull anything. Andras Try the same command but disable protectbase and remove-with-leaves plugins and see if the result