-
After working with John via private email, the "getopt_long.h" problem turned out to be my fault. I wasn't running 'make' from the correct directory so it wasn't finding the files.
2009-10-17 23:21:11 UTC in Network Caller ID
-
Hi John,
The 'make clobber local' failed with:
<pre><code>
make: *** No rule to make target `getopt_long.h', needed by `ncidd.o'. Stop.
</code></pre>
I'll send the full output to you via private email.
2009-10-16 19:07:52 UTC in Network Caller ID
-
Sorry for the messed up code blocks in the above. Don't know what happened as the preview looked fine. :(.
2009-10-16 16:03:41 UTC in Network Caller ID
-
Thanks for responding so quickly. I'm sorry I didn't follow-up sooner but for some reason I didn't receive an email notification of your reply.
<pre><code>
yum install libpcap libpcap-devel
</code></pre>
Yum reported that libpcap was already installed so I only needed libpcap-devel. I was then able to successfully do a 'make local'.
Following the instructions...
2009-10-16 16:01:53 UTC in Network Caller ID
-
Centos 5.3 is a free cloned distro of RedHat EL 5.3. I extracted the tarball to /tmp/ncid and I'm attempting to run 'make' from there as root.
Anyone know what can be causing all these compile errors?
<pre><code>[root@localhost ncid]# make local
cc -O -DCIDCONF=\"/usr/local/etc/ncid/ncidd.conf\" -DCIDALIAS=\"/usr/local/etc/ncid/ncidd.alias\"...
2009-10-06 17:14:57 UTC in Network Caller ID