You are not logged in.

#1 2006-10-28 14:23:25

ravisghosh
Member
From: Intergalactic Spaces
Registered: 2006-10-12
Posts: 516
Website

SHARED LIBRARIES ISSUES/DBUS/GNUCASH-SOLVED

Hi friends,

I tried update my system using pacman -Syu but then it showed some file conflict issues and after that, many apps were not working fo example thunar, gnucash,  terminal. So, then I did a pacman -Syuf which did upgrade everything and did get terminal working, but not thunar and gnucash (might be other apps too, dont know). Now, I get these shared libraries error when I try starting them from console.

thunar: error while loading shared libraries: libdbus-1.so.2: cannot open shared object file: No such file or directory

gnucash-bin: error while loading shared libraries: libguile.so.12: cannot open shared object file: No such file or directory

From searching the forum, I could make out that this problem is due to dbus which was updated too (i think it was, dont remember clearly). my current dbus version is 0.93-1. Could not find a solution in the forum. Please help in this regard.

Thanks in advance..

Ravi S Ghosh

Offline

#2 2006-10-28 14:32:06

harlekin
Member
From: Germany
Registered: 2006-07-13
Posts: 408

Re: SHARED LIBRARIES ISSUES/DBUS/GNUCASH-SOLVED

As far as I know this i caused by asynchron reposities. To solve this problem wait until you repo you download from is synced or switch to an already synced reposity.


Hail to the thief!

Offline

#3 2006-10-28 15:28:29

brain0
Developer
From: Aachen - Germany
Registered: 2005-01-03
Posts: 1,382

Re: SHARED LIBRARIES ISSUES/DBUS/GNUCASH-SOLVED

ravisghosh wrote:

I tried update my system using pacman -Syu but then it showed some file conflict issues and after that, many apps were not working fo example thunar, gnucash,  terminal. So, then I did a pacman -Syuf which did upgrade everything and did get terminal working, but not thunar and gnucash (might be other apps too, dont know). Now, I get these shared libraries error when I try starting them from console.

You don't solve file conflicts by doing pacman -f. It will cause more problems over time.

thunar: error while loading shared libraries: libdbus-1.so.2: cannot open shared object file: No such file or directory

gnucash-bin: error while loading shared libraries: libguile.so.12: cannot open shared object file: No such file or directory

thunar is a community package and hasn't been updated yet (and it looks like it won't be). I'd suggest you install thunar-svn and xfce4-svn from [unstable].

Offline

#4 2006-10-28 17:55:42

Snowman
Developer/Forum Fellow
From: Montreal, Canada
Registered: 2004-08-20
Posts: 5,212

Re: SHARED LIBRARIES ISSUES/DBUS/GNUCASH-SOLVED

gnucash is a community package also. I've posted explanation here to rebuild it yourself:
http://bbs.archlinux.org/viewtopic.php?t=26447

Offline

#5 2006-10-28 18:50:25

dolby
Member
From: 1992
Registered: 2006-08-08
Posts: 1,581

Re: SHARED LIBRARIES ISSUES/DBUS/GNUCASH-SOLVED

u can solve this by

 ln -s /usr/lib/libdbus-1.so.3 /usr/lib/libdbus-1.so.2

and do so for all the libs u r getting errors for


