aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: Problem mit dem Language Support  (Read 2359 times)

fsaction

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 24
Problem mit dem Language Support
« on: July 09, 2005, 05:19:13 PM »

Hi,
hab folgendes Problem wenn ich amuled oder amuleweb starte erscheint folgender Error:

Code: [Select]
17:16:50: Error: Cannot set locale to 'de_DE'.
Ich geh davon aus das mir ein package fehlt - ich weis nur nicht welches.

Beim compilieren werden die .po Dateien alle verarbeitet und gettext ist auch drauf!

Gruß fsaction
Logged

fsaction

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 24
Re: Problem mit dem Language Support
« Reply #1 on: July 10, 2005, 11:36:51 AM »

hab gerade entdeckt das der Daemon was ins Log schreibt:

Code: [Select]
The selected locale seems not to be installed on your box. (Note: I'll try to set it anyway)
unter "/usr/local/share/locale/de/LC_MESSAGES" gibt es aber die Datei amule.mo!!!
Logged

stefanero

  • Some Support
  • Developer
  • Hero Member
  • *****
  • Karma: 8
  • Offline Offline
  • Posts: 4235
Re: Problem mit dem Language Support
« Reply #2 on: July 10, 2005, 12:46:30 PM »

vielleicht is deine glibc net mit de_DE gebaut!?

was gibt
$locale -a

und
echo $LC_ALL
Logged
In its default setup, Windows XP on the Internet amounts to a car
parked in a bad part of town, with the doors unlocked, the key in
the ignition and a Post-It note on the dashboard saying, "Please
don't steal this."

fsaction

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 24
Re: Problem mit dem Language Support
« Reply #3 on: July 10, 2005, 01:08:55 PM »

also "locale -a" gibt
Code: [Select]
C
de_DE@euro
de_DE.iso885915@euro
POSIX
aus und "LC_ALL" gar nichts

das glibc nicht mit de_DE gebaut ist glaub ich nicht da die locales für z.B. adduser etc funktionieren
Logged

stefanero

  • Some Support
  • Developer
  • Hero Member
  • *****
  • Karma: 8
  • Offline Offline
  • Posts: 4235
Re: Problem mit dem Language Support
« Reply #4 on: July 10, 2005, 01:11:18 PM »

yup is ja ok, nur für amule muss die locale auch gesetzt sein .... und nicht nur existieren....

mach mal als normaler user als test

export LC_ALL=de_DE@euro

und starte dann im selben!! terminal amule(d)
Logged
In its default setup, Windows XP on the Internet amounts to a car
parked in a bad part of town, with the doors unlocked, the key in
the ignition and a Post-It note on the dashboard saying, "Please
don't steal this."

fsaction

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 24
Re: Problem mit dem Language Support
« Reply #5 on: July 10, 2005, 01:17:53 PM »

bringt rein gar nix
Logged