Recently, Somebody Somewhere wrote these words
> # # Either SENDMAIL or SMTP can be used to send reports via
> TWMAILMETHOD. # Specifies which sendmail program to use.
> #####################################
>
> TWMAILMETHOD=SENDMAIL TWMAILPROGRAM="${path_to_sendmail} -oi -t"
Okay, it mailing somebody. Those are sendmail options.
>
>
> # TWMAILMETHOD=SMTP # TWSMTPHOST="mail.domain.com" # TWSMTPPORT=25
> *********install.cfg ends
and the somebody is probably you :-/. Look at the o/p of
ping mail.domain.com
> here**********************************************************
>
> i dont have SMTP or Sendmail installed right now,so i think i can go
> for installng sendmail...is that correct??..
>
> and,
> > try grep -n libexec ./install/install.cfg from the source and see
> > what's going on. /usr/libexec is not a familiar one.
>
> i didnt get anything....the output was empty.....
>
> > >
> > > am trying to install Tripwire and when i do "make install",and
> > > after accepting the license aggreement , i get this error.....
> > >
> > > ********************************Tripwire
> > > Error********************************************* Please type
> > > "accept" to indicate your acceptance of this license agreement.
> > > [do not accept] accept Using configuration file
> > > ./install/install.cfg
> > >
> > > Checking for programs specified in install configuration file....
> > >
> > > /usr/local/sbin:/usr/local/bin:/bin:/usr/bin:/sbin:/usr/sbin:/usr/libexec
> > > -oi -t does not exist. Exiting. make[3]: *** [install-data-hook]
>
Hmmm... looks like you may have to hack something. Is tripwire in blfs?
You could always symlink /usr/sbin/sendmail to /bin/true for today and
the sky wouldn't fall in. Have you installed all the dependencies?
I think it's asking "where is sendmail"? It answers itself "Nowhere", so
instead of
'/usr/sbin/sendmail' it has ' ' and then tries to execute the
options :-/. I have been wrong before, but you are allowed to think
too. Slow down installing and do more learning.
--
With best Regards,
Declan Moriarty.
--
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page