* EDOPro can't load libpthread.so.0
@ 2022-09-01 22:17 Mario Calcagno
2022-10-11 0:45 ` jbranso
2022-10-11 8:09 ` (
0 siblings, 2 replies; 5+ messages in thread
From: Mario Calcagno @ 2022-09-01 22:17 UTC (permalink / raw)
To: help-guix@gnu.org
I'm trying to lauch EDOPro, a free/libre yu-gi-oh simulator, but every time it answer with a "File or directory not found"
even if the file is in the same directory I'm in.
Using libtree on the file it says that it can't find "libpthread.so.0" and I don't know how to solve the problem.
PS. I tried to launch EDOPro with ./EDOPro .
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: EDOPro can't load libpthread.so.0
2022-09-01 22:17 EDOPro can't load libpthread.so.0 Mario Calcagno
@ 2022-10-11 0:45 ` jbranso
2022-10-11 3:16 ` Felix Lechner via
2022-10-11 8:09 ` (
1 sibling, 1 reply; 5+ messages in thread
From: jbranso @ 2022-10-11 0:45 UTC (permalink / raw)
To: Mario Calcagno, help-guix
September 1, 2022 6:59 PM, "Mario Calcagno" <mario.calcagno@protonmail.com> wrote:
> I'm trying to lauch EDOPro, a free/libre yu-gi-oh simulator, but every time it answer with a "File
> or directory not found"
> even if the file is in the same directory I'm in.
> Using libtree on the file it says that it can't find "libpthread.so.0" and I don't know how to
> solve the problem.
>
> PS. I tried to launch EDOPro with ./EDOPro .
Just replying, so that you get a reply. :)
I've never heard of this program... how did you install it?
Joshua
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: EDOPro can't load libpthread.so.0
2022-10-11 0:45 ` jbranso
@ 2022-10-11 3:16 ` Felix Lechner via
0 siblings, 0 replies; 5+ messages in thread
From: Felix Lechner via @ 2022-10-11 3:16 UTC (permalink / raw)
To: help-guix; +Cc: Mario Calcagno
Hi Mario,
On Mon, Oct 10, 2022 at 5:46 PM <jbranso@dismail.de> wrote:
>
> > PS. I tried to launch EDOPro with ./EDOPro .
In Bash, I might try
LD_LIBRARY_PATH=~/.guix-profile/lib ./EDOPro
Kind regards
Felix Lechner
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: EDOPro can't load libpthread.so.0
2022-09-01 22:17 EDOPro can't load libpthread.so.0 Mario Calcagno
2022-10-11 0:45 ` jbranso
@ 2022-10-11 8:09 ` (
2022-10-18 19:05 ` Liliana Marie Prikler
1 sibling, 1 reply; 5+ messages in thread
From: ( @ 2022-10-11 8:09 UTC (permalink / raw)
To: Mario Calcagno, help-guix@gnu.org
Heya,
On Thu Sep 1, 2022 at 11:17 PM BST, Mario Calcagno wrote:
> PS. I tried to launch EDOPro with ./EDOPro .
You've downloaded a binary from the Internet, haven't you. Binaries compiled
outside of Guix System *will not work* on Guix System. You have two options:
(1) Make a Guix ``edopro'' package. I recommend you do this. If you don't
know how to make a package, I'll be happy to help on #guix (I'm
``unmatched-paren'' there).
(2) Use patchelf to fix the binary directly. This is a stopgap solution,
and it'd be *much* better in the long term to write a Guix package
for it.
-- (
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: EDOPro can't load libpthread.so.0
2022-10-11 8:09 ` (
@ 2022-10-18 19:05 ` Liliana Marie Prikler
0 siblings, 0 replies; 5+ messages in thread
From: Liliana Marie Prikler @ 2022-10-18 19:05 UTC (permalink / raw)
To: (, Mario Calcagno, help-guix@gnu.org
Am Dienstag, dem 11.10.2022 um 09:09 +0100 schrieb (:
> (1) Make a Guix ``edopro'' package. I recommend you do this.
> If you don't know how to make a package, I'll be happy to help
> on #guix (I'm ``unmatched-paren'' there).
Alternatively, you can try using one that's already packages in a
channel (e.g. [1], though note that as of the time of writing this one
seems a bit behind).
[1]
https://github.com/LordYuuma/guix-ygopro/blob/master/ygopro/packages/ignis.scm#L106
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2022-10-18 19:13 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-01 22:17 EDOPro can't load libpthread.so.0 Mario Calcagno
2022-10-11 0:45 ` jbranso
2022-10-11 3:16 ` Felix Lechner via
2022-10-11 8:09 ` (
2022-10-18 19:05 ` Liliana Marie Prikler
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.