file header comment updated

This commit is contained in:
2018-11-14 09:30:54 -05:00
parent 0c909d5a93
commit eb4fd57eb9
9 changed files with 77 additions and 29 deletions
+3 -7
View File
@@ -55,14 +55,10 @@ gcc absec_mysql.c `mysql_config --cflags --libs` -I/usr/include/apache2 -I/usr/i
#exit
echo "----------------"
echo "Compiling autho test with mysql"
#/home/jlcyr/apache2/bin/apxs -lpam -lpam_misc `mysql_config --cflags --libs` -c -i mod_absec.c
gcc test_mysql.c absec_mysql.o -lpam -lpam_misc `mysql_config --cflags --libs` -o test_mysql
#gcc -o test_pam -lpam -lpam_misc absec_pam.o test_pam.c
#ld -o test_pam -lc --entry main test_pam.o
#ld -lpam -lpam_misc --shared -o test_pam absec_pam.o test_pam.o
echo "Compiling auto test with mysql (test_auto -labsec_mysql)"
gcc test_auto.c absec_mysql.o `mysql_config --cflags --libs` -I/usr/include/apache2 -I/usr/include/apr-1.0 -o test_auto
echo "Running test"
./test_mysql
./test_auto
echo "----------------"