Re: Problem installing with user opengroupware
Christian Schnelle <[email protected]>
| Newsgroups | gmane.comp.cms.opengroupware.discuss.german |
|---|---|
| Message-ID | <[email protected]> |
Hi,
Heinz-Josef Claes wrote:
> Hallo,
>
> noch ein Problem, nachdem die Datenbank jetzt läuft:
>
> In der Doku
> http://www.opengroupware.org/en/install/postgresql.html
> steht:
>
>
> $ su - opengroupware
> $ Defaults write NSGlobalDomain LSConnectionDictionary \
> '{databaseName = ogo; hostName = localhost; password = \
> ""; port = 5432; userName = ogo}' # on one line
>
> Das folgende Kommando (in einer Zeile):
>
> /opt/skyrix/system/Tools/ix86/linux-gnu/gnu-fd-nil/Defaults write
> NSGlobalDomain LSConnectionDictionary '{databaseName = ogo; hostName =
> localhost; password = ""; port = 5432; userName = ogo}'
>
> ergibt bei mir die Fehlermeldung:
>
> caught exception 'FileNotFoundException' with reason 'File not found:
> decimalDig
> itCharacterSet' while saving user defaults domain 'NSGlobalDomain'
> Uncatched Objective-C exception:
> Uncatched Objective-C exception:
> usw.
>
> Fehlt da vielleicht eine Environment-Variable, die man setzen muss? Weiß
> jemand, wie's weitergeht?
Jepp, die Vermutung scheint richtig zu sein.
Vor jeder Aktion in Verbindung mit OGo muss die Datei
OpenGroupware.org.sh gesourced werden,
--snip--
source ~opengroupware/OpenGroupware.org.sh
--snap--
um die GNUStep Umgebung richtig zu setzen.
Gruss
Christian