Rahul,
 
I have done some debugging and found that it will work if you do the following (assuming the prefix is /usr/local, i.e., # ./configure --prefix=/usr/local, so do your own adjustment):
# mkdir -p /usr/local/etc/fsl
# cp -p fsl_test.cfg /usr/local/etc/fsl/fsl.cfg
# make check
fsl_test.syslog:
Nov 17 00:39:47 <panic> [EMAIL PROTECTED]: one
Nov 17 00:39:47 <panic> [EMAIL PROTECTED]: two
Nov 17 00:39:47 <panic> [EMAIL PROTECTED]: who: internal 23
Nov 17 00:39:47 <panic> [EMAIL PROTECTED]: syslogging LOG_EMERG   0
Nov 17 00:39:47 <panic> [EMAIL PROTECTED]: syslogging LOG_ALERT   1
Nov 17 00:39:47 <critical> [EMAIL PROTECTED]: syslogging LOG_CRIT    2
Nov 17 00:39:47 <error> [EMAIL PROTECTED]: syslogging LOG_ERR    3
this test requires manual configuration, use fsl_test.cfg as template and see pathes below
make: *** [check] Error 1
However, the strings command still exit with code 1 since there is no '@(#)' pattern in fsl_test.
 
Hope this help,
Stephen


From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rahul Sanghavi
Sent: Tuesday, November 15, 2005 5:32 AM
To: openpkg-users@openpkg.org
Subject: fsl issue

Hey

I'm trying to test FSL i.e Fake/Flexible Syslog Library. I couldnt find a mailing list for that. I read that openpkg depends on fsl, so thought someoen here might be able to solve 1 issue.
I have a problem regarding the the testing of fsl.

I first go to the src directory of fsl
# ./configure
# make
# make check  (or make test)
I get the following result --->

fsl_test.syslog:
 ***EMPTY***
this test requires manual configuration, use fsl_test.cfg as template and see pathes below
make: *** [check] Error 1

I tried to troubleshoot to get rid of this error but somehow couldnt. Can anyone please help me with this?


--
Thanks and Regards,
Rahul Sanghavi

"The horizon of many people is a circle with a radius of zero. They call this their point of view."

" Winning  is not everything.....  It is the only thing."
  • fsl issue Rahul Sanghavi
    • RE: fsl issue Stephen AuYeung

Reply via email to