Logged In: NO
Browser: Mozilla/4.74 [en] (X11; U; Linux 2.2.14-5.0 i686)

The pre-compiled rpm of Blade Session Cleaner needs
libmysqlclient.so.6. Since I have a newer (.so.9)
version installed, I need to recompile the source. I
downloaded the source, and tried to compile/rebuild it,
but I keep getting an error:
------------------------------------------------

gcc -DPACKAGE=\"blade_session_cleaner\"
-DVERSION=\"0.5.0\" -DSTDC_HEADERS=1 -I. -I.
`libblade-config --cflags` -I/usr/include/mysql -g
-O2 -c main.c
main.c: In function `main':
main.c:108: `BLADESYSCONFDIR' undeclared (first use in
this function)
main.c:108: (Each undeclared identifier is reported
only once
main.c:108: for each function it appears in.)
make: *** [main.o] Error 1

------------------------------------------------

Apparently, I need some help with it.
(Where is BLADESYSCONFDIR defined/declared?
What do I need in order to compile it?)