There shouldn't be any reason to learn more editor types than emacs or vi -- mg (1)
[You learn that sarcasm does not often work well in international forums.  That is why we avoid it. -- ewaller (arch linux forum moderator)

Offline

#6 2006-10-28 21:36:19

Borosai
Member
From: Sandy Appendix, U.S.A.
Registered: 2006-06-15
Posts: 227

Re: SHARED LIBRARIES ISSUES/DBUS/GNUCASH-SOLVED

I encountered this exact same problem yesterday after updating my system (which I hadn't done in a while). Today, after some searching, I noticed that the thunar-svn in unstable had been updated, but the xfce-svn repository had not (I have no idea if it's still being maintained though). So I uninstalled the version I had and reinstalled Thunar from the unstable repo, and it worked fine.

Offline

#7 2006-10-28 22:21:02

Snowman
Developer/Forum Fellow
From: Montreal, Canada
Registered: 2004-08-20
Posts: 5,212

Re: SHARED LIBRARIES ISSUES/DBUS/GNUCASH-SOLVED

dolby wrote:

u can solve this by

 ln -s /usr/lib/libdbus-1.so.3 /usr/lib/libdbus-1.so.2

and do so for all the libs u r getting errors for

This is not recommended.

Borosai wrote:

I encountered this exact same problem yesterday after updating my system (which I hadn't done in a while). Today, after some searching, I noticed that the thunar-svn in unstable had been updated, but the xfce-svn repository had not (I have no idea if it's still being maintained though). So I uninstalled the version I had and reinstalled Thunar from the unstable repo, and it worked fine.

Are you using xfce-svn from the unstable repo? It is still maintained. It was rebuilt today so it should work now.

Offline

#8 2006-10-29 00:18:56

Borosai
Member
From: Sandy Appendix, U.S.A.
Registered: 2006-06-15
Posts: 227

Re: SHARED LIBRARIES ISSUES/DBUS/GNUCASH-SOLVED

@Snowman - yes, I ended up uninstalling the old version (from the xfce-svn repository) and installing the version in the unstable repository, and it worked again.

Offline

#9 2006-10-30 04:29:41

ravisghosh
Member
From: Intergalactic Spaces
Registered: 2006-10-12
Posts: 516
Website

Re: SHARED LIBRARIES ISSUES/DBUS/GNUCASH-SOLVED

I thought to do linking of libraries temporarily until repos are synched properly, but that too did not work;

[shantanu@bluehead ~]$ gnucash
gnucash-bin: error while loading shared libraries: libguile.so.12: cannot open shared object file: No such file or directory
[shantanu@bluehead ~]$ cd /usr/lib
[shantanu@bluehead lib]$ sudo ln -s libguile.so.17 libguile.so.12
[shantanu@bluehead ~]$ gnucash
gnucash-bin: error while loading shared libraries: libguile-ltdl.so.1: cannot open shared object file: No such file or directory
[shantanu@bluehead lib]$ sudo ln -s libguile.so.17 libguile-ltdl.so.1
[shantanu@bluehead ~]$ gnucash
gnucash-bin: symbol lookup error: /usr/lib/libgwrap-guile-runtime.so.0: undefined symbol: scm_freelist

Well, then i removed all links that i had created. Thats not a recommended method as well.

However, how can we request the TU to rebuild the package? I can find the package in AUR ( http://aur.archlinux.org/packages.php?d … s=0&SeB=nd )

@Snowman, I found your comments in AUR. It seemed that you are maintaining gnucash. If it is so, then I would request you to rebuild the package as is recommended above. 

Rebuilding a package is not my cup of tea (and i guess not of those who have little technical knowledge and have just switched to arch) though a few guides or links to guide would certainly be a great help..

Thanks

Offline

#10 2006-10-30 05:42:22

Snowman
Developer/Forum Fellow
From: Montreal, Canada
Registered: 2004-08-20
Posts: 5,212

Re: SHARED LIBRARIES ISSUES/DBUS/GNUCASH-SOLVED

No, I'm not maintaining gnucash, willysilly is the TU who maintains it. Send him an email.

A few links:
http://wiki.archlinux.org/index.php/New … guidelines
http://wiki.archlinux.org/index.php/ABS … ild_System

Offline

#11 2006-10-31 00:29:27

ravisghosh
Member
From: Intergalactic Spaces
Registered: 2006-10-12
Posts: 516
Website

Re: SHARED LIBRARIES ISSUES/DBUS/GNUCASH-SOLVED

but willysilly's email id is not displayed in AUR. Any clues where to get his ID from.

Offline

#12 2006-10-31 02:35:39

Snowman
Developer/Forum Fellow
From: Montreal, Canada
Registered: 2004-08-20
Posts: 5,212

Re: SHARED LIBRARIES ISSUES/DBUS/GNUCASH-SOLVED

It's in his profile:     
sillywilly at gmail dot com

Offline

#13 2006-10-31 13:15:21

ravisghosh
Member
From: Intergalactic Spaces
Registered: 2006-10-12
Posts: 516
Website

Re: SHARED LIBRARIES ISSUES/DBUS/GNUCASH-SOLVED

got it.. have sent him a mail requesting him to update gnucash...

Offline

#14 2006-11-01 10:45:41

ravisghosh
Member
From: Intergalactic Spaces
Registered: 2006-10-12
Posts: 516
Website

Re: SHARED LIBRARIES ISSUES/DBUS/GNUCASH-SOLVED

WillySilly has updated gnucash and hence problem solved.

Offline

#15 2006-11-02 01:08:23

Snowman
Developer/Forum Fellow
From: Montreal, Canada
Registered: 2004-08-20
Posts: 5,212

Re: SHARED LIBRARIES ISSUES/DBUS/GNUCASH-SOLVED

ravisghosh wrote:

WillySilly has updated gnucash and hence problem solved.

Actually, I'm the one who updated it as WillySilly'status on the TU group is uncertain ( http://bbs.archlinux.org/viewtopic.php?t=26486 ) . Let me know if there's problems with gnucash.

Offline

#16 2006-11-02 01:19:39

ravisghosh
Member
From: Intergalactic Spaces
Registered: 2006-10-12
Posts: 516
Website

Re: SHARED LIBRARIES ISSUES/DBUS/GNUCASH-SOLVED

oh,,

Then the thank-mail sent to willysilly should have been diverted to you. Anyway, many thanks Snowman for updating gnucash. Well, as far as problem is concerned, there is one which was there earlier too before update. I've posted it too, but got no reply. here is it ... http://bbs.archlinux.org/viewtopic.php? … highlight=

Offline

Board footer

Powered by FluxBB