david...
can you tell me what you get when you do
ldd /usr/lib/libsvn_fs_base-1.so.0
i get ....
----------------------------
[root@lserver2 /]# ldd /usr/lib/libsvn_fs_base-1.so.0
libsvn_delta-1.so.0 => /usr/lib/libsvn_delta-1.so.0 (0x00e9c000)
libsvn_subr-1.so.0 => /usr/lib/libsvn_subr-1.so.0 (0x00cdc000)
libaprutil-0.so.0 => /usr/lib/libaprutil-0.so.0 (0x00b18000)
libapr-0.so.0 => /usr/lib/libapr-0.so.0 (0x007aa000)
libpthread.so.0 => /lib/tls/libpthread.so.0 (0x00a0f000)
libc.so.6 => /lib/tls/libc.so.6 (0x00111000)
librt.so.1 => /lib/tls/librt.so.1 (0x00c21000)
libm.so.6 => /lib/tls/libm.so.6 (0x0022d000)
libcrypt.so.1 => /lib/libcrypt.so.1 (0x00250000)
libnsl.so.1 => /lib/libnsl.so.1 (0x0027d000)
libdl.so.2 => /lib/libdl.so.2 (0x0093e000)
/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x00803000)
----------------------------
-----Original Message-----
From: David M. Cooke [mailto:cookedm@physics.mcmaster.ca]
Sent: Tuesday, April 12, 2005 1:57 PM
To: bedouglas@earthlink.net
Cc: python-list@python.org
Subject: Re: python/svn issues....
"bruce" <bedouglas@earthlink.net> writes:
> david...
>
> thanks for the reply...
>
> it's starting to look as though the actual /usr/lib/libdb-4.2.so from the
> rpm isn't exporting any of the symbols...
>
> when i do:
> nm /usr/lib/libdb-4.2.so | grep db_create
>
> i get
> nm: /usr/lib/libdb-4.2.so: no symbols
>
> which is strange... because i should be getting the db_create symbol...
>
> i'll try to build berkeley db by hand and see what i get...
>
> if you could try the 'nm' command against your berkely.. i'd appreciate
you
> letting me know what you get..
Not surprising; plain 'nm' doesn't work for me on shared libraries. I
need to use 'nm -D'. In that case, I get a db_create (or rather, a
versioned form, db_create_4002). Running 'nm -D -g' on the
libsvn_fs_base library shows it uses the same db_create_4002 function.
--
|>|\/|<
/--------------------------------------------------------------------------\
|David M. Cooke http://arbutus.physics.mcmaster.ca/dmc/
|cookedm@physics.mcmaster.ca
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Apr 12 23:42:54 2005