On Wed, Sep 13, 2000 at 01:32:16AM -0700, [EMAIL PROTECTED] wrote:
> qmail-local.c:1: sys/types.h: No such file or directory
> qmail-local.c:2: sys/stat.h: No such file or directory
/usr/include/sys/stat.h (types.h) is missing. This is an developement
environment installation problem. You are possibly missing some
-dev or kernel-source packages.
> /usr/i386-glibc21-linux/include/sys/types.h
i suspect the C compiler doesn't look there by default.
You _may_ get away by adding "-I/usr/i386-glibc21-linux/include/"
to conf-cc, so that it looks like:
cc -O2 -I/usr/i386-glibc21-linux/include/
that may help to compile the sources. You possibly *need* to to
add -L/usr/i386-glibc21-linux/lib/ to conf-ld, too.
> reveals that these files are indeed on the drive someplace.
yeah, but not where your compiler expects them.
> Ok thats when I tried installing the RPMS from the link at
> http://www.qmail.org/top.html and joined this mailing list and got verbally
> and mentally abused by the entire world for being "so fscking like the GNU
> generation" or some such nonsense.
No. I call that SuSE generation :-)
> impression I get from this list. I am just trying to install it and see if
> I want to use it, and recommend it to other newbies. Unfortunately I am the
> smartest newbie I know, and I know a lot of newbies.
Mail server installation is not exactly newbie stuff, but qmail may also
be installed by newbies on linuxmachines if the machines are installed
properly. Your's isn't, sorry.
Regards, Uwe