file header comment updated
This commit is contained in:
+3
-7
@@ -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 "----------------"
|
||||
|
||||
Reference in New Issue
Block a user