Unix Technical Forum

New imagemagick-5.5.7_14 Dependencies not filled.

This is a discussion on New imagemagick-5.5.7_14 Dependencies not filled. within the Slackware Linux Support forums, part of the Unix Operating Systems category; --> > installpkg imagemagick-5.5.7_14-i486-1.tgz Installing package imagemagick-5.5.7_14-i486-1... PACKAGE DESCRIPTION: imagemagick: imagemagick (a robust collection of image processing tools) imagemagick: imagemagick: ...


Go Back   Unix Technical Forum > Unix Operating Systems > Slackware Linux Support

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 02-18-2008, 08:20 PM
Nathan
 
Posts: n/a
Default New imagemagick-5.5.7_14 Dependencies not filled.

> installpkg imagemagick-5.5.7_14-i486-1.tgz
Installing package imagemagick-5.5.7_14-i486-1...
PACKAGE DESCRIPTION:
imagemagick: imagemagick (a robust collection of image processing tools)
imagemagick:
imagemagick: ImageMagick is a collection of tools for manipulating and displaying
imagemagick: digital images. It can merge images, transform image dimensions,
imagemagick: do screen captures, create animation sequences, and convert between
imagemagick: many different image formats.
imagemagick:
imagemagick: ImageMagick was written by John Cristy of ImageMagick Studio.
imagemagick:
imagemagick: Home page: http://www.imagemagick.org/
imagemagick:
Executing install script for imagemagick-5.5.7_14-i486-1...
/usr/lib
/usr/lib
/usr/lib
/usr/lib
/usr/lib
/usr/lib
/usr/lib
/usr/lib

> /usr/bin/display

/usr/bin/display: error while loading shared libraries:
libwmflite-0.2.so.7: cannot open shared object file: No such file or
directory

> grep -i libwmflite MANIFEST.gz
>


> grep -i libwmflite FILE_LIST
>


nothing.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 02-18-2008, 08:20 PM
del
 
Posts: n/a
Default Re: New imagemagick-5.5.7_14 Dependencies not filled.

On Wednesday 17 December 2003 08:39 Nathan, frizop@charter.net, wrote:

<snip>
>
>> /usr/bin/display

> /usr/bin/display: error while loading shared libraries:
> libwmflite-0.2.so.7: cannot open shared object file: No such file or
> directory
>
>> grep -i libwmflite MANIFEST.gz
>>

>
>> grep -i libwmflite FILE_LIST
>>

>
> nothing.


Your missing this "libwmf" which contains/provides libwmflite. Or it is
installed but is the wrong version. It's part of KDE multimedia or
graphics.
HTH,
--
del 8-)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 02-18-2008, 08:20 PM
Nathan
 
Posts: n/a
Default Re: New imagemagick-5.5.7_14 Dependencies not filled.

how is a file in a package, if its not listed in the MANIFEST? or the
FILE_LIST? Just for giggles, I installed kdegraphics-3.1.4-i486-1 and
kdemultimedia-3.1.4-i486-1, and it did not have the file.


On Wed, 17 Dec 2003 10:52:11 +0000, del wrote:

> On Wednesday 17 December 2003 08:39 Nathan, frizop@charter.net, wrote:
>
> <snip>
>>
>>> /usr/bin/display

>> /usr/bin/display: error while loading shared libraries:
>> libwmflite-0.2.so.7: cannot open shared object file: No such file or
>> directory
>>
>>> grep -i libwmflite MANIFEST.gz
>>>

>>
>>> grep -i libwmflite FILE_LIST
>>>

>>
>> nothing.

>
> Your missing this "libwmf" which contains/provides libwmflite. Or it is
> installed but is the wrong version. It's part of KDE multimedia or
> graphics.
> HTH,


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 02-18-2008, 08:20 PM
David
 
Posts: n/a
Default Re: New imagemagick-5.5.7_14 Dependencies not filled.

Nathan wrote:
> how is a file in a package, if its not listed in the MANIFEST? or the
> FILE_LIST? Just for giggles, I installed kdegraphics-3.1.4-i486-1 and
> kdemultimedia-3.1.4-i486-1, and it did not have the file.


Because during installation of the "libwmf" package the
"doinst.sh" file creates a couple of symlinks.

( cd usr/lib ; rm -rf libwmflite.so )
( cd usr/lib ; ln -sf libwmflite-0.2.so.7.0.1 libwmflite.so )
( cd usr/lib ; rm -rf libwmflite-0.2.so.7 )
( cd usr/lib ; ln -sf libwmflite-0.2.so.7.0.1 libwmflite-0.2.so.7 )

