RE: Compiling Problem

2000-10-20 Thread John Steniger
, 2000 11:17 AM To: [EMAIL PROTECTED] Subject: Compiling Problem Hi. Got a question. I have a new installation of Solaris 8. I have setup qmail on Linux a dozen times, no problem. First time on solaris. # make setup check It goes throught the standard stuff and gets stuck here each time.

Re: Compiling Problem

2000-10-20 Thread Paul Schinder
At 8:16 AM -0700 10/20/00, Zack Zeiler wrote: >Hi. Got a question. I have a new installation of Solaris 8. > >I have setup qmail on Linux a dozen times, no problem. First time on >solaris. > ># make setup check > >It goes throught the standard stuff and gets stuck here each time. > >./compile q

Compiling Problem

2000-10-20 Thread Zack Zeiler
Hi. Got a question. I have a new installation of Solaris 8. I have setup qmail on Linux a dozen times, no problem. First time on solaris. # make setup check It goes throught the standard stuff and gets stuck here each time. ./compile qmail-local.c /usr/ucb/cc: language optional software pa

Re: qmailanalog compiling problem

2000-09-14 Thread Stephen Berg
On Thu, 14 Sep 2000 19:47:40 -0400, Peter Green wrote: >If you installed kernel-headers before kernel-source (which makes sense, >since kernel-headers is a prereq for kernel-source), you broke the symlinks. >Do a ``rpm -Uhv --force kernel-headers-2.2.16-3.i386.rpm'' and the symlinks >magically re

Re: qmailanalog compiling problem

2000-09-14 Thread Johan Almqvist
On Thu, Sep 14, 2000 at 06:42:20PM -0500, Stephen Berg wrote: > >I believe errno.h is part of the kernel source tree. I'm going to guess > >that you are using RedHat and did not install the kernel-devel package, > >which includes all the kernel header files... [foo@sol pelle]$ rpm -qf /usr/inclu

Re: qmailanalog compiling problem

2000-09-14 Thread Peter Green
also sprach sberg: > Ok, take a look here and see if I'm missing something. I'm pretty > sure I got all the packages necessary to do this sort of thing. > > [root@black qmailanalog-0.70]# rpm -qa | grep -i kernel > kernel-utils-2.2.14-5.0 > kernelcfg-0.5-5 > kernel-pcmcia-cs-2.2.14-5.0 > kernel-

Re: qmailanalog compiling problem

2000-09-14 Thread Stephen Berg
Ok, take a look here and see if I'm missing something. I'm pretty sure I got all the packages necessary to do this sort of thing. [root@black qmailanalog-0.70]# rpm -qa | grep -i kernel kernel-utils-2.2.14-5.0 kernelcfg-0.5-5 kernel-pcmcia-cs-2.2.14-5.0 kernel-ibcs-2.2.16-3 kernel-2.2.16-3 kerne

Re: qmailanalog compiling problem

2000-09-14 Thread Ben Beuchler
On Thu, Sep 14, 2000 at 06:23:41PM -0500, Stephen Berg wrote: > /usr/include/bits/errno.h:25: linux/errno.h: No such file or > directory I believe errno.h is part of the kernel source tree. I'm going to guess that you are using RedHat and did not install the kernel-devel package, which includes

qmailanalog compiling problem

2000-09-14 Thread Stephen Berg
Ok, I thought I'd take a gander at the qmailanalog utility from DJB's website. Downloaded it and de-tar'd/gunzip'd it. Read the README and INSTALL files. Ran "make" and get the following error message. ---Error Message start--- [root@black qmailanalog-0.70]# make ./compile erro