[
https://issues.apache.org/jira/browse/ZOOKEEPER-2505?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15425640#comment-15425640
]
Chris Nauroth commented on ZOOKEEPER-2505:
------------------------------------------
[~hanm], I run a Solaris 11.2 VM:
{code}
> uname -a
SunOS solaris 5.11 11.2 i86pc i386 i86pc
{code}
I installed it by downloading the "x86 Text Installer" iso file from here:
http://www.oracle.com/technetwork/server-storage/solaris11/downloads/install-2245079.html
It appears that page is now updated with Solaris 11.3 iso files. I used
VirtualBox to install a new VM from the iso.
I applied your patch in my Solaris VM and confirmed that it builds
successfully. The actual runs of the CppUnit tests on Solaris have not been
stable recently. There are intermittent failures, but that's not related to
your patch.
I am +1 for this patch. It would be good to get one more committer to review
too.
> Use shared library instead of static library in C client unit test
> ------------------------------------------------------------------
>
> Key: ZOOKEEPER-2505
> URL: https://issues.apache.org/jira/browse/ZOOKEEPER-2505
> Project: ZooKeeper
> Issue Type: Improvement
> Components: c client
> Affects Versions: 3.5.2
> Reporter: Michael Han
> Assignee: Michael Han
> Priority: Minor
> Fix For: 3.5.3
>
> Attachments: ZOOKEEPER-2505.patch
>
>
> Currently we are statically linking c unit tests to ZK client library - we
> should use shared library instead as there seems no particular reason to
> stick to static library, plus one benefit of using shared library is that
> would allow us to use overrides function calls from standard libraries at
> link time so we can simulate the wrap option for ld linker on os x.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)