PDA

View Full Version : ELF binary type "3" not known.


terminal
09-23-03, 06:05 PM
I get the following when running make setup on my freebsd 4.8 system. It had linuxbase 7.1 installed before i got these drivers.. not sure how to proceed?

rm -f /compat/linux/usr/lib/libGLcore.so.1.0.4365
install -C -o root -g wheel -m 444 /usr/home/terminal/NVIDIA-FreeBSD-x86-1.0-4365/lib/compat/libGLcore/../../../obj/linux/libGLcore.so.1.0.4365 /compat/linux/usr/lib
rm -f /compat/linux/usr/lib/libGLcore.so.1
ln -fs libGLcore.so.1.0.4365 /compat/linux/usr/lib/libGLcore.so.1
ELF binary type "3" not known.
Abort trap
*** Error code 134

Stop in /usr/home/terminal/NVIDIA-FreeBSD-x86-1.0-4365/lib/compat.
*** Error code 1

Stop in /usr/home/terminal/NVIDIA-FreeBSD-x86-1.0-4365/lib.
*** Error code 1

Stop in /usr/home/terminal/NVIDIA-FreeBSD-x86-1.0-4365.
reality#

Exequiel
09-27-03, 11:16 PM
probe kldloading the linux module
# kldload linux

This can be the problem...

good luck

sorry for the delay :)