kuickshow snafu: libImlib.so.1 - Mandriva
This is a discussion on kuickshow snafu: libImlib.so.1 - Mandriva ; Does anyone have kuickshow working on a 2008.n install?
kuickshow seems broken here (MDV 2008.0):
[jonesy@nix3 ~]$ kuickshow
kuickshow: error while loading shared libraries: libImlib.so.1: cannot
open shared object file: No such file or directory
[jonesy@nix3 ~]$ locate libImlib
/usr/lib/libImlib2.so.1
...
-
kuickshow snafu: libImlib.so.1
Does anyone have kuickshow working on a 2008.n install?
kuickshow seems broken here (MDV 2008.0):
[jonesy@nix3 ~]$ kuickshow
kuickshow: error while loading shared libraries: libImlib.so.1: cannot
open shared object file: No such file or directory
[jonesy@nix3 ~]$ locate libImlib
/usr/lib/libImlib2.so.1
/usr/lib/libImlib2.so.1.4.0
[jonesy@nix3 ~]$ ls -aol `locate libImlib`
lrwxrwxrwx 1 root 18 2007-12-19 08:32 /usr/lib/libImlib2.so.1 ->
libImlib2.so.1.4.0*
-rwxr-xr-x 1 root 355064 2007-09-19 09:32 /usr/lib/libImlib2.so.1.4.0*
[jonesy@nix3 ~]$
Would this be a GTK+2.n versus GTK+1.n issue?
Suggestions?
tnx
Jonesy
--
Marvin L Jones | jonz | W3DHJ | linux
38.24N 104.55W | @ config.com | Jonesy | OS/2
*** Killfiling google posts:
-
Re: kuickshow snafu: libImlib.so.1
On 24 Feb 2008 21:48:58 GMT, Allodoxaphobia wrote:
> Does anyone have kuickshow working on a 2008.n install?
> kuickshow seems broken here (MDV 2008.0):
Yep works for me.
$ cat /etc/release
Mandriva Linux release 2008.0 (Official) for i586
$ uname -r
2.6.22.18-desktop-1m
$ ls -aol $(locate libImlib | grep -v doc/)
lrwxrwxrwx 1 root 18 2008-02-14 21:09 /usr/lib/libImlib2.so.1 -> libImlib2.so.1.4.0
-rwxr-xr-x 1 root 355064 2007-09-19 10:32 /usr/lib/libImlib2.so.1.4.0
lrwxrwxrwx 1 root 18 2008-02-14 21:10 /usr/lib/libImlib.so.1 -> libImlib.so.1.9.15
-rwxr-xr-x 1 root 191080 2007-07-09 09:18 /usr/lib/libImlib.so.1.9.15
-
Re: kuickshow snafu: libImlib.so.1
Allodoxaphobia wrote:
> Does anyone have kuickshow working on a 2008.n install?
> kuickshow seems broken here (MDV 2008.0):
>
> [jonesy@nix3 ~]$ kuickshow
> kuickshow: error while loading shared libraries: libImlib.so.1: cannot
> open shared object file: No such file or directory
> [jonesy@nix3 ~]$ locate libImlib
> /usr/lib/libImlib2.so.1
> /usr/lib/libImlib2.so.1.4.0
> [jonesy@nix3 ~]$ ls -aol `locate libImlib`
> lrwxrwxrwx 1 root 18 2007-12-19 08:32 /usr/lib/libImlib2.so.1 ->
> libImlib2.so.1.4.0*
> -rwxr-xr-x 1 root 355064 2007-09-19 09:32 /usr/lib/libImlib2.so.1.4.0*
> [jonesy@nix3 ~]$
>
> Would this be a GTK+2.n versus GTK+1.n issue?
> Suggestions?
Kuickshow is working fine under 2008.1 for me (64-bit machine).
I don't know about the GTK+2.n vs GTK+1.n issue, but it looks like
you need to
urpmi libimlib1
There are two different rpm packages. You have one of them.
Not the one needed. man urpmf for more information.
[jim@jb etc]$ urpmf ibImlib.so.1
libimlib1:/usr/lib/libImlib.so.1
libimlib1:/usr/lib/libImlib.so.1.9.15
[jim@jb etc]$ urpmf libImlib2.so.1
libimlib2_1:/usr/lib/libImlib2.so.1
libimlib2_1:/usr/lib/libImlib2.so.1.4.0
Cheers!
jim b.
--
UNIX is not user-unfriendly; it merely
expects users to be computer-friendly.
-
Re: kuickshow snafu: libImlib.so.1
On Sun, 24 Feb 2008 22:02:01 GMT, Jim Beard wrote:
> Allodoxaphobia wrote:
>> Does anyone have kuickshow working on a 2008.n install?
>> kuickshow seems broken here (MDV 2008.0):
>>
>> [jonesy@nix3 ~]$ kuickshow
>> kuickshow: error while loading shared libraries: libImlib.so.1: cannot
>> open shared object file: No such file or directory
>> [jonesy@nix3 ~]$ locate libImlib
>> /usr/lib/libImlib2.so.1
>> /usr/lib/libImlib2.so.1.4.0
>> [jonesy@nix3 ~]$ ls -aol `locate libImlib`
>> lrwxrwxrwx 1 root 18 2007-12-19 08:32 /usr/lib/libImlib2.so.1 ->
>> libImlib2.so.1.4.0*
>> -rwxr-xr-x 1 root 355064 2007-09-19 09:32 /usr/lib/libImlib2.so.1.4.0*
>> [jonesy@nix3 ~]$
>>
>> Would this be a GTK+2.n versus GTK+1.n issue?
>> Suggestions?
>
> Kuickshow is working fine under 2008.1 for me (64-bit machine).
>
> I don't know about the GTK+2.n vs GTK+1.n issue, but it looks like
> you need to
> urpmi libimlib1
OK. I was close (but, not as in hand-grenades).
In poking around with Google, I felt that installing 'imlib' would
solve it. It did not. And, 'imlib' did not require 'libimlib1'.
(Installing 'libimlib1', tho', did require 'imlib'.)
Anyway, installing 'libimlib1' solved my problem.
I have no idea how 'kuickshow' got installed without 'libimlib1'.
And, now, `kuickshow` is working.
Thanks!
Jonesy
--
Marvin L Jones | jonz | W3DHJ | linux
38.24N 104.55W | @ config.com | Jonesy | OS/2
*** Killfiling google posts:
-
Re: kuickshow snafu: libImlib.so.1
On Sun, 24 Feb 2008 21:48:58 +0000, Allodoxaphobia wrote:
> Does anyone have kuickshow working on a 2008.n install?
Working here on first release of 2008.0PP and subsequent
kernel updates. No problems arose.
--
/\/\aurice
(Remove 'removethis.' to reply by email)