Re: 1.6.0 release candidates

2017-05-10 Thread Dennis Clarke
On 05/07/2017 08:37 PM, Yann Ylavic wrote: On Sun, May 7, 2017 at 4:15 PM, Dennis Clarke wrote: node000 $ echo $CPPFLAGS -I/usr/local/include -I/usr/local/ssl/include -D_TS_ERRNO -D_POSIX_PTHREAD_SEMANTICS -D_LARGEFILE64_SOURCE [] During the compile is where we see

Re: apr-util-1.6.0 on Solaris issues

2017-05-10 Thread William A Rowe Jr
On Wed, May 10, 2017 at 9:20 PM, Dennis Clarke wrote: > >>> beta $ ldd -d ./dbd/.libs/apr_dbd_mysql-1.so >>> libmysqlclient.so.18 => >>> /opt/mysql/mysql/lib/libmysqlclient.so.18 >>> libsocket.so.1 =>/lib/64/libsocket.so.1 >>> libnsl.so.1

Re: apr-util-1.6.0 on Solaris issues

2017-05-10 Thread Dennis Clarke
beta $ ldd -d ./dbd/.libs/apr_dbd_mysql-1.so libmysqlclient.so.18 => /opt/mysql/mysql/lib/libmysqlclient.so.18 libsocket.so.1 =>/lib/64/libsocket.so.1 libnsl.so.1 => /lib/64/libnsl.so.1 libm.so.2 => /lib/64/libm.so.2 librt.so.1 =>

Re: 1.6.0 release candidates

2017-05-10 Thread Dennis Clarke
On 05/10/2017 01:05 PM, Nick Kew wrote: On Wed, 10 May 2017 11:33:13 + Dennis Clarke wrote: So that seems to be gone from apr-1.6.0 and I hope expat-2.2.0 solves the issue. Yep, that's (due to be) part of the release notes. But if you got through "configure"

Re: 1.6.0 release candidates

2017-05-10 Thread Nick Kew
On Wed, 10 May 2017 11:33:13 + Dennis Clarke wrote: > So that seems to be gone from apr-1.6.0 and I hope expat-2.2.0 solves > the issue. Yep, that's (due to be) part of the release notes. But if you got through "configure" without it checking for expat, you would

Re: 1.6.0 release candidates

2017-05-10 Thread Dennis Clarke
On 05/10/2017 01:37 PM, Nick Kew wrote: On Wed, 10 May 2017 14:05:51 +0100 Nick Kew wrote: But if you got through "configure" without it checking for expat, you would seem to have found a bug. Whoops! That should have read one or the other of expat and libxml2, since those

Re: 1.6.0 release candidates

2017-05-10 Thread Nick Kew
On Wed, 10 May 2017 14:05:51 +0100 Nick Kew wrote: > But if you got through "configure" without it checking for expat, > you would seem to have found a bug. Whoops! That should have read one or the other of expat and libxml2, since those are now alternatives. But it seems

Re: 1.6.0 release candidates

2017-05-10 Thread Dennis Clarke
On 05/10/2017 01:37 PM, Nick Kew wrote: On Wed, 10 May 2017 14:05:51 +0100 Nick Kew wrote: But if you got through "configure" without it checking for expat, you would seem to have found a bug. Whoops! That should have read one or the other of expat and libxml2, since those

apr-util-1.6.0 on Solaris issues

2017-05-10 Thread Dennis Clarke
So in another thread I have been going over this and over this and finding little nits and getting past them and I do get a clean compile but .. there are a few issues : beta $ ldd -d ./dbd/.libs/apr_dbd_mysql-1.so libmysqlclient.so.18 => /opt/mysql/mysql/lib/libmysqlclient.so.18

Re: 1.6.0 release candidates

2017-05-10 Thread Dennis Clarke
On 05/10/2017 01:37 PM, Nick Kew wrote: On Wed, 10 May 2017 14:05:51 +0100 Nick Kew wrote: But if you got through "configure" without it checking for expat, you would seem to have found a bug. Whoops! That should have read one or the other of expat and libxml2, since those

Re: apr-util-1.6.0 on Solaris issues

2017-05-10 Thread William A Rowe Jr
On Wed, May 10, 2017 at 11:52 AM, Dennis Clarke wrote: > > So in another thread I have been going over this and over this and finding > little nits and getting past them and I do get a clean compile but .. there > are a few issues : > > beta $ ldd -d