I had a problem installing ruby for apache 1.3.42 on FBSD 8.1 RELEASE on an AMD64 processor. It failed in "make install" due to a failure to find regmatch_t definition (at lines 1071 and 1075 in httpd.h) using oniguruma.h from /usr/local/lib/ruby/1.8/amd64-freebsd8/oniguruma.h which supplies regex_t but not regmatch_t. I fixed my problem by simply copying the regmatch_t definition from a handy pcreposix.h file into the oniguruma.h file which I'm sure is not the "right" solution. I'm happy to supply any further info you require or to raise a bug report if you would prefer.
Regards and thanks for your great work.

--
Ron Aitchison                      www.zytrax.com
ZYTRAX                             r...@zytrax.com
                                   tel: 514-315-4296
                                   Suite 22
                                   6201 Chemin Cote St. Luc
                                   Hampstead QC H3X 2H2 Canada
Author: Pro DNS and BIND (Apress) ISBN 1-59059-494-0

_______________________________________________
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Reply via email to