You are not logged in.
Pages: 1
Hi, can anyone help me with this problem
I'm trying to run gphoto2, to download pictures from my Canon 350D camera but, after installing gphoto2, I get this message:-
gphoto2: error while loading shared libraries: libgpm.so.1: cannot open shared object file: No such file or directory
Hope someone can help, please!
thanks
Nigel
Offline
As root install gpm:
pacman -S gpm
Last edited by skottish (2008-06-27 19:08:34)
Offline
Hi skottish,
thanks for your reply - I've just done that and, sad to say, still getting the same error:-
--------------------------------------------------------------------------------------------------------------
[root@HPLaptop nigel]# pacman -S gpm
warning: gpm-1.20.5-1 is up to date -- reinstalling
resolving dependencies...
looking for inter-conflicts...
Targets: gpm-1.20.5-1
Total Download Size: 0.00 MB
Total Installed Size: 0.33 MB
Proceed with installation? [Y/n]
checking package integrity...
(1/1) checking for file conflicts [#####################] 100%
(1/1) upgrading gpm [#####################] 100%
[root@HPLaptop nigel]# exit
exit
[nigel@HPLaptop ~]$ gphoto2
gphoto2: error while loading shared libraries: libgpm.so.1: cannot open shared object file: No such file or directory
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------
It seems a very strange problem, to me, as a newbie to Archlinux.
thanks for your help
Nigel
Offline
Where's my head? Welcome to the forums nigelh.
It looks like the version of ghoto2 that you're trying to launch isn't built against the current gpm. First off, if you don't know ABS yet, it's a good thing to get to know: http://wiki.archlinux.org/index.php/ABS. It may be useful to file a bug report for this also: http://bugs.archlinux.org/
Offline
Hi skottish,
thanks for the welcome and your suggestions - I will continue investigating and, hopefully, get a solution soon!
I'll post any discoveries here.
cheers
Nigel
Offline
I looks like you are using the [testing] repository. There is a new version of gpm there which had a soname bump. It seems gphoto2 needs rebuilt against that.
In the meantime, you can look up "ABS" and "makepkg" in the Arch wiki as skottish suggested.
Online
It's fixed now. Rebuilt package is in testing repo.
Offline
Thanks, Allen, Snowman and Skottish,
with a lot of help from my son, I now have it working, going the ABS route as you suggested and using F_Spot as the "front end".
Thanks for rebuilding the package, Snowman - great service!
regards to you all,
nigel
Offline
nigelh can you explain how you fixed this?
Offline
if you have gpm installed (and only if you have gpm installed) you can attempt to set up some soft links between the older version of libgpm. However, doing so is a bit of a hack and if it's been rebuilt - just reinstall.
"Unix is basically a simple operating system, but you have to be a genius to understand the simplicity." (Dennis Ritchie)
Offline
an pacman -Syu today fixed it
Offline
Pages: 1