Hello,
I've got Subversion installed, version as given below,
[root redux Source]# svn --version
svn, version 1.4.5 (r25188)
compiled Oct 19 2007, 11:58:40
Copyright (C) 2000-2006 CollabNet.
Subversion is open source software, see http://subversion.tigri
s.org/
This product includes software developed by CollabNet
(http://www.Collab.Net/).
The following repository access (RA) modules are available:
* ra_dav : Module for accessing a repository via WebDAV
(DeltaV) protocol.
- handles 'http' scheme
* ra_svn : Module for accessing a repository using the svn
network
protocol.
- handles 'svn' scheme
* ra_local : Module for accessing a repository on local
disk.
- handles 'file' scheme
When trying to compile pysvn-1.5.2 from source, make fails
with the
error given below,
rpath -Wl,/usr/local/lib -lsvn_client-1 -lsvn_diff-1
-lsvn_repos-1
-lgssapi_krb5 -lkrb5 -lk5crypto -lkrb5support -lcom_err
-lresolv -lexpat
-lneon
/usr/bin/ld: cannot find -lkrb5support
collect2: ld returned 1 exit status
make: *** [pysvn/_pysvn_2_4.so] Error 1
I have the following RPM's installed,
[root redux pysvn-1.5.2]# rpm -qa | grep krb5
krb5-workstation-1.3.4-49
pam_krb5-2.1.8-1
krb5-devel-1.3.4-49
krb5-libs-1.3.4-49
Also had the library location in /etc/ld.so.conf and ran
ldconfig but
that hasn't helped.
Anyone else come across this issue ? Thanks in advance.
--
Swapneel Patnekar
Senior System Engineer
http://www.networkredux.c
om
------------------------------------------------------------
---------
To unsubscribe, e-mail: issues-unsubscribe pysvn.tigris.org
For additional commands, e-mail: issues-help pysvn.tigris.org
|