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

Re: troubles with javahl

From: johnny geling <johnny.geling_at_chello.be>
Date: 2004-09-18 17:18:59 CEST

On Saturday 18 September 2004 13:55, Kurt Huwig wrote:
> johnny geling wrote:
> > Hi,
> >
> > I'm running debian unstable with subversion 1.0.6-2
> > Just installed eclipse 3.0 and subclibse 0.9.20.
> > Selected the javahl as interface with subversion
> > compiled libsvnjavahl.so from source of subversion 1.0.6-2
> >
> > When I try to browse a repository I got the error described below.
> >
> > I can use the cli for browsing.
> >
> > What can be wrong?
>
> You should also modify the Makefile to read:
>
> LT_LDFLAGS = -lstdc++
>
> and maybe
>
> COMPILE_JAVAHL_CXX = $(LIBTOOL) $(LTFLAGS) --mode=compile $(COMPILE_CXX)
> $(JAVAHL_INCLUDES) -o $@ -c -lstdc++
>
> The included 'libtools' is broken and fails to add dependencies. You can
> check if everything worked fine by
>
> ldd libjavahl-1.so
>
> which must not give any unresolved symbols.

?? As far as I can see I don't have a libjavahl-1.so. Libsvnjavahl.so.0 was
created on compiling the java binding from the source.

when doing ldd
/usr/local/lib$ ldd libsvnjavahl.so
                libneon.so.24 => /usr/lib/libneon.so.24 (0x40033000)
        libxml2.so.2 => /usr/lib/libxml2.so.2 (0x4004d000)
        libz.so.1 => /usr/lib/libz.so.1 (0x40148000)
        libpthread.so.0 => /lib/tls/libpthread.so.0 (0x41180000)
        libaprutil-0.so.0 => /usr/lib/libaprutil-0.so.0 (0x4015a000)
        libexpat.so.1 => /usr/lib/libexpat.so.1 (0x416db000)
        libapr-0.so.0 => /usr/lib/libapr-0.so.0 (0x4016f000)
        librt.so.1 => /lib/tls/librt.so.1 (0x40191000)
        libcrypt.so.1 => /lib/tls/libcrypt.so.1 (0x40197000)
        libnsl.so.1 => /lib/tls/libnsl.so.1 (0x41606000)
        libdl.so.2 => /lib/tls/libdl.so.2 (0x4117b000)
        libdb-4.1.so => /usr/lib/libdb-4.1.so (0x401c3000)
        libsvn_client-1.so.0 => /usr/lib/libsvn_client-1.so.0 (0x40284000)
        libsvn_delta-1.so.0 => /usr/lib/libsvn_delta-1.so.0 (0x402a8000)
        libsvn_fs-1.so.0 => /usr/lib/libsvn_fs-1.so.0 (0x402b0000)
        libsvn_ra-1.so.0 => /usr/lib/libsvn_ra-1.so.0 (0x402d4000)
        libsvn_ra_dav-1.so.0 => /usr/lib/libsvn_ra_dav-1.so.0 (0x402d7000)
        libsvn_ra_local-1.so.0 => /usr/lib/libsvn_ra_local-1.so.0 (0x402eb000)
        libsvn_ra_svn-1.so.0 => /usr/lib/libsvn_ra_svn-1.so.0 (0x402f0000)
        libsvn_repos-1.so.0 => /usr/lib/libsvn_repos-1.so.0 (0x40300000)
        libsvn_subr-1.so.0 => /usr/lib/libsvn_subr-1.so.0 (0x40315000)
        libsvn_wc-1.so.0 => /usr/lib/libsvn_wc-1.so.0 (0x40338000)
        libstdc++.so.5 => /usr/lib/libstdc++.so.5 (0x40360000)
        libm.so.6 => /lib/tls/libm.so.6 (0x41156000)
        libc.so.6 => /lib/tls/libc.so.6 (0x41019000)
        libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x4131a000)
        libssl.so.0.9.7 => /usr/lib/i686/cmov/libssl.so.0.9.7 (0x4041b000)
        libcrypto.so.0.9.7 => /usr/lib/i686/cmov/libcrypto.so.0.9.7
(0x4044c000)
        /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x80000000)
        libdb-4.2.so => /usr/lib/libdb-4.2.so (0x40549000)
        libsvn_diff-1.so.0 => /usr/lib/libsvn_diff-1.so.0 (0x4061f000)
        libldap.so.2 => /usr/lib/libldap.so.2 (0x40627000)
        liblber.so.2 => /usr/lib/liblber.so.2 (0x4065b000)
        libresolv.so.2 => /lib/tls/libresolv.so.2 (0x40668000)
        libsasl2.so.2 => /usr/lib/libsasl2.so.2 (0x4067b000)
        libgnutls.so.11 => /usr/lib/libgnutls.so.11 (0x40690000)
        libtasn1.so.2 => /usr/lib/libtasn1.so.2 (0x406f6000)
        libgcrypt.so.11 => /usr/lib/libgcrypt.so.11 (0x40706000)
        libgpg-error.so.0 => /usr/lib/libgpg-error.so.0 (0x40753000)

is this what I get.

-- 
Johnny Geling
Willem Coosemansstraat 152
3010 Leuven
+32 485 75 71 88
Received on Sun Sep 19 01:18:59 2004

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

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