diff -ruN mod_accounting-0.5.orig/Makefile mod_accounting-0.5/Makefile --- mod_accounting-0.5.orig/Makefile 2001-12-30 19:11:43.000000000 +0500 +++ mod_accounting-0.5/Makefile 2005-04-13 13:24:38.427381688 +0600 @@ -9,9 +9,10 @@ APACHECTL=apachectl # here's what you may need to change -DEF=-DNEED_POSTGRES -DNEED_MYSQL -INC=-I/usr/local/pgsql/include/ -I/usr/local/mysql/include/ -LIB=-L/usr/local/pgsql/lib -lpq -L/usr/local/mysql/lib/mysql/ -lmysqlclient +DEF=-DNEED_MYSQL +INC=-I/usr/include/mysql/ +LIB=-L/usr/lib/mysql/ -lmysqlclient + # the default target all: mod_accounting.so