Re: [arch-general] ImportError: libssl.so.0.9.8: -- do I just rebuild the AUR packages?

2010-04-18 Thread David C. Rankin
On 04/17/2010 09:50 PM, Allan McRae wrote: On 18/04/10 11:44, David C. Rankin wrote: I guess one way would just be to rebuild everything and see if it fixes it, but there has to be some debugging tool that can ID who calls what. What say the experts? readelf -d $(pacman -Qql pkg)

Re: [arch-general] ImportError: libssl.so.0.9.8: -- do I just rebuild the AUR packages?

2010-04-17 Thread David C. Rankin
On 04/17/2010 02:09 PM, Byron Clark wrote: On Thu, Apr 15, 2010 at 11:02:55AM -0500, David C. Rankin wrote: Traceback (most recent call last): File /usr/share/createrepo/genpkgmetadata.py, line 26, in module import rpm File /usr/lib/python2.6/site-packages/rpm/__init__.py, line 7, in

Re: [arch-general] ImportError: libssl.so.0.9.8: -- do I just rebuild the AUR packages?

2010-04-17 Thread David C. Rankin
On 04/17/2010 06:49 PM, Byron Clark wrote: Thanks Byron, The issue ended up being a new libssl version. Thankfully there was a libssl-compatibility package in AUR that provided libssl.so.0.9.8. That's one way to fix it. The other way is to rebuild rpm or whichever of its

Re: [arch-general] ImportError: libssl.so.0.9.8: -- do I just rebuild the AUR packages?

2010-04-17 Thread David C. Rankin
On 04/17/2010 08:44 PM, David C. Rankin wrote: On 04/17/2010 06:49 PM, Byron Clark wrote: Thanks Byron, snip I guess one way would just be to rebuild everything and see if it fixes it, but there has to be some debugging tool that can ID who calls what. What say the experts? I also

Re: [arch-general] ImportError: libssl.so.0.9.8: -- do I just rebuild the AUR packages?

2010-04-17 Thread Byron Clark
On Sat, Apr 17, 2010 at 08:44:09PM -0500, David C. Rankin wrote: On 04/17/2010 06:49 PM, Byron Clark wrote: Thanks Byron, The issue ended up being a new libssl version. Thankfully there was a libssl-compatibility package in AUR that provided libssl.so.0.9.8. That's one way to fix

Re: [arch-general] ImportError: libssl.so.0.9.8: -- do I just rebuild the AUR packages?

2010-04-17 Thread Allan McRae
On 18/04/10 11:44, David C. Rankin wrote: On 04/17/2010 06:49 PM, Byron Clark wrote: Thanks Byron, The issue ended up being a new libssl version. Thankfully there was a libssl-compatibility package in AUR that provided libssl.so.0.9.8. That's one way to fix it. The other way is to

Re: [arch-general] ImportError: libssl.so.0.9.8: -- do I just rebuild the AUR packages?

2010-04-15 Thread dave reisner
On Thu, Apr 15, 2010 at 12:02 PM, David C. Rankin drankina...@suddenlinkmail.com wrote: Guys, After the latest openssl updates, the AUR packages for createrepo and repoview are failing. I know it must be the result of the openssl changes. My question is, in situations like this do I just

Re: [arch-general] ImportError: libssl.so.0.9.8: -- do I just rebuild the AUR packages?

2010-04-15 Thread David Rosenstrauch
On 04/15/2010 12:02 PM, David C. Rankin wrote: Guys, After the latest openssl updates, the AUR packages for createrepo and repoview are failing. I know it must be the result of the openssl changes. ImportError: libssl.so.0.9.8: cannot open shared object file: No such file or directory seems