All of lore.kernel.org
 help / color / mirror / Atom feed
From: bLueX <bluex00@gmail.com>
To: sparclinux@vger.kernel.org
Subject: rarpd compilation problems!
Date: Thu, 02 Sep 2004 15:01:08 +0000	[thread overview]
Message-ID: <1b2af24f0409020801add230b@mail.gmail.com> (raw)

hi! 
I 've a slack 9.0 with 2.4.27 kernel
i need to netboot a sparc station so I  downloaded rarpd since 2.4.27
does not support it..
i compiled libnet 1.1.2.1 and lipcap as rarpd ask you to do ..
the rarpd version i have is 1.1..
the problem appears when i run ./configure

root@dodo:/usr/local/src/rarpd-1.1# ./configure
...
...
checking for libnet library in /usr/ng/lib... not found
checking for libnet library in /usr/lib... not found
checking for libnet library in /usr/local/lib... not found
checking whether to include libnet... no
creating ./config.status
creating Makefile
 
as you can see.. libnet is not being include; so as a result when i tun make:

root@dodo:/usr/local/src/rarpd-1.1# make
gcc -g -O2   -I/usr/include   -DPACKAGE=\"\" -DVERSION=\"\"
-DSTDC_HEADERS=1 -DHAVE_NET_IF_ARP_H=1 -DHAVE_PCAP_NAMEDB_H=1
-DHAVE_STRING_H=1 -DHAVE_STRINGS_H=1 -DHAVE_CTYPE_H=1
-DHAVE_SYS_SOCKET_H=1 -DHAVE_PATHS_H=1  -c rarpd.c -o rarpd.o
rarpd.c: In function `process_arp':
rarpd.c:341: structure has no member named `ar_sha'
rarpd.c:342: structure has no member named `ar_spa'
rarpd.c:343: structure has no member named `ar_tha'
rarpd.c:344: structure has no member named `ar_tpa'
rarpd.c: In function `main':
rarpd.c:456: warning: assignment makes pointer from integer without a cast
make: *** [rarpd.o] Error 1


I am running everythinf from /usr/local/src/ 
I tried several times with different options for libnet configure
(such as ./configure --prefix=/usr) .. nothing seems to work..
the library that rarp is looking for is there (at least I see it
there! is libnet.a) it is @ /usr/lib/libnet.a  , that's why I dont
understand where the problem is...


This error is getting me crazy..
Does anyone know what can be happening?

-- 
bLueX @Neverland
:P

                 reply	other threads:[~2004-09-02 15:01 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1b2af24f0409020801add230b@mail.gmail.com \
    --to=bluex00@gmail.com \
    --cc=sparclinux@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.