Discussion:
[fricas-devel] fail to install
George HammerFull
2018-06-22 23:22:35 UTC
Permalink
Good day everyone.

My operation system is Linux Mint 18.3 and I have a problem during make
Fricas 1.3.3. Here log from terminal:

debugger invoked on a SIMPLE-ERROR in thread
#<THREAD "main thread" RUNNING {9657061}>:
Error opening shared object
"/home/oniksofers/.local/share/Trash/files/fricas-1.3.3/target/x86_64-linux-gnu/lib/libspad.so":

/home/oniksofers/.local/share/Trash/files/fricas-1.3.3/target/x86_64-linux-gnu/lib/libspad.so:
wrong ELF class: ELFCLASS64.

Any idea?
--
You received this message because you are subscribed to the Google Groups "FriCAS - computer algebra system" group.
To unsubscribe from this group and stop receiving emails from it, send an email to fricas-devel+***@googlegroups.com.
To post to this group, send email to fricas-***@googlegroups.com.
Visit this group at https://groups.google.com/group/fricas-devel.
For more options, visit https://groups.google.com/d/optout.
oldk1331
2018-06-23 08:48:57 UTC
Permalink
Hi, I have a few questions:

1. Are you compiling FriCAS from source code or using the binary package?

2. Why is the path in "Trash"?

3. Is your system 32 bit or 64 bit?
Post by George HammerFull
Good day everyone.
My operation system is Linux Mint 18.3 and I have a problem during make
debugger invoked on a SIMPLE-ERROR in thread
Error opening shared object
wrong ELF class: ELFCLASS64.
Any idea?
--
You received this message because you are subscribed to the Google Groups
"FriCAS - computer algebra system" group.
To unsubscribe from this group and stop receiving emails from it, send an
Visit this group at https://groups.google.com/group/fricas-devel.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "FriCAS - computer algebra system" group.
To unsubscribe from this group and stop receiving emails from it, send an email to fricas-devel+***@googlegroups.com.
To post to this group, send email to fricas-***@googlegroups.com.
Visit this group at https://groups.google.com/group/fricas-devel.
For more options, visit https://groups.google.com/d/optout.
Waldek Hebisch
2018-06-24 13:26:11 UTC
Permalink
Post by George HammerFull
Good day everyone.
My operation system is Linux Mint 18.3 and I have a problem during make
debugger invoked on a SIMPLE-ERROR in thread
Error opening shared object
wrong ELF class: ELFCLASS64.
Any idea?
That is weird error: from the paths uses I see that FriCAS is being
compiled as 64-bit program, so it needs 64-bit shared library.
The error seems to say that the library _is_ 64-bit library,
so it is a mistery why your system thinks that there is anything
wrong. You could try:

file /home/oniksofers/.local/share/Trash/files/fricas-1.3.3/target/x86_64-linux-gnu/lib/libspad.so

to confirm that libspad.so really is a shared library.

It is likely that something went wrong earlier, but you gave too
little info. Using 'script' you can capture the whole build
log. Also, output of configure is relevant.
--
Waldek Hebisch
--
You received this message because you are subscribed to the Google Groups "FriCAS - computer algebra system" group.
To unsubscribe from this group and stop receiving emails from it, send an email to fricas-devel+***@googlegroups.com.
To post to this group, send email to fricas-***@googlegroups.com.
Visit this group at https://groups.google.com/group/fricas-devel.
For more options, visit https://groups.google.com/d/optout.
oldk1331
2018-07-11 01:21:16 UTC
Permalink
Hello, one of my friend has the exactly the same problem, the cause is:

you are using 32 bit SBCL on a 64 bit operating system.

Install a 64 bit SBCL will solve this problem.
Post by George HammerFull
Good day everyone.
My operation system is Linux Mint 18.3 and I have a problem during make
debugger invoked on a SIMPLE-ERROR in thread
Error opening shared object
wrong ELF class: ELFCLASS64.
Any idea?
--
You received this message because you are subscribed to the Google Groups
"FriCAS - computer algebra system" group.
To unsubscribe from this group and stop receiving emails from it, send an
Visit this group at https://groups.google.com/group/fricas-devel.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "FriCAS - computer algebra system" group.
To unsubscribe from this group and stop receiving emails from it, send an email to fricas-devel+***@googlegroups.com.
To post to this group, send email to fricas-***@googlegroups.com.
Visit this group at https://groups.google.com/group/fricas-devel.
For more options, visit https://groups.google.com/d/optout.
Loading...