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

Problem with Redhat and Fedora

From: Ian Sullivan <isullivan_at_gmail.com>
Date: 2005-03-31 01:45:17 CEST

Hi,
I'm having a problem with a 1.1.3 client. I've complied it with
--disable-shared, and it runs fine on RH9, but it seems to be missing
the correct libcom_err on FC3 (libcom_err.so.3).

My question is did I compile it wrong, or is something else wrong?

./configure --with-ssl --with-libs=/usr/kerberos --disable-shared --prefix=/usr
(The --with-libs=/usr/kerberos was recommended by INSTALL)

Here's an email from the guy trying to use it.

------
$ldd ./subversion/clients/cmdline/svn
       librt.so.1 => /lib/tls/librt.so.1 (0x4001b000)
       libm.so.6 => /lib/tls/libm.so.6 (0x4002d000)
       libcrypt.so.1 => /lib/libcrypt.so.1 (0x4004f000)
       libnsl.so.1 => /lib/libnsl.so.1 (0x4007c000)
       libpthread.so.0 => /lib/tls/libpthread.so.0 (0x40091000)
       libdl.so.2 => /lib/libdl.so.2 (0x4009f000)
       libssl.so.4 => /lib/libssl.so.4 (0x400a4000)
       libcrypto.so.4 => /lib/libcrypto.so.4 (0x400d9000)
       libz.so.1 => /usr//lib/libz.so.1 (0x401ca000)
       libgssapi_krb5.so.2 => /usr/kerberos/lib/libgssapi_krb5.so.2(0x401d8000)
       libkrb5.so.3 => /usr/kerberos/lib/libkrb5.so.3 (0x401eb000)
       libk5crypto.so.3 => /usr/kerberos/lib/libk5crypto.so.3 (0x40249000)
       libcom_err.so.3 => /usr/kerberos/lib/libcom_err.so.3 (0x4025a000)
       libc.so.6 => /lib/tls/libc.so.6 (0x42000000)
       /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)
       libresolv.so.2 => /lib/libresolv.so.2 (0x4025c000)

The culprit is
       libcom_err.so.3 => /usr/kerberos/lib/libcom_err.so.3
(0x4025a000) on k0712(rh9), if I look for the files

$rpm -q --filesbypkg -a | grep libcom
e2fsprogs /lib/libcom_err.so.2
e2fsprogs /lib/libcom_err.so.2.0
krb5-libs /usr/kerberos/lib/libcom_err.so.3
krb5-libs /usr/kerberos/lib/libcom_err.so.3.0
krb5-devel /usr/kerberos/lib/libcom_err.a
krb5-devel /usr/kerberos/lib/libcom_err.so

I tried to run on k3604 (fc3), but by default here are the packages installed:
$rpm -q --filesbypkg -a | grep libcom
e2fsprogs /lib/libcom_err.so.2
e2fsprogs /lib/libcom_err.so.2.1

It looks like svn is either linking against the wrong libcom (from krb5-libs)
or linking with this lib where it should not
---------

--Ian

-- 
Ian Sullivan
Conversagent, Inc.
Development Tools Lead, Perl Mangler, Javascript Tangler & Install Wrangler
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Mar 31 01:46:42 2005

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

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