NetLoadD is dead and has been replaced by better tools - click here for info

Network Load Daemon (netloadd) @ p u r p l e p i x i e . o r g

Docs: INSTALL-FAQ

Home || Documentation || Downloads

Displaying Document: documentation/INSTALL-FAQ [ Download ]

/*--------------------------------------------------------------
 NetLoadD - Network Load Daemon                    Read The
 David Cutting (dcutting@purplepixie.org)       L I C E N C E
--------------------------------------------------------------*/

INSTALL-FAQ: Frequently Asked Installation Questions

1. What is god?

GoDave is a utility I use to aid compilation and I prefer it
to make. If you do not use god (and nobody apart from me does)
then the BuildMe.sh script will attempt to use gcc.

2. I get MySQL errors during the compilation.

You are missing the MySQL developmental libraries which are
downloadable from your vendor or MySQL direct. Unfortunately
although there is a mechanism in place for you to opt-out of
MySQL in the compilation, avoiding needing the libraries
if you don't plan to use MySQL output, it doesn't work and
will break compilation if used.

3. What is dll?

DLL is Dave Linked List my common interface for configuration
files. I usually use a pre-compiled object and plain header
myself (mainly to avoid tinkering on a per-project basis).
This should work fine under most versions of gcc but if not
we can provide the DLL source code.


NetLoadD is dead and has been replaced by better tools - click here for info