On 02/ 3/09 02:32 PM, Wietse Venema wrote:
Nandini Mocherla:
On 02/ 3/09 02:07 PM, Wietse Venema wrote:
Nandini Mocherla:
make makefiles \
#AUXLIBS='-L/usr/mysql/lib/mysql -R/usr/mysql/lib/mysql -lmysqlclient
-lldap -lpcre' \
"AUXLIBS=-lpcre" \
#"AUXLIBS=-lpcre" \
Your "make makefiles" command ends with the # character!!!!
Wietse
I have commented the next line, but don't see it with make makefiles?
Your "make makefiles" command ends BEFORE THE #AUXLIBS LINE
You can't have shell comments in the middle of multi-line input.
Wietse
Thank You Wietse! I have removed that line and my make install
proceeded further but this time it terminated with a diffrent error.
/opt/SUNWspro/bin/cc -DHAS_PCRE -I/usr/include/pcre
-DDEF_COMMAND_DIR="/opt/oso/postfix/usr/sbin"
-DDEF_SAMPLE_DIR="/opt/oso/postfix/etc"
-DDEF_SENDMAIL_PATH="/opt/oso/postfix/usr/lib/sendmail"
-DDEF_CONFIG_DIR="/opt/oso/postfix/etc"
-DDEF_DAEMON_DIR="/opt/oso/postfix/usr/libexec"
-DDEF_DATA_DIR="/opt/oso/postfix/usr/lib"
-DDEF_QUEUE_DIR="/opt/oso/postfix/var/spool"
-DDEF_MAILQ_PATH="/opt/oso/postfix/usr/bin/mailq"
-DDEF_MANPAGE_DIR="/opt/oso/postfix/usr/local/man"
-DDEF_NEWALIAS_PATH="/opt/oso/postfix/usr/bin/newaliases"
-Dstrcasecmp=fix_strcasecmp -Dstrncasecmp=fix_strncasecmp -g
-O -I. -I../../include -DSUNOS5 -c mail_conf.c
"mail_conf.c", line 113: syntax error before or at: /
"mail_conf.c", line 136: cannot recover from previous errors
cc: acomp failed for mail_conf.c
*** Error code 2
make: Fatal error: Command failed for target `mail_conf.o'
Current working directory /opt/mail-pkgs/postfix-2.5.5/src/global
*** Error code 1
make: Fatal error: Command failed for target `update'
#