Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

libgomp/dcraw Ubuntu 15.04 #153

Open
ggw10 opened this issue May 31, 2015 · 7 comments
Open

libgomp/dcraw Ubuntu 15.04 #153

ggw10 opened this issue May 31, 2015 · 7 comments
Assignees

Comments

@ggw10
Copy link

ggw10 commented May 31, 2015

On startup, LightZone 4.1 gives the following error message:
Couldn't link with /usr/lib/lightzone/libDCRaw.so
/usr/lib/x86_64-linux-gnu/libgomp.so.1: version 'GOMP_4.0' not found (required by /usr/lib/lightzone/libDCRaw.so)

Ubuntu 15.04, x86_64

@ggw10
Copy link
Author

ggw10 commented May 31, 2015

Oh, and this issue didn't arise with LightZone 4.0

@ktgw0316
Copy link
Owner

ktgw0316 commented Jun 1, 2015

I just want to make sure, but have you already installed libgomp1 package?

@ktgw0316 ktgw0316 self-assigned this Jun 1, 2015
@ggw10
Copy link
Author

ggw10 commented Jun 2, 2015

On 01/06/15 13:46, ktgw0316 wrote:

I just want to make sure, but have you already installed libgomp1 package?


Reply to this email directly or view it on GitHub
#153 (comment).

Yes, I have

Graham

@ggw10
Copy link
Author

ggw10 commented Jun 2, 2015

On 01/06/15 13:46, ktgw0316 wrote:

I just want to make sure, but have you already installed libgomp1 package?


Reply to this email directly or view it on GitHub
#153 (comment).

And I also note that, if you click on the Ubuntu link, what you get
seems to be an xUbuntu, rather than an Ubuntu, version. Is this deliberate?

Thanks
Graham

@alexk4
Copy link

alexk4 commented Jun 27, 2015

Got the same error with LightZone 4.1.1 on Ubuntu 14.04.
'dpkg -l | grep libgomp1' returns:
ii libgomp1:amd64 4.8.4-2ubuntu1~14.04 amd64 GCC OpenMP (GOMP) support library

@ktgw0316
Copy link
Owner

What about ls -l /usr/lib/*/libgomp.so* and ldd /usr/lib/lightzone/libDCRaw.so ?

@alexk4
Copy link

alexk4 commented Jun 30, 2015

No problem. This is what I got:

  1. usr@ubuntuPC:~$ ls -l /usr/lib/x86_64-linux-gnu/libgomp.so.*
    lrwxrwxrwx 1 root root 16 May 14 21:12 /usr/lib/x86_64-linux-gnu/libgomp.so.1 -> libgomp.so.1.0.0
    -rw-r--r-- 1 root root 59872 May 14 21:16 /usr/lib/x86_64-linux-gnu/libgomp.so.1.0.0
  2. usr@ubuntuPC:~$ ldd /usr/lib/lightzone/libDCRaw.so
    /usr/lib/lightzone/libDCRaw.so: /usr/lib/x86_64-linux-gnu/libgomp.so.1: version `GOMP_4.0' not found (required by /usr/lib/lightzone/libDCRaw.so)
    linux-vdso.so.1 => (0x00007ffd04bfc000)
    libgomp.so.1 => /usr/lib/x86_64-linux-gnu/libgomp.so.1 (0x00007fe81bf8f000)
    libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007fe81bbca000)
    libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007fe81b9ab000)
    /lib64/ld-linux-x86-64.so.2 (0x00007fe81c3bb000)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants