[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: Branko Čibej <brane_at_xbc.nu>
Date: 2004-06-22 00:31:00 CEST

Lederrey Guillaume wrote:

>Le lundi, 21 Juin 2004 23.06, Branko Čibej a écrit :
>
>
>>And now we come to the silliest (but most relevant) question: How did
>>you get APR (that Subversion uses) onto your system? Did you compile it
>>yourself? Is is linked with an iconv library? Because if it's not, then
>>Subversion won't be able to use anything but plain ASCII file names, or
>>those that are already in UTF-8...
>>
>>
>
> It installed automagically with urpmi (Mandrake 10.0 Official). It looks
>like I have a package called "libapr0-2.0.48" installed. I expect it was
>compiled correctly. The ouptput of "ldd /usr/lib/libapr-0.so.0.9.5" gives :
>
> linux-gate.so.1 => (0xffffe000)
> libpthread.so.0 => /lib/tls/libpthread.so.0 (0x40034000)
> libc.so.6 => /lib/tls/libc.so.6 (0x40044000)
> /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x80000000)
>
> I dont know if it is of any help ... I dont see an iconv library ... Is it
>the right way to check it ? Else it seems I have found my problem !
>
>
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..

-- Brane

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Jun 22 00:32:07 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.