--
Confucius: He who play in root, eventually kill tree.
Registered with The Linux Counter. http://counter.li.org/
Slackware 9.1.0 Kernel 2.4.23 SMP i686 (GCC) 3.3.2
Uptime: 17 days, 17:19, 3 users, load average: 0.00, 0.01, 0.0
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 02-18-2008, 08:21 PM
Keith Keller
 
Posts: n/a
Default Re: New imagemagick-5.5.7_14 Dependencies not filled.

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 2003-12-17, Nathan <frizop@charter.net> wrote:

> grep -i libwmflite MANIFEST.gz


I don't believe grep does uncompression on the fly, so the
above won't find very much. Try zgrep.

- --keith

- --
kkeller-usenet@wombat.san-francisco.ca.us
(try just my userid to email me)
AOLSFAQ=http://wombat.san-francisco.ca.us/cgi-bin/fom

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.3 (GNU/Linux)

iD8DBQE/4JUphVcNCxZ5ID8RAmWlAJ9KmPx3Z8Ln6NYtWNR5AhzAiz51Tg CeJCFm
BRLh+oNOr+li0hJo7Yao+QY=
=/5QF
-----END PGP SIGNATURE-----
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 02-18-2008, 08:21 PM
Fred Emmott
 
Posts: n/a
Default Re: New imagemagick-5.5.7_14 Dependencies not filled.

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Keith Keller wrote:
| On 2003-12-17, Nathan <frizop@charter.net> wrote:
|
|
|>>grep -i libwmflite MANIFEST.gz
|
|
| I don't believe grep does uncompression on the fly, so the
| above won't find very much. Try zgrep.
|
| --keith
|
just redo swaret --update and --upgrade-all and it works (using
ftp.heanet.ie as root)
- --
Fred Emmott

Really, I'm not out to destroy Microsoft. That will just be a completely
unintentional side effect. --- Linus Torvalds
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.3 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQE/4JbkDvn9hyzHIq4RAnjEAJ9joG243eWtToTEwyI9JdpQ3VUStQ CdG9WT
FimM0xVpIyyMui705kv8ucc=
=GHSL
-----END PGP SIGNATURE-----
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 02-18-2008, 08:21 PM
Keith Keller
 
Posts: n/a
Default Re: New imagemagick-5.5.7_14 Dependencies not filled.

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 2003-12-17, Fred Emmott <pcfreak65@hotmail.com> wrote:

> just redo swaret --update and --upgrade-all and it works (using
> ftp.heanet.ie as root)


That won't work if the OP hasn't installed swaret. Not all
Slackware users do, you know.

- --keith

- --
kkeller-usenet@wombat.san-francisco.ca.us
(try just my userid to email me)
AOLSFAQ=http://wombat.san-francisco.ca.us/cgi-bin/fom

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.3 (GNU/Linux)

iD8DBQE/4JqThVcNCxZ5ID8RAu0mAJ9+0IN81PAZibYeh52nml8iz4J7lQ CfeCK9
DBIPZNx/l/CleeDDnT+JB3M=
=uXMy
-----END PGP SIGNATURE-----
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 02-18-2008, 08:26 PM
Nathan
 
Posts: n/a
Default Re: New imagemagick-5.5.7_14 Dependencies not filled.

>> grep -i libwmflite MANIFEST.gz
>
> I don't believe grep does uncompression on the fly, so the
> above won't find very much. Try zgrep.
>
> - --keith


I must have been grabbing old MANIFEST file, because now, all of a sudden,
it finds that libwmflite file, which was part of libwmf-0.2.8.2-i486-1.
Now it seems obvious, but too bad.

--Nathan
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 02-18-2008, 08:27 PM
thrugoodmarshall
 
Posts: n/a
Default Re: New imagemagick-5.5.7_14 Dependencies not filled.

Nathan <frizop@charter.net> wrote in message news:<pan.2003.12.19.06.33.20.951687@charter.net>. ..
> I must have been grabbing old MANIFEST file, because now, all of a sudden,
> it finds that libwmflite file, which was part of libwmf-0.2.8.2-i486-1.
> Now it seems obvious, but too bad.
>
> --Nathan


D'oh!

I just ran into the same problem last night. My solution was to
search freshmeat for libwmf, then grab & compile the source from
wvware.

Never thought to look on my own HDD!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 09:37 AM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
www.UnixAdminTalk.com