Activity log for bug #372367

Date Who What changed Old value New value Message
2009-05-05 19:01:44 Tim Cook bug added bug
2009-05-05 19:02:52 Tim Cook description My environment is snv_113 (a build of Solaris Nevada, dated 20 April 2009). This includes libpcre, located in /usr/lib[/64] and /usr/include/pcre. Drizzle's configure/make process is able to find the 64-bit library (probably because it is in a default location), but it can not find <pcre.h>. configure leaves the following in config.h: /* Location of pcre header */ /* #undef PCRE_HEADER */ This is in spite of using a few variations of --with-libpcre-prefix. Workaround ========= If CFLAGS is set to include "-I/usr/include/pcre", we get a useful configure/make. Suggested FIX =========== Either: - Fix configure to search for includes more intelligently - Break --with-libpcre-prefix into separate options for libraries and includes [revno 1001] My environment is snv_113 (a build of Solaris Nevada, dated 20 April 2009). This includes libpcre, located in /usr/lib[/64] and /usr/include/pcre. Drizzle's configure/make process is able to find the 64-bit library (probably because it is in a default location), but it can not find <pcre.h>. configure leaves the following in config.h: /* Location of pcre header */ /* #undef PCRE_HEADER */ This is in spite of using a few variations of --with-libpcre-prefix. Workaround ========= If CFLAGS is set to include "-I/usr/include/pcre", we get a useful configure/make. Suggested Fix =========== Either: - Fix configure to search for includes more intelligently - Break --with-libpcre-prefix into separate options for libraries and includes
2009-05-05 22:37:57 Lee Bieber drizzle: importance Undecided Medium
2009-05-05 22:37:57 Lee Bieber drizzle: status New Confirmed
2009-05-05 22:37:57 Lee Bieber drizzle: milestone aloha
2009-05-05 22:37:57 Lee Bieber drizzle: assignee Monty Taylor (mordred)
2009-05-09 03:25:01 Eric Day drizzle: status Confirmed Fix Committed
2009-05-09 03:25:01 Eric Day drizzle: assignee Monty Taylor (mordred) Eric Day (eday)
2009-05-09 05:06:16 Eric Day branch linked lp:~eday/drizzle/eday-dev
2009-05-17 18:46:46 Lee Bieber drizzle: status Fix Committed Fix Released