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

wrong elf class elfclass64 #25

Open
diliprajani opened this issue Jan 11, 2017 · 0 comments
Open

wrong elf class elfclass64 #25

diliprajani opened this issue Jan 11, 2017 · 0 comments

Comments

@diliprajani
Copy link

diliprajani commented Jan 11, 2017

Hi There,

I downloaded tdom package from "https://github.com/downloads/tDOM/tdom/tDOM-0.8.3.tgz" and performed following commands as mentioned -

    ../configure
    make 
    make test
    make install

My Linux OS release version -
LSB_VERSION=base-4.0-amd64:base-4.0-noarch:core-4.0-amd64:core-4.0-noarch:graphics-4.0-amd64:graphics-4.0-noarch
Red Hat Enterprise Linux Server release 6.8 (Santiago)
2.6.32-642.11.1.el6.x86_64

Now, when I compile below TCL code

package require tdom
proc test { } {
puts "this is a test program"
}

its giving below error -
Failed to source filtered file: couldn't load file "/opt/.../tclprocs/libtdom0.8.3.so": /opt/.../tclprocs/libtdom0.8.3.so: wrong ELF class: ELFCLASS64

Is there any different way to install the tdom or if there is any different package file?

Any help appreciated! Thanks!

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

1 participant