Re: binutils problem? WAS [Re: static linking error: ELF binary type "0" not known. Exec format error. Binary file not executable.]

2010-12-18 Thread Anton Shterenlikht
On Wed, Dec 15, 2010 at 06:58:50PM +0100, Tijl Coosemans wrote: > On Monday 06 December 2010 16:16:30 Anton Shterenlikht wrote: > > On Mon, Dec 06, 2010 at 02:06:22PM +0100, Tijl Coosemans wrote: > >> On Monday 29 November 2010 14:04:16 Anton Shterenlikht wrote: > >>> - Forwarded message from M

Re: binutils problem? WAS [Re: static linking error: ELF binary type "0" not known. Exec format error. Binary file not executable.]

2010-12-15 Thread Tijl Coosemans
On Monday 06 December 2010 16:16:30 Anton Shterenlikht wrote: > On Mon, Dec 06, 2010 at 02:06:22PM +0100, Tijl Coosemans wrote: >> On Monday 29 November 2010 14:04:16 Anton Shterenlikht wrote: >>> - Forwarded message from Marcel Moolenaar - On Nov 10, 2010, at 5:32 AM, Anton Shterenli

Re: binutils problem? WAS [Re: static linking error: ELF binary type "0" not known. Exec format error. Binary file not executable.]

2010-12-06 Thread Anton Shterenlikht
On Mon, Dec 06, 2010 at 02:06:22PM +0100, Tijl Coosemans wrote: > On Monday 29 November 2010 14:04:16 Anton Shterenlikht wrote: > > - Forwarded message from Marcel Moolenaar - > >> On Nov 10, 2010, at 5:32 AM, Anton Shterenlikht wrote: > >>> [ia64] > >>> ia64% file a.out > >>> a.out: ELF

Re: binutils problem? WAS [Re: static linking error: ELF binary type "0" not known. Exec format error. Binary file not executable.]

2010-12-06 Thread Tijl Coosemans
On Monday 29 November 2010 14:04:16 Anton Shterenlikht wrote: > - Forwarded message from Marcel Moolenaar - >> On Nov 10, 2010, at 5:32 AM, Anton Shterenlikht wrote: >>> [ia64] >>> ia64% file a.out >>> a.out: ELF 64-bit LSB executable, IA-64, version 1 (SYSV), statically >>> linked, not s

binutils problem? WAS [Re: static linking error: ELF binary type "0" not known. Exec format error. Binary file not executable.]

2010-11-29 Thread Anton Shterenlikht
- Forwarded message from Marcel Moolenaar - On Nov 10, 2010, at 5:32 AM, Anton Shterenlikht wrote: [ia64] > ia64% file a.out > a.out: ELF 64-bit LSB executable, IA-64, version 1 (SYSV), statically linked, > not stripped [amd64] > amd64% file a.out > a.out: ELF 64-bit LSB executable, x

Re: kldload: can't load /usr/local/modules/fuse.ko: Exec format error & fusefs-ntfs-1.253 SOLVED

2008-12-03 Thread Dino Vliet
--- On Wed, 12/3/08, Scot Hetzel <[EMAIL PROTECTED]> wrote: From: Scot Hetzel <[EMAIL PROTECTED]> Subject: Re: kldload: can't load /usr/local/modules/fuse.ko: Exec format error & fusefs-ntfs-1.253 To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED], freebsd-questions@freebsd.org, [

Re: kldload: can't load /usr/local/modules/fuse.ko: Exec format error & fusefs-ntfs-1.2531

2008-12-03 Thread Dino Vliet
--- On Wed, 12/3/08, Kevin Kinsey <[EMAIL PROTECTED]> wrote: From: Kevin Kinsey <[EMAIL PROTECTED]> Subject: Re: kldload: can't load /usr/local/modules/fuse.ko: Exec format error & fusefs-ntfs-1.2531 To: [EMAIL PROTECTED] Cc: freebsd-questions@freebsd.org Date: Wednesday, D

Re: kldload: can't load /usr/local/modules/fuse.ko: Exec format error & fusefs-ntfs-1.253

2008-12-03 Thread Dino Vliet
--- On Wed, 12/3/08, Scot Hetzel <[EMAIL PROTECTED]> wrote: From: Scot Hetzel <[EMAIL PROTECTED]> Subject: Re: kldload: can't load /usr/local/modules/fuse.ko: Exec format error & fusefs-ntfs-1.253 To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED], freebsd-questions@freebsd.org, [

Re: kldload: can't load /usr/local/modules/fuse.ko: Exec format error & fusefs-ntfs-1.2531

2008-12-03 Thread Kevin Kinsey
Dino Vliet wrote: Hi people, kldload: can't load /usr/local/modules/fuse.ko: Exec format error What does $file /usr/local/modules/fuse.ko say, and do you have Linux support built and enabled? Kevin Kinsey -- A failure will not appear until a unit has passed final inspe

Re: kldload: can't load /usr/local/modules/fuse.ko: Exec format error & fusefs-ntfs-1.253

2008-12-03 Thread Scot Hetzel
is command, kldload > /usr/local/modules/fuse.ko I get the following error: > > > > kldload: can't load /usr/local/modules/fuse.ko: Exec format error > > : > > > > Does anyone have a clue as to what is causing this behavior? > > > How did yo

Re: kldload: can't load /usr/local/modules/fuse.ko: Exec format error & fusefs-ntfs-1.253

2008-12-03 Thread Scot Hetzel
: > > kldload: can't load /usr/local/modules/fuse.ko: Exec format error > > Adding fusefs_enable="YES" to /etc/rc.conf and fuse_load="YES" to > /boot/loader.conf and rebooting doesn't help either, because then that error > message is printed on t

kldload: can't load /usr/local/modules/fuse.ko: Exec format error & fusefs-ntfs-1.2531

2008-12-03 Thread Dino Vliet
Hi people, I can't use my maxtor basic 640gb external harddrive on Freebsd amd64 running 7.0 because when I try to load fusefs with this command, kldload /usr/local/modules/fuse.ko I get the following error: kldload: can't load /usr/local/modules/fuse.ko: Exec format err

Re: kldload: exec format error on newly built GENERIC

2008-03-10 Thread Bogdan Ćulibrk
| ... | [EMAIL PROTECTED] /usr/home/steve]$ sudo kldload ucp | kldload: can't load ucp: Exec format error | | ??? What am I doing wrong? | You are using some 3rd party driver for freebsd. Just like you got new kernel, get new driver for it. wtf is ucp anyway? cba to check google :/ - --

kldload: exec format error on newly built GENERIC

2008-03-06 Thread Steve Franks
Exec format error ??? What am I doing wrong? Thanks, Steve ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

snd_hda on amd64 - "exec format error"

2007-12-21 Thread Steve Franks
This is not a priority, but I'm suprised that both the downloaded (ariff?) and the built-from-source snd*.ko files give me a: "kldload: can't load snd_hda: Exec format error" When I try to load them...guess my kernel is out of date with the latest 6.2-stable source? Best,

can't load /boot/kernel/ng_fec.ko: Exec format error

2007-02-23 Thread Frank Bonnet
wheel -m 555 ng_fec.ko /boot/kernel kldxref /boot/kernel mail2# kldload /boot/kernel/ng_fec.ko kldload: can't load /boot/kernel/ng_fec.ko: Exec format error ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo

Apache + PHP : Exec format error

2005-11-03 Thread Thomas Linton
I can't get the package WebCalendar-1.0.0 to work; I always get following error in /var/log/httpd-error.log (8)Exec format error: exec of '/usr/local/www/data-dist/WebCalendar/index.php' If I put #!/usr/local/bin/php at the beginning of the index.php it works, however I would

Re: Exec format error

2005-05-17 Thread Lowell Gilbert
Frank Bonnet <[EMAIL PROTECTED]> writes: > Hello > > I recently installed the squidtimes package from ports at 5.4-R > then I have such erreor message when launching it ... > > squidtimes: Exec format error. Binary file not executable. > > A bit strange as make

Exec format error

2005-05-17 Thread Frank Bonnet
Hello I recently installed the squidtimes package from ports at 5.4-R then I have such erreor message when launching it ... squidtimes: Exec format error. Binary file not executable. A bit strange as make and make install ran smoothly ... -- Cordialement/Regards Frank Bonnet

Re: exec format error

2004-04-13 Thread Kris Kennaway
On Tue, Apr 13, 2004 at 08:19:47AM +, Alper Yurdakul wrote: > Hi, > I am a newbie FreeBSD installer. I installed 5.2.1 without any problems. > But commands like gzip do not work, i.e. terminate with: > /usr/bin/gzip: Exec format error. Binary file not executable. > >

exec format error

2004-04-13 Thread Alper Yurdakul
Hi, I am a newbie FreeBSD installer. I installed 5.2.1 without any problems. But commands like gzip do not work, i.e. terminate with: /usr/bin/gzip: Exec format error. Binary file not executable. Also when I try to install new packages via CD, I always get error: ELF interpreter /libexec/ld-elf.so

Re: mount floppy/cdrom on diskless PC: "vfsload: Exec format error"

2004-03-06 Thread Rob
/sbin/disklabel -B -r -w /dev/fd0 fd1440 # /sbin/newfs_msdos /dev/fd0 /dev/fd0: 2840 sectors in 355 FAT12 clusters (4096 bytes/cluster) bps=512 spc=8 res=1 nft=2 rde=512 sec=2880 mid=0xf0 spf=2 spt=18 hds=2 hid=0 # mount_msdos /dev/fd0c /mnt mount_msdos: vfsload(msdos): Exec format error Same pr

mount floppy/cdrom on diskless PC: "vfsload: Exec format error"

2004-03-05 Thread Rob
-r -w /dev/fd0 fd1440 # /sbin/newfs_msdos /dev/fd0 /dev/fd0: 2840 sectors in 355 FAT12 clusters (4096 bytes/cluster) bps=512 spc=8 res=1 nft=2 rde=512 sec=2880 mid=0xf0 spf=2 spt=18 hds=2 hid=0 # mount_msdos /dev/fd0c /mnt mount_msdos: vfsload(msdos): Exec format error Same problem occurs