-
Notifications
You must be signed in to change notification settings - Fork 16
Description
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!