Nandini Mocherla:
> I have compiled it with the desired locations for all the parameters 
> mentioned in my email. Then with make install it prompted me for the 
> locations again and i have answered them changing the default ones.  
> Then it copied/updated  all the required files to the specified 
> locations ,but later it is still looking for /etc/postfix.
> 
> My compile script.
> 
> #!/bin/ksh93
> BUILDDIR='/opt/mail-pkgs/postfix-2.5.5'
> #export PATH="$PATH:/opt/SUNWspro/bin"
> #export CC=cc
> export CC=/opt/SUNWspro/bin/cc
> export LDFLAGS='-zignore'
> export CFLAGS='-mt -mr -xO3 -xildoff -xspace -xstrconst -DBIG_TABLES'
> export CXXFLAGS='-mt -mr -xO3 -xildoff -xspace -DBIG_TABLES'
> cd $BUILDDIR
> make tidy
> make makefiles \
> #AUXLIBS='-L/usr/mysql/lib/mysql -R/usr/mysql/lib/mysql -lmysqlclient -lldap 
> -lpcre' \
> "AUXLIBS=-lpcre" \
> #"AUXLIBS=-lpcre" \
> "CCARGS=-DHAS_PCRE -I/usr/include/pcre \

I suggest that you look in the file "makedefs.out" that has the
information that Postfix actually got from the shell.

        Wietse

Reply via email to