Re: Postfix install error

2009-02-03 Thread Victor Duchovni
On Tue, Feb 03, 2009 at 04:58:42PM -0800, Nandini Mocherla wrote: > Thank You! I changed the way, i was using quotes and it did compile and > install successfully. But i saw these errors in my error file. Is it ok > to ignore them. To reduce spurious noise: try gcc, or figure out which compi

Re: Postfix install error

2009-02-03 Thread Nandini Mocherla
On 02/ 3/09 04:19 PM, Wietse Venema wrote: Nandini Mocherla: 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 fur

Re: Postfix install error

2009-02-03 Thread Wietse Venema
Nandini Mocherla: > > 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

Re: Postfix install error

2009-02-03 Thread Nandini Mocherla
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" \

Re: Postfix install error

2009-02-03 Thread Wietse Venema
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

Re: Postfix install error

2009-02-03 Thread Ralf Hildebrandt
* 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 == make makefiles -- Ralf Hildebrandt (ralf.hildebra...@charite.de) snick...@charite.de Postf

Re: Postfix install error

2009-02-03 Thread 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

Re: Postfix install error

2009-02-03 Thread Nandini Mocherla
On 02/ 3/09 02:02 PM, Victor Duchovni wrote: On Tue, Feb 03, 2009 at 01:52:45PM -0800, Nandini Mocherla wrote: My makedefs.out does not say any thing about configurations i specified with "make files" other than PCRE and here is the output EXPORT = AUXLIBS=' -L/usr/lib -R/usr/li

Re: Postfix install error

2009-02-03 Thread Wietse Venema
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

Re: Postfix install error

2009-02-03 Thread Nandini Mocherla
I have used this with make files and have entered with interactive make install , but still seeing error. This is the script i used. !/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'

Re: Postfix install error

2009-02-03 Thread Victor Duchovni
On Tue, Feb 03, 2009 at 01:52:45PM -0800, Nandini Mocherla wrote: > My makedefs.out does not say any thing about configurations i specified > with "make files" other than PCRE and here is the output > EXPORT = AUXLIBS=' -L/usr/lib -R/usr/lib -lpcre' CCARGS=' > -Dstrcasecmp=fix_strcasecmp

Re: Postfix install error

2009-02-03 Thread Nandini Mocherla
On 02/ 3/09 01:39 PM, Wietse Venema wrote: 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/update

Re: Postfix install error

2009-02-03 Thread Victor Duchovni
On Tue, Feb 03, 2009 at 01:49:40PM -0800, Nandini Mocherla wrote: >> Yes, of course, because your overrides are stored in main.cf, and main.cf >> is in the compiled-in location. The correct main.cf location MUST be >> compiled-in. DO NOT override it when installing the primary Postfix >> instance

Re: Postfix install error

2009-02-03 Thread Nandini Mocherla
On 02/ 3/09 01:37 PM, Victor Duchovni wrote: On Tue, Feb 03, 2009 at 12:23:48PM -0800, Nandini Mocherla wrote: 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

Re: Postfix install error

2009-02-03 Thread Wietse Venema
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

Re: Postfix install error

2009-02-03 Thread Victor Duchovni
On Tue, Feb 03, 2009 at 12:23:48PM -0800, Nandini Mocherla wrote: > 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

Re: Postfix install error

2009-02-03 Thread 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

Re: Postfix install error

2009-02-03 Thread Wietse Venema
Victor Duchovni: > On Tue, Feb 03, 2009 at 11:27:44AM -0800, Nandini Mocherla wrote: > > > Hi > > > > I was installing Postfix postfix-2.5.5 on Solaris. At the time of > > compiling the Source with make I have defined the parameters (for changing > > the default values of the following from /et

Re: Postfix install error

2009-02-03 Thread Victor Duchovni
On Tue, Feb 03, 2009 at 11:27:44AM -0800, Nandini Mocherla wrote: > Hi > > I was installing Postfix postfix-2.5.5 on Solaris. At the time of > compiling the Source with make I have defined the parameters (for changing > the default values of the following from /etc/ to /opt etc.) > -DDEF_COMMAN

Postfix install error

2009-02-03 Thread Nandini Mocherla
Hi I was installing Postfix postfix-2.5.5 on Solaris. At the time of compiling the Source with make I have defined the parameters (for changing the default values of the following from /etc/ to /opt etc.) -DDEF_COMMAND_DIR= -DDEF_SAMPLE_DIR= -DDEF_SENDMAIL_PATH= -DDEF_CONFIG_DIR= -DDEF_DAEMON