OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
Subject: RE: errors in building postfix on Solaris2.7 on Intel
From: Michael Phillips (mike.phillipsieionline.com)
Date: Wed Nov 01 2000 - 12:42:52 CST


Looks like your system is missing the standard c libraries to me.

Mike Phillips

> -----Original Message-----
> From: owner-postfix-userspostfix.org
> [mailto:owner-postfix-userspostfix.org]On Behalf Of Jackson Zhu
> Sent: Wednesday, November 01, 2000 12:34 PM
> To: postfix-userscloud9.net
> Subject: errors in building postfix on Solaris2.7 on Intel
>
>
>
> Hi, Everybody
>
>
> I download postfix-19991231-pl10 and untar the file. when I enter the
> toplevel directory of postfix and run "$ make" it prompts the following
> errors (only the last lines)
>
> make[1]: Leaving directory `/export/home/jazhu/postfix-19991231-pl10'
> make update
> make[1]: Entering directory `/export/home/jazhu/postfix-19991231-pl10'
> set -e; for i in util global dns master postfix smtpstone sendmail error
> pickup
> cleanup smtpd local trivial-rewrite qmgr smtp bounce pipe showq postalias
> postca
> t postconf postdrop postkick postlock postlog postmap postsuper ; do \
> (set -e; echo "[$i]"; cd $i; make
> "CC=gcc -Wmissing-prototypes -DHAS_POSIX_REGE
> XP" update MAKELEVEL=) || exit 1; \
> done
> [util]
> make: Entering directory `/export/home/jazhu/postfix-19991231-pl10/util'
> gcc -Wmissing-prototypes -DHAS_POSIX_REGEXP -g -O -I. -DSUNOS5 -c argv.c
> argv.c:61: stdlib.h: No such file or directory
> argv.c:63: string.h: No such file or directory
> make: *** [argv.o] Error 1
> make: Leaving directory `/export/home/jazhu/postfix-19991231-pl10/util'
> make[1]: *** [update] Error 1
> make[1]: Leaving directory `/export/home/jazhu/postfix-19991231-pl10'
> make: *** [update] Error 2
> $
>
> my environment is
>
> Solaris 2.7 on Intel
> make-3.77
> gcc-2.95.2
>
> please guide me how to solve it
>
> Regards
>
> Jackson
>