[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Problem configuring subversion on Solaris 2.8

From: Glenn Schrader <gschrad_at_ll.mit.edu>
Date: 2005-07-28 17:14:43 CEST

I am having a problem running the configure on Solaris 2.8.
My problem is that while --with-berkeley-db was pointing to
the correct installation directory, the Berkeley database
libraries still were not being detected. After a bit of
looking through the config logs, the problem is that the
actual library is linked into the test program but the link
fails because fdatasync is missing. fdatasync appears to be
in libc on Linux but appears to only be in librt on Solaris.
The detection of the database work fine after I tweaked a
couple of configuration files to add -lrt to the link for
Solaris builds.

Is this a known issue thats already been addressed?

If not then I can submit my changes as patches but
should I take this up on the dev list first?

Thanks,

-ges

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Jul 28 17:18:37 2005

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.