Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.84 KB | None | 0 0
  1. root@SVNServer:/var/log/apache2# vim redmine.debuntu.org_error.log
  2. root@SVNServer:/var/log/apache2# apt-get install libfcgi libfcgi-dev libfcgi-ruby
  3. Paketlisten werden gelesen... Fertig
  4. Abhängigkeitsbaum wird aufgebaut
  5. Status-Informationen einlesen... Fertig
  6. Hinweis: libfcgi0ldbl wird an Stelle von libfcgi gewählt
  7. libfcgi0ldbl ist schon die neueste Version.
  8. Paket libfcgi-ruby ist ein virtuelles Paket, das bereitgestellt wird von:
  9. libfcgi-ruby1.9.1 0.8.8-1
  10. libfcgi-ruby1.8 0.8.8-1
  11. Sie sollten eines explizit zum Installieren auswählen.
  12. E: Paket libfcgi-ruby hat keinen Installationskandidaten
  13. root@SVNServer:/var/log/apache2# gem install fcgi
  14. Fetching: fcgi-0.8.8.gem (100%)
  15. Building native extensions. This could take a while...
  16. ERROR: Error installing fcgi:
  17. ERROR: Failed to build gem native extension.
  18.  
  19. /usr/bin/ruby1.8 extconf.rb
  20. checking for fcgiapp.h... no
  21. checking for fastcgi/fcgiapp.h... no
  22. *** extconf.rb failed ***
  23. Could not create Makefile due to some reason, probably lack of
  24. necessary libraries and/or headers. Check the mkmf.log file for more
  25. details. You may need configuration options.
  26.  
  27. Provided configuration options:
  28. --with-opt-dir
  29. --without-opt-dir
  30. --with-opt-include
  31. --without-opt-include=${opt-dir}/include
  32. --with-opt-lib
  33. --without-opt-lib=${opt-dir}/lib
  34. --with-make-prog
  35. --without-make-prog
  36. --srcdir=.
  37. --curdir
  38. --ruby=/usr/bin/ruby1.8
  39. --with-fcgi-dir
  40. --without-fcgi-dir
  41. --with-fcgi-include
  42. --without-fcgi-include=${fcgi-dir}/include
  43. --with-fcgi-lib
  44. --without-fcgi-lib=${fcgi-dir}/lib
  45.  
  46.  
  47. Gem files will remain installed in /usr/lib/ruby/gems/1.8/gems/fcgi-0.8.8 for inspection.
  48. Results logged to /usr/lib/ruby/gems/1.8/gems/fcgi-0.8.8/ext/fcgi/gem_make.out
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement