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

Re: Can't recode string (locale problem ?)

From: Lederrey Guillaume <Gehel-Lists_at_LedCom.ch>
Date: 2004-06-23 22:58:01 CEST

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Le mardi, 22 Juin 2004 00.31, Branko Čibej a écrit :
> It's the right way to check, but I mislead you a bit -- you should be
> looking at apr-util, not apr. Sorry about that.
> Of course, the iconv API might actually be available in libc.so -- it is
> on my Debian box -- and wouldn't be visible as a separate library. Try
> "nm /lib/tls/libc.so.6 | grep iconv", or use "readelf -sD" instead of
> "nm" if the latter doesn't work..

  On the Mandrake box (client) :

$ readelf -sD /lib/tls/libc.so.6 | grep iconv
  1661 582: 00016470 365 FUNC GLOBAL DEFAULT 11 iconv
  575 609: 000161e0 641 FUNC GLOBAL DEFAULT 11 iconv_open
  1403 876: 000165e0 65 FUNC GLOBAL DEFAULT 11 iconv_close

$ readelf -sD /usr/lib/libaprutil-0.so.0.9.5 | grep iconv
  238 135: 00000000 56 FUNC GLOBAL DEFAULT UND iconv_close
  298 155: 00000000 304 FUNC GLOBAL DEFAULT UND iconv
   93 181: 00000000 594 FUNC GLOBAL DEFAULT UND iconv_open

  On the Debian box (server) :

$ readelf -sD /lib/tls/libc.so.6 | grep iconv
  1669 582: 000163c0 431 FUNC GLOBAL DEFAULT 11 iconv
  581 609: 000161d0 312 FUNC GLOBAL DEFAULT 11 iconv_open
  1411 876: 00016570 63 FUNC GLOBAL DEFAULT 11 iconv_close

$ readelf -sD /usr/lib/libaprutil.so.0 | grep iconv
  230 135: 00000000 58 FUNC GLOBAL DEFAULT UND iconv_close
  288 155: 00000000 386 FUNC GLOBAL DEFAULT UND iconv
   89 181: 00000000 287 FUNC GLOBAL DEFAULT UND iconv_open

  So it seems pretty good ...

  Do you know how I can check if the repository is corrupted ? Or better, how
I can repair it if it is ?

        Thanks for the help !

                Guillaume
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)

iD8DBQFA2e7ZW+xV6X6No3gRArAGAJ0aISm+xH8jfzBb0OfSL2z5pJ5FKACcCWG6
+tuhzPMZYvliSNAE7CRDoiM=
=L3aC
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Jun 23 23:00:09 2004

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

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