I have a web hosting account (no root access) on a FreeBSD 7.3 system. I don't have the ability to compile this software on the FreeBSD system, so I am attempting to build it on my own Linux system and run it on the FreeBSD system in a Linux compatibility mode.
I did this before, and it works fine, but I'm trying it again after an update, and it fails with a signal 8 (Floating exception).
One difference between the working and non-working versions is the executable version. The working one is:
ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), for GNU/Linux 2.2.5, dynamically linked (uses shared libs), not stripped
while the non-working one is:
ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), for GNU/Linux 2.6.18, dynamically linked (uses shared libs), not stripped
Is that the problem? Or am I looking in the wrong place?
I did this before, and it works fine, but I'm trying it again after an update, and it fails with a signal 8 (Floating exception).
One difference between the working and non-working versions is the executable version. The working one is:
ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), for GNU/Linux 2.2.5, dynamically linked (uses shared libs), not stripped
while the non-working one is:
ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), for GNU/Linux 2.6.18, dynamically linked (uses shared libs), not stripped
Is that the problem? Or am I looking in the wrong place?