Hi all,

i solved the problem but i didnt find it in BLFS buk, in tripwire
installation, it looks into "./install/install.cfg" file for what to
install,Tripwire by default has to be supported with any one of the
serives,either SMTP or Sendmail....since both were not found in my
system,the installation didnt proceed.......so i thought i can install
sendmail ...

when things were done as told in BLFS book, i got sendmail Build
errors........yes,it was my fault for not reading the book
properly.........we will be editing the "site.config.m4" file and we
would add the following ,

****************************site.config.m4**********************************
cat >> devtools/Site/site.config.m4 << "EOF"
APPENDDEF(`confENVDEF',`-DSTARTTLS -DTCPWRAPPERS -DSASL -DLDAPMAP')
APPENDDEF(`confLIBS', `-lssl -lcrypto -lwrap -lsasl2 -lldap -llber')
APPENDDEF(`confINCDIRS', `-I/usr/include/sasl')
EOF
****************************site.config.m4**********************************

iif u read the lines in the book,u can find that u r configuring
sendmail for tcpwrappers,sasl,OpenLDAP which i havent installed yet in
my LFS,so i got these errors,

******************sendmail errors********************************************
cc -O2 -I. -I../../include  -I/usr/include/sasl -DNEWDB  -DSTARTTLS
-DTCPWRAPPERS -DSASL -DLDAPMAP      -c -o assert.o assert.c
In file included from ../../include/sm/gen.h:20,
                from assert.c:11:
../../include/sm/config.h:148:20: lber.h: No such file or directory
../../include/sm/config.h:149:20: ldap.h: No such file or directory
make[1]: *** [assert.o] Error 1
******************sendmail errors********************************************

when i removed and just included what is there in my LFS
system,sendmail compiled and installed in my system......

and returning back to tripwire...........it also got installed without
any problems......

pingo..... :-)

one doubt...in BLFS book,there is no Required Dependencies fr
Tripwire,but i was not able to install Tripwire without
sendmail........why isnt the book has this??

with regards,
C.C.Chakkaradeep
On 5/26/05, Chakkaradeep C C <[EMAIL PROTECTED]> wrote:
> Hi,
> 
> i just checked the "./install/install.cfg".............
> 
> and here are the lines which checks for " -oi -t"
> 
> *********install.cfg starts
> here************************************************************
> #####################################
> # SENDMAIL options - DEFAULT
> #
> # 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"
> 
> #####################################
> # SMTP options
> #
> # TWSMTPHOST selects the SMTP host to be used to send reports.
> # SMTPPORT selects the SMTP port for the SMTP mail program to use.
> #####################################
> 
> # TWMAILMETHOD=SMTP
> # TWSMTPHOST="mail.domain.com"
> # TWSMTPPORT=25
> *********install.cfg ends
> 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.....
> 
> with regards.
> C.C.Chakkaradeep
> 
> On 5/26/05, Declan Moriarty <[EMAIL PROTECTED]> wrote:
> > Recently, Somebody Somewhere wrote these words
> > > hi all,
> > >
> > > 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] Error 1
> > > make[3]: Leaving directory `/sources/tripwire-portable-0.9'
> > > make[2]: *** [install-data-am] Error 2
> > > make[2]: Leaving directory `/sources/tripwire-portable-0.9'
> > > make[1]: *** [install-am] Error 2
> > > make[1]: Leaving directory `/sources/tripwire-portable-0.9'
> > > make: *** [install-recursive] Error 1
> > > ********************************Tripwire
> > > Error*********************************************
> > >
> > > i would be happy if anyone could help me out....
> >
> > try grep -n libexec ./install/install.cfg from the source and see what's
> > going on. /usr/libexec is not a familiar one.
> >
> > Did you google for the error?
> > --
> >
> >         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

Reply via email to