Advertisement
arxcorp

error with original make

Apr 20th, 2012
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. root@alex:~/mod_auth_cookie_mysql2/mod_auth_cookie_mysql2_1.0# make
  2. apxs2 -c -Wc,-Wall `mysql_config --include` -DMODULE_NAME=auth_cookie_mysql2 -DMODULE_NAME_module=auth_cookie_mysql2_module `mysql_config --libs` -o mod_auth_cookie_mysql2.so mod_auth_cookie_sql2.c mod_auth_cookie_sql2_mysql.c
  3. apxs:Error: Unknown option: r.
  4. apxs:Error: Unknown option: d.
  5. apxs:Error: Unknown option: y.
  6. Usage: apxs -g [-S <var>=<val>] -n <modname>
  7. apxs -q [-S <var>=<val>] <query> ...
  8. apxs -c [-S <var>=<val>] [-o <dsofile>] [-D <name>[=<value>]]
  9. [-I <incdir>] [-L <libdir>] [-l <libname>] [-Wc,<flags>]
  10. [-Wl,<flags>] [-p] <files> ...
  11. apxs -i [-S <var>=<val>] [-a] [-A] [-n <modname>] <dsofile> ...
  12. apxs -e [-S <var>=<val>] [-a] [-A] [-n <modname>] <dsofile> ...
  13. make: *** [mod_auth_cookie_mysql2.so] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement