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
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
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
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" \
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
* 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
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
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
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 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'
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
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
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
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
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
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
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
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
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
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
20 matches
Mail list logo