You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
Hi There,
I downloaded tdom package from "https://github.com/downloads/tDOM/tdom/tDOM-0.8.3.tgz" and performed following commands as mentioned -
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!
The text was updated successfully, but these errors were encountered: