Advertisement
Guest User

Untitled

a guest
Jun 24th, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.33 KB | None | 0 0
  1. install.rb: install done.
  2. INFO: `gem install -y` is now default and will be removed
  3. INFO: use --ignore-dependencies to install only the gems you list
  4. Building native extensions. This could take a while...
  5. ERROR: Error installing fcgi:
  6. ERROR: Failed to build gem native extension.
  7.  
  8. /usr/bin/ruby extconf.rb
  9. checking for fcgiapp.h... yes
  10. checking for FCGX_Accept() in -lfcgi... yes
  11. creating Makefile
  12.  
  13. make
  14. gcc -I. -I. -I/usr/lib64/ruby/1.8/x86_64-linux -I. -DHAVE_FCGIAPP_H -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -Wall -fno-strict-aliasing -fPIC -c fcgi.c
  15. fcgi.c: In function ‘fcgi_stream_write’:
  16. fcgi.c:225: warning: implicit declaration of function ‘RSTRING_PTR’
  17. fcgi.c:225: warning: implicit declaration of function ‘RSTRING_LEN’
  18. fcgi.c:225: warning: passing argument 1 of ‘FCGX_PutStr’ makes pointer from integer without a cast
  19. fcgi.c: In function ‘fcgi_stream_puts_ary’:
  20. fcgi.c:274: warning: implicit declaration of function ‘RARRAY_LEN’
  21. fcgi.c:275: warning: implicit declaration of function ‘RARRAY_PTR’
  22. fcgi.c:275: error: subscripted value is neither array nor pointer
  23. fcgi.c: In function ‘fcgi_stream_puts’:
  24. fcgi.c:308: error: subscripted value is neither array nor pointer
  25. make: *** [fcgi.o] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement