Guest User

Untitled

a guest
Jun 19th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.39 KB | None | 0 0
  1. # ./configure.rb
  2. checking for a BSD compatible install... /usr/bin/install -c
  3. checking whether we are using gcc... yes
  4. checking Ruby version... 1.9.1
  5. checking for static Apache module support... no
  6. checking for dynamic Apache module support... yes
  7. creating Makefile
  8. creating libruby.module
  9. creating doc/Makefile
  10. # make
  11. gcc -O2 -g -fPIC -Wall -O2 -pipe -DINET6 -Dss_family=__ss_family -Dss_len=__ss_len -DHAVE_SOCKADDR_LEN -DMOD_SSL=208116 -DEAPI -DUSE_SETUSERCONTEXT -I. -I/usr/local/include/ruby-1.9.1 -I/usr/local/include/ruby-1.9.1/i386-openbsd4.4 -I/usr/lib/apache/include -oconnection.o -c connection.c
  12. In file included from /usr/lib/apache/include/ap_config.h:196,
  13. from /usr/lib/apache/include/httpd.h:81,
  14. from mod_ruby.h:101,
  15. from connection.c:28:
  16. /usr/include/regex.h:53: error: conflicting types for `regex_t'
  17. /usr/local/include/ruby-1.9.1/ruby/oniguruma.h:662: error: previous declaration of `regex_t'
  18. connection.c: In function `connection_set_user':
  19. connection.c:84: error: structure has no member named `ptr'
  20. connection.c:84: error: structure has no member named `len'
  21. connection.c: In function `connection_set_auth_type':
  22. connection.c:95: error: structure has no member named `ptr'
  23. connection.c:95: error: structure has no member named `len'
  24. *** Error code 1
  25.  
  26. Stop in /root/mod_ruby-1.3.0 (line 92 of /usr/share/mk/sys.mk).
  27. #
Add Comment
Please, Sign In to add comment