I use ebian etch.
linknx cvs if I want to reinstall, I get the following error message:
checking whether to use libesmtp... yes
checking for log4cpp-config... no
configure: error: log4cpp-config not found, may need to use --with-log4cpp option
Regards,
Hans
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
There is a bug in the configure script. You need to remove the following 2 lines (line 105 and 106) in file configure.ac :
else
AC_MSG_ERROR([log4cpp-config not found, may need to use --with-log4cpp option])
I'll fix it when I have some time.
Regards,
Jean-François
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hallo,
I use ebian etch.
linknx cvs if I want to reinstall, I get the following error message:
checking whether to use libesmtp... yes
checking for log4cpp-config... no
configure: error: log4cpp-config not found, may need to use --with-log4cpp option
Regards,
Hans
Hi,
There is a bug in the configure script. You need to remove the following 2 lines (line 105 and 106) in file configure.ac :
else
AC_MSG_ERROR([log4cpp-config not found, may need to use --with-log4cpp option])
I'll fix it when I have some time.
Regards,
Jean-François