Re: PostFix - and how to make it


Subject: Re: PostFix - and how to make it
From: Rob Brandt (rbrandt@sbdsl.com)
Date: Sat Jun 30 2001 - 22:40:11 MDT


Thanks Takashi - once again you've been more than helpful.

Progress Made! After installing glibc-devel running "make" did a
whole bunch of stuff and ran for a long time. But it still had
errors at the end. Here's the last screen's worth of output:

gcc -Wmissing-prototypes -Wformat -g -O -I. -I../../include -DLINUX2 -o
sendmail sendmail.o ../../lib/libglobal.a ../../lib/libutil.a -ldb
cp sendmail ../../bin
[src/error]
gcc -Wmissing-prototypes -Wformat -g -O -I. -I../../include -DLINUX2 -c
error.cgcc -Wmissing-prototypes -Wformat -g -O -I. -I../../include -DLINUX2
-o error error.o ../../lib/libmaster.a ../../lib/libglobal.a
../../lib/libutil.a -ldb
../../lib/libutil.a(dict_nis.o): In function `dict_nis_init':
/root/postfix-20010228-pl03/src/util/dict_nis.c:81: undefined reference to
`yp_get_default_domain'
/root/postfix-20010228-pl03/src/util/dict_nis.c:81: relocation truncated to
fit: R_PPC_REL24 yp_get_default_domain
../../lib/libutil.a(dict_nis.o): In function `dict_nis_lookup':
/root/postfix-20010228-pl03/src/util/dict_nis.c:156: undefined reference to
`yp_match'
/root/postfix-20010228-pl03/src/util/dict_nis.c:156: relocation truncated to
fit: R_PPC_REL24 yp_match
/root/postfix-20010228-pl03/src/util/dict_nis.c:170: undefined reference to
`yp_match'
/root/postfix-20010228-pl03/src/util/dict_nis.c:170: relocation truncated to
fit: R_PPC_REL24 yp_match
collect2: ld returned 1 exit status
make: *** [error] Error 1
make: *** [update] Error 1

What's next?

Rob

At 3:12 PM -0500 6/30/2001, Takashi Oe wrote:
>
>This still means you are missing "glibc-devel" package. It's not
>"glib-devel", just to be sure.
>
>For sanity check, you might try "rpm -qa | grep glibc". If it
>shows glibc-devel, then try "rpm -V glibc-devel".
>
>
>Takashi Oe



This archive was generated by hypermail 2a24 : Sat Jun 30 2001 - 21:49:08 MDT