Hey guys,
Trying to compile fred on debian lenny I receive the following error;
/opt/fred/download/src/fred-pyfred-2.1.8/setup.cfg.template has been
copied to setup.cfg.
Updating setup configuration file (setup.cfg).
running install
* Operating system ... linux2
* Python version ... 2.5.2
* Package omniORB found (version cannot be verified).
* package pygresql version ... 3.8.1
* Package dnspython version ... 1.6.0
Versions newer than 1.5 of dnspython are not tested to work with
pyfred.
Use at your own risk.
* C API version of clearsilver ... 4
All tests were passed successfully
sendmail found in /usr/sbin
Error: drill not found.
If you want to suppress these error run install with --no-check-deps
option.
The only thing that stands out is the python version. What is
interesting however is fred-pyfred-2.1.5 compiles fine.
I tried to search for this "drill" error with no luck.
My pthon version is 2.5.2-3
--julian