--On Saturday, February 21, 2004 10:15 AM -0500 John Szakmeister
<john@szakmeister.net> wrote:
> If it helps, here is my configure command line:
> ./configure --enable-maintainer-mode --with-zlib --with-swig \
> --with-apxs=/usr/local/apache2/bin/apxs --with-apr=/usr/local/apache2 \
> --with-apr-util=/usr/local/apache2 --with-ssl
Looks like you have an in-tree Neon. In that scenario, it's often likely that
the -L/usr/local/lib gets inserted into the build system - this has been a
long-time failure case for Subversion; hence libtool will ignore the libraries
in your development tree. As libsvn_subr should be the one that has the
version info (opt.c:print_version_info), that's probably why it's misreporting.
Try deleting the SVN libraries in /usr/local/lib or installing your new
copies. I'll bet it will be fixed then. -- justin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Feb 21 17:56:55 2004