paloma icon indicating copy to clipboard operation
paloma copied to clipboard

bug: unable to find shared library libwasmvm.x86_64.so

Open Vizualni opened this issue 2 years ago • 3 comments

What is happening?

Section description Provide as much context as you can. Provide relevant software versions, screenshots, copy & paste error messages and so on. Give as much context as you can to make it easier for the developers to figure what is happening.

When tagging a new release, the binary requires that libwasmvm.x86_64.so shared library exists on the machine.

How to reproduce?

Section description Please write detailed steps of what you were doing for this bug to appear.
FROM ubuntu
COPY ./palomad /paloamd
RUN ./palomad

run this dockerfile and take the palomad binary from the release page here on github and it will fail saying that it couldn't load the shared library

What is the expected behaviour?

Section description If you know, please write down what is the expected behaviour. If you don't know, that's ok. We can have a discussion in comments.

Ideally, the shared library should be (somehow) embedded into the binary or if that fails the shared library should be a part of the release

Vizualni avatar May 20 '22 12:05 Vizualni

Related ticket: #143

Vizualni avatar May 20 '22 14:05 Vizualni

@Vizualni what's the status of this issue?

taariq avatar Aug 24 '22 23:08 taariq

This is still open.

Vizualni avatar Aug 25 '22 08:08 Vizualni

This needs to move to Volume.

taariq avatar Mar 02 '23 21:03 taariq

moved to Volume

verabehr avatar Mar 06 '23 01:03 verabehr