From owner-freebsd-mips@FreeBSD.ORG Wed Sep 12 14:52:38 2012 Return-Path: Delivered-To: freebsd-mips@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5E3AA106564A for ; Wed, 12 Sep 2012 14:52:38 +0000 (UTC) (envelope-from bpurgar@gmail.com) Received: from mail-ie0-f182.google.com (mail-ie0-f182.google.com [209.85.223.182]) by mx1.freebsd.org (Postfix) with ESMTP id 25D8F8FC12 for ; Wed, 12 Sep 2012 14:52:38 +0000 (UTC) Received: by iebc12 with SMTP id c12so3929272ieb.13 for ; Wed, 12 Sep 2012 07:52:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=YpMJDTeUTHnsZETkpmdZNRfcCLNaHGq4Dcdbz3NQ394=; b=ZIDIOOevx+VNUfjFmE9m7ccC9zsYt+vsNUhWcyZKlRVfdkUSxgUHdMIukJhlfHE+43 taRIgcZLs/Y/aoj4Nswqwj25rCvYbBOBg92gnsyWNqU/HznxDQ52QcLTViCkGbZ+0+iW sk0cAtGu8X3+AyoTYpyYf5slfG11RP4k/jZ7YngFiKnVs0cDdvD1zC31gmKeq/ToIZlg tLB77SBRk72HiKeQT2VDjL6LCpzCpy6rusE+Jf1+auMUMiJLvUBFdz8AYwJzyNV3RdeZ FjxhjySPN1hOJhoxi7qGjRMw+eTUQR5uNS4mR8d+401bNzsoDG+o06u1KXqb/f+icbdS LhgA== MIME-Version: 1.0 Received: by 10.50.161.167 with SMTP id xt7mr20995693igb.62.1347461557695; Wed, 12 Sep 2012 07:52:37 -0700 (PDT) Received: by 10.64.9.168 with HTTP; Wed, 12 Sep 2012 07:52:37 -0700 (PDT) Date: Wed, 12 Sep 2012 16:52:37 +0200 Message-ID: From: Berislav Purgar To: freebsd-mips@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: problem with quagga ?? X-BeenThere: freebsd-mips@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to MIPS List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Sep 2012 14:52:38 -0000 Hi i have succefuly installed freebsd on RSPRO (roots fs on SD card) . evrething works just fine. I try to compile quagga pacakge on rspro (i have succesfuly build other pacakges etc. perl5 gettext autoconf) and i got problem. everithing compile just fine put when i try to run zebra or bgpd i got error : root@gw-bsd:/home/rut/quagga-0.99.18/zebra # ./zebra ./zebra: Exec format error. Binary file not executable. root@gw-bsd:/home/rut/quagga-0.99.18/zebra # but when i try to run ospfd it works : root@gw-bsd:/home/rut/quagga-0.99.18/zebra # cd .. root@gw-bsd:/home/rut/quagga-0.99.18 # cd ospfd root@gw-bsd:/home/rut/quagga-0.99.18/ospfd # ./ospfd -v ospfd version 0.99.18 Copyright 1996-2005 Kunihiro Ishiguro, et al. root@gw-bsd:/home/rut/quagga-0.99.18/ospfd # root@gw-bsd:/home/rut/quagga-0.99.18/zebra # file ./zebra ./zebra: ELF 32-bit MSB shared object, MIPS, MIPS-III version 1 (FreeBSD), dynamically linked (uses shared libs), FreeBSD-style, for FreeBSD 10.0 (1000017), not stripped root@gw-bsd:/home/rut/quagga-0.99.18/zebra # ldd ./zebra ./zebra: libcrypt.so.5 => /lib/libcrypt.so.5 (0x4065b000) librt.so.1 => /usr/lib/librt.so.1 (0x40694000) libc.so.7 => /lib/libc.so.7 (0x4043e000) libthr.so.3 => /lib/libthr.so.3 (0x406a9000) root@gw-bsd:/home/rut/quagga-0.99.18/zebra # cd .. root@gw-bsd:/home/rut/quagga-0.99.18 # cd ospfd root@gw-bsd:/home/rut/quagga-0.99.18/ospfd # file ./ospfd ./ospfd: ELF 32-bit MSB executable, MIPS, MIPS-III version 1 (FreeBSD), dynamically linked (uses shared libs), FreeBSD-style, for FreeBSD 10.0 (1000017), not stripped root@gw-bsd:/home/rut/quagga-0.99.18/ospfd # ldd ./ospfd ./ospfd: libcrypt.so.5 => /lib/libcrypt.so.5 (0x404f0000) librt.so.1 => /usr/lib/librt.so.1 (0x40529000) libc.so.7 => /lib/libc.so.7 (0x4053e000) libthr.so.3 => /lib/libthr.so.3 (0x406d2000) root@gw-bsd:/home/rut/quagga-0.99.18/ospfd # uname -a FreeBSD gw-bsd.jug.osw 10.0-CURRENT FreeBSD 10.0-CURRENT #1 r240325M: Thu Jan 1 01:00:00 CET 1970 root@dummy:/data/freebsd/mips/head/obj/mips/mips.mips/data/freebsd/mips/head/src/sys/RSPRO_STANDALONE mips root@gw-bsd:/home/rut/quagga-0.99.18/ospfd # pkg_info root@gw-bsd:/home/rut/quagga-0.99.18/ospfd # pkg_info autoconf-2.69 Automatically configure source code on many Un*x platforms autoconf-wrapper-20101119 Wrapper script for GNU autoconf automake-1.12.3 GNU Standards-compliant Makefile generator automake-wrapper-20101119 Wrapper script for GNU automake dlmalloc-2.8.4 Small, fast malloc library by Doug Lea gawk-3.0.6 GNU awk + multi-byte extension gettext-0.18.1.1 GNU gettext package gmake-3.82_1 GNU version of 'make' utility help2man-1.40.11 Automatically generating simple manual pages from program o libiconv-1.14 A character set conversion library libtool-2.4.2 Generic shared library support script m4-1.4.16_1,1 GNU m4 nano-2.2.6 Nano's ANOther editor, an enhanced free Pico clone p5-Locale-gettext-1.05_3 Message handling functions perl-5.14.2_2 Practical Extraction and Report Language any sugestion ?? tnx