[Bug 978843] Re: libjpeg.so.62 can not be found

2012-07-19 Thread Phillip Susi
If you need this library, make sure it is installed with "sudo apt-get
install libjpeg62".   If this resolves the issue, then there is a
dependency problem with the program you were trying to run.  Some of you
appear to be running third party programs that are not part of Ubuntu,
so you will need to file bug reports with them.  If the program you have
trouble with is part of Ubuntu, please file a bug against that program
rather than the library.

Since the original report had to do with something called "firstclass",
which does not appear to be part of Ubuntu, I am closing this bug now.

Prophet6, in your case you do indeed have the 64 bit version of the
library installed, but you are trying to run a 32 bit program, which is
why it can not see the library.  To install the 32bit version, run "sudo
apt-get install libjpeg62:i386", or you should install the 64bit version
of the program instead.


** Changed in: libjpeg6b (Ubuntu)
   Status: Confirmed => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/978843

Title:
  libjpeg.so.62 can not be found

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libjpeg6b/+bug/978843/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 978843] Re: libjpeg.so.62 can not be found

2012-06-23 Thread myrocode
I'm reporting the same error:
I've installed Aptana studio from http://aptana.com/downloads/start and after 
starting for the first time the program, i had the same problem: libjpeg.so.62 
was not being found.

limaxray's solution fixed it for me, and now aptana works.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/978843

Title:
  libjpeg.so.62 can not be found

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libjpeg6b/+bug/978843/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 978843] Re: libjpeg.so.62 can not be found

2012-05-05 Thread Leon Maurer
I also had this error running EagleCad on x86-64. limaxray's solution
fixed it for me.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/978843

Title:
  libjpeg.so.62 can not be found

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libjpeg6b/+bug/978843/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 978843] Re: libjpeg.so.62 can not be found

2012-05-03 Thread limaxray
I have the same problem on a x86_64 Precise install - unable to run
Cadsoft Eagle due to libjpeg.so.62 not being found.  I can confirm the
libjpeg62 package is installed through apt, but only the x86_64
libraries were installed.

I was able to workaround the problem my manually downloading and
installing the i386 package from here:

http://packages.ubuntu.com/precise/i386/libjpeg62/download

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/978843

Title:
  libjpeg.so.62 can not be found

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libjpeg6b/+bug/978843/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 978843] Re: libjpeg.so.62 can not be found

2012-05-01 Thread Raghuram O S
Same problem here

I have two machines

Machine 1 was upgraded from 11.10 to 12.04
Machine 2 fresh install of 12.04. 

Both are 64 bit

itksnap, which requires libjpeg returns with error

InsightSNAP: error while loading shared libraries: libjpeg.so.62: cannot
open shared object file: No such file or directory

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/978843

Title:
  libjpeg.so.62 can not be found

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libjpeg6b/+bug/978843/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 978843] Re: libjpeg.so.62 can not be found

2012-05-01 Thread Prophet6
Similar configuration as OP.

Synaptic Package Manager indicates both libjpeg6.2 and 8 are installed,
but locate libjpeg only shows paths to the latter.

Running ldd ncdump (program being used) reports the following:

user@test:~/LEDAPS/ledapsSrc/bin$ ldd ncdump
linux-gate.so.1 =>  (0xf77ba000)
libjpeg.so.62 => not found
libz.so.1 => not found
libc.so.6 => /lib32/libc.so.6 (0xf7603000)
/lib/ld-linux.so.2 (0xf77bb000)
user@test:~/LEDAPS/ledapsSrc/bin$ 

libjpeg.so.62 appears to be installed:

user@test:/usr/lib/x86_64-linux-gnu$ ls libj*.*
libjacknet.so.0  libjpeg.a  libjpeg.so.8.0.2
libjacknet.so.0.1.0  libjpeg.la libjson-glib-1.0.so.0
libjack.so.0 libjpeg.so libjson-glib-1.0.so.0.1400.2
libjack.so.0.1.0 libjpeg.so.62  libjson.so.0
libjasper.so.1   libjpeg.so.62.0.0  libjson.so.0.0.1
libjasper.so.1.0.0   libjpeg.so.8

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/978843

Title:
  libjpeg.so.62 can not be found

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libjpeg6b/+bug/978843/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 978843] Re: libjpeg.so.62 can not be found

2012-04-30 Thread vincent
I had the message  on Ubuntu 12.04 LTS x32
error while loading shared libraries: libjpeg.so.62: cannot open shared object 
file: No such file or directory

I solved it with by installing mnually the lib :
sudo apt-get install libjpeg62 git-core

hope it helps !

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/978843

Title:
  libjpeg.so.62 can not be found

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libjpeg6b/+bug/978843/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 978843] Re: libjpeg.so.62 can not be found

2012-04-29 Thread VB
Same issue for me (appearing in Scilab, when loading SIVP extension).
I'm using Lubuntu 12.04.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/978843

Title:
  libjpeg.so.62 can not be found

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libjpeg6b/+bug/978843/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 978843] Re: libjpeg.so.62 can not be found

2012-04-29 Thread Erwann
Same issue for me after upgrading 11.10 x64 ->  12.04 x64.  I hope it will be 
fix as I really need it for an old app running in 32bits 
Ubuntu 12.04 LTS x86_64

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/978843

Title:
  libjpeg.so.62 can not be found

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libjpeg6b/+bug/978843/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 978843] Re: libjpeg.so.62 can not be found

2012-04-24 Thread Bill
Same issue for me. The library in istalled but I get this error msg when
running Terabyte Image for Linux:

./imagel: error while loading shared libraries: libjpeg.so.62: cannot
open shared object file: No such file or directory

Since I depend on Image for Linux for my backups, a fix would be most
welcomed.

I am using Xubuntu 12.04 LTS x86_64.

Thanks,

Bill

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/978843

Title:
  libjpeg.so.62 can not be found

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libjpeg6b/+bug/978843/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 978843] Re: libjpeg.so.62 can not be found

2012-04-21 Thread Ole Wolf
It may not be a bug, but it will force users to use a 32-bit version of
Ubuntu if they wish to use fcc. A work-around would be nice.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/978843

Title:
  libjpeg.so.62 can not be found

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libjpeg6b/+bug/978843/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 978843] Re: libjpeg.so.62 can not be found

2012-04-21 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: libjpeg6b (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/978843

Title:
  libjpeg.so.62 can not be found

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libjpeg6b/+bug/978843/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 978843] Re: libjpeg.so.62 can not be found

2012-04-11 Thread Bjorn Ryborg
It runs fine in a 32 bit Ubuntu 12.04 installation, so I do not know if
it actually is a bug.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/978843

Title:
  libjpeg.so.62 can not be found

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libjpeg6b/+bug/978843/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 978843] Re: libjpeg.so.62 can not be found

2012-04-11 Thread Bjorn Ryborg
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/978843

Title:
  libjpeg.so.62 can not be found

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libjpeg6b/+bug/978843/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs