Cannot be run
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| | juffed (Ubuntu) |
Undecided
|
Unassigned | ||
Bug Description
$ sudo apt-get install juffed
...
Unpacking juffed (from .../juffed_
Unpacking juffed-plugins (from .../juffed-
...
$ juffed
juffed: error while loading shared libraries: libjuff.so.0.9: cannot open shared object file: No such file or directory
Related branches
| summary: |
- Cannot be installed + Cannot be run |
| Brent Bartlett (hyperqube) wrote : | #2 |
Same problem; I am also using AMD64.
| Jonathan Gallagher (jdgallag84) wrote : | #3 |
Confirmed. x86_64. I ran strace, the program is trying to load libjuff.so.0.9 from
/lib/
However, this folder does not exist. Looking at the installed files list reveals that libjuff is installed to
/usr/lib64
The following worked works for me:
1) make the directory /lib/x86_
2) sudo ln -s /usr/lib64/
That worked! Thanks a lot!
<-----Original Message----->
>From: Jonathan Gallagher [<email address hidden>]
>Sent: 11/11/2011 1:49:18 AM
>To: <email address hidden>
>Subject: Re: [Bug 874479] Re: Cannot be run
>
>Confirmed. x86_64. I ran strace, the program is trying to load
libjuff.so..0.9
>from
> /lib/x86_
>However, this folder does not exist. Looking at the installed files
list
>reveals that libjuff is installed to
> /usr/lib64
>The following worked works for me:
> 1) make the directory /lib/x86_
exist)
> 2) sudo ln -s /usr/lib64/
/lib/x86_
<p><p>Care2 makes it easy for everyone to live a healthy, green lifestyle
and impact the causes you care about most. Over 12 Million members!
<a href="http://
Feed a child by searching the web! Learn how <a href="http://
| selivan (selivan5) wrote : | #5 |
Thank you, Jonathan Gallagher!
It works now. But this is dirty hack, package is still broken since 2011 :(
| Iggy (iggy-theiggy) wrote : | #6 |
To me a a slightly less hackish workaround is putting the following in
/etc/ld.
/usr/lib64/
/usr/lib64/juffed
/usr/lib64
| Thomas Sisson (thomas-sisson-1) wrote : | #7 |
Would someone please fix this bug? It is now installable, but the library still cannot be found.
Thanks
| Histesh Shah (chimak111) wrote : | #8 |
I had to use sudo ln -s /usr/lib64/
The code in comment #3 did not work for me in Lubuntu 14.04 during the LXQt session.
| Histesh Shah (chimak111) wrote : | #9 |
Make that:
sudo ln -s /usr/lib64/
all on one line!
Post #3 Solved the problem on Elementary 0.2.1 Built on: Ubuntu 12.04 ( "Precise" ).
| Launchpad Janitor (janitor) wrote : | #11 |
This bug was fixed in the package juffed - 0.9.1137-1ubuntu4
---------------
juffed (0.9.1137-1ubuntu4) vivid; urgency=medium
* Do not use lib64 on Ubuntu (LP: #874479).
-- Dmitry Shachnev <email address hidden> Tue, 04 Nov 2014 18:40:29 +0300
| Changed in juffed (Ubuntu): | |
| status: | Confirmed → Fix Released |


Status changed to 'Confirmed' because the bug affects multiple users.