Guest User

Untitled

a guest
May 17th, 2018
170
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.58 KB | None | 0 0
  1. $ make
  2. /usr/sbin/apxs -lmemcache -c mod_auth_memcookie.c
  3. /usr/lib64/apr-1/build/libtool --silent --mode=compile gcc -prefer-pic -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -Wformat-security -fno-strict-aliasing -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -pthread -I/usr/include/httpd -I/usr/include/apr-1 -I/usr/include/apr-1 -c -o mod_auth_memcookie.lo mod_auth_memcookie.c && touch mod_auth_memcookie.slo
  4. mod_auth_memcookie.c: In function ‘Auth_memCookie_get_session’:
  5. mod_auth_memcookie.c:168: warning: implicit declaration of function ‘mc_new’
  6. mod_auth_memcookie.c:168: warning: assignment makes pointer from integer without a cast
  7. mod_auth_memcookie.c:181: warning: implicit declaration of function ‘mc_server_add4’
  8. mod_auth_memcookie.c:181: error: ‘mc_const’ undeclared (first use in this function)
  9. mod_auth_memcookie.c:181: error: (Each undeclared identifier is reported only once
  10. mod_auth_memcookie.c:181: error: for each function it appears in.)
  11. mod_auth_memcookie.c:181: error: expected ‘)’ before ‘char’
  12. mod_auth_memcookie.c:181: error: expected ‘)’ before ‘szServer’
  13. mod_auth_memcookie.c:189: warning: implicit declaration of function ‘mc_aget2’
  14. mod_auth_memcookie.c:189: warning: cast to pointer from integer of different size
  15. mod_auth_memcookie.c:236: warning: implicit declaration of function ‘mc_set’
  16. mod_auth_memcookie.c:246: warning: implicit declaration of function ‘mc_free’
  17. apxs:Error: Command failed with rc=65536
  18. .
  19. make: *** [mod_auth_memcookie.la] Error 1
Add Comment
Please, Sign In to add comment