Advertisement
Guest User

Untitled

a guest
May 26th, 2017
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.36 KB | None | 0 0
  1. $ ./configure
  2. checking for a BSD-compatible install... /usr/bin/install -c
  3. checking for gawk... no
  4. checking for mawk... mawk
  5. checking for perl... /usr/bin/perl
  6. checking for chosen layout... relative
  7. checking if user www exists... not found
  8. checking if user www-data exists... found
  9. checking if group www exists... not found
  10. checking if group www-data exists... found
  11. checking if group rt3 exists... not found
  12. checking if group rt exists... not found
  13. checking if group www-data exists... found
  14. checking if database name is valid... yes
  15. checking for gcc... gcc
  16. checking whether the C compiler works... yes
  17. checking for C compiler default output file name... a.out
  18. checking for suffix of executables...
  19. checking whether we are cross compiling... no
  20. checking for suffix of object files... o
  21. checking whether we are using the GNU C compiler... yes
  22. checking whether gcc accepts -g... yes
  23. checking for gcc option to accept ISO C89... none needed
  24. checking for aginitlib in -lgraph... no
  25. checking for gdlib-config... no
  26. checking for gpg... yes
  27. configure: creating ./config.status
  28. config.status: creating etc/upgrade/3.8-branded-queues-extension
  29. config.status: creating etc/upgrade/3.8-ical-extension
  30. config.status: creating etc/upgrade/split-out-cf-categories
  31. config.status: creating sbin/rt-attributes-viewer
  32. config.status: creating sbin/rt-dump-database
  33. config.status: creating sbin/rt-setup-database
  34. config.status: creating sbin/rt-test-dependencies
  35. config.status: creating sbin/rt-email-digest
  36. config.status: creating sbin/rt-email-dashboards
  37. config.status: creating sbin/rt-clean-sessions
  38. config.status: creating sbin/rt-shredder
  39. config.status: creating sbin/rt-validator
  40. config.status: creating sbin/rt-email-group-admin
  41. config.status: creating sbin/rt-server
  42. config.status: creating bin/fastcgi_server
  43. config.status: creating bin/mason_handler.fcgi
  44. config.status: creating bin/mason_handler.scgi
  45. config.status: creating bin/standalone_httpd
  46. config.status: creating bin/rt-crontool
  47. config.status: creating bin/rt-mailgate
  48. config.status: creating bin/rt
  49. config.status: creating Makefile
  50. config.status: creating etc/RT_Config.pm
  51. config.status: creating lib/RT.pm
  52. config.status: creating bin/mason_handler.svc
  53. config.status: creating bin/webmux.pl
  54. config.status: creating t/data/configs/apache2.2+mod_perl.conf
  55. config.status: creating t/data/configs/apache2.2+fastcgi.conf
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement