Re: DHCP Server??

2011-02-16 Thread Dan Ziegler
Thanks for the links... they look helpful, I'll try messing around some more this weekend and get back to you. I am running OS 10.5.8 and Xcode 3.0, gcc is 4.01, make is 3.81. Thanks, Dan On Feb 15, 10:55 am, Bruce Johnson john...@pharmacy.arizona.edu wrote: I just downloaded dhcp-4.2.0-P2 and

Re: DHCP Server??

2011-02-15 Thread Bruce Johnson
On Feb 14, 2011, at 7:48 PM, Dan Ziegler wrote: gcc -DHAVE_CONFIG_H -I. -I../includes -DMINIRES_LIB -DHMAC_MD5 -g - O2 -Wall -Werror -fno-strict-aliasing -I../bind/include -MT dst_support.o -MD -MP -MF .deps/dst_support.Tpo -c -o dst_support.o dst_support.c cc1: warnings being treated

Re: DHCP Server??

2011-02-15 Thread Bruce Johnson
I just downloaded dhcp-4.2.0-P2 and it compiled without a hitch under 10.6.6. I believe I have the Developer Tools installed on my laptop running 10.5 so I'll see if I can compile it there later (it's at home) There are mentions in the release notes about 'fixes to compilation in OS X 10.5'

Re: DHCP Server??

2011-02-14 Thread Dan Ziegler
OK, here goes. I'm running ./configure, make and sudo make install. First, ./configure... ./configure checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... ./install-sh -c -d checking for gawk... no

Re: DHCP Server??

2011-02-14 Thread Clark Martin
On Feb 14, 2011, at 6:48 PM, Dan Ziegler wrote: OK, here goes. I'm running ./configure, make and sudo make install. First, ./configure... Nothing looks wrong with the line of the include file that shows the first error. It seems like something is wrong in the overall configuration, I'm

Re: DHCP Server??

2011-02-13 Thread Dan Ziegler
 am, Clark Martin cm...@sonic.net wrote: On Feb 12, 2011, at 10:11 AM, Dan Ziegler wrote: Hello there, I have a question: I would like to run a DHCP server on an iMac running Leopard 10.5. I have tried building the ISC source code (I have Developer Tools installed) but it fails with errors

Re: DHCP Server??

2011-02-13 Thread Clark Martin
On Feb 13, 2011, at 12:25 PM, Dan Ziegler wrote: Yes I did both the ./configure and make steps. The build directory is /ort/dhcp-4.2.0-P2 . I'm not sure what the errors mean it's throwing- should I post them? go for it. Clark Martin Redwood City, CA, USA Macintosh / Internet Consulting I'm

DHCP Server??

2011-02-12 Thread Dan Ziegler
Hello there, I have a question: I would like to run a DHCP server on an iMac running Leopard 10.5. I have tried building the ISC source code (I have Developer Tools installed) but it fails with errors. Does anyone have any experience building/running a DHCP server? Are there binaries somewhere

Re: DHCP Server??

2011-02-12 Thread Bruce Johnson
On Feb 12, 2011, at 11:11 AM, Dan Ziegler wrote: Hello there, I have a question: I would like to run a DHCP server on an iMac running Leopard 10.5. I have tried building the ISC source code (I have Developer Tools installed) but it fails with errors. What are the errors? Everything I've

Re: DHCP Server??

2011-02-12 Thread Dan
At 11:45 AM -0700 2/12/2011, Bruce Johnson wrote: On Feb 12, 2011, at 11:11 AM, Dan Ziegler wrote: Hello there, I have a question: I would like to run a DHCP server on an iMac running Leopard 10.5. I have tried building the ISC source code (I have Developer Tools installed) but it fails

Re: DHCP Server??

2011-02-12 Thread Kris Tilford
On Feb 12, 2011, at 1:23 PM, Dan wrote: Um, why not just use the dhcp service built-in? That's what I thought also, why reinvent the wheel? -- You received this message because you are a member of G-Group, a group for those using G3, G4, and G5 desktop Macs - with a particular focus on

Re: DHCP Server??

2011-02-12 Thread Clark Martin
On Feb 12, 2011, at 10:11 AM, Dan Ziegler wrote: Hello there, I have a question: I would like to run a DHCP server on an iMac running Leopard 10.5. I have tried building the ISC source code (I have Developer Tools installed) but it fails with errors. Does anyone have any experience building