Обсуждение: BUG #5462: Can't intall onclick installer from EnterpriseDB

Поиск
Список
Период
Сортировка

BUG #5462: Can't intall onclick installer from EnterpriseDB

От
""
Дата:
The following bug has been logged online:

Bug reference:      5462
Logged by:
Email address:      guxiaobo1982@gmail.com
PostgreSQL version: 8.4
Operating system:   Windows XP SP2
Description:        Can't intall onclick installer from EnterpriseDB
Details:

It's seems the installed has bug with  Windows directory seperator chars, in
Windows it should be '\', but the installer convert it to '/', cause the
server can't read config files.

Re: BUG #5462: Can't intall onclick installer from EnterpriseDB

От
Craig Ringer
Дата:
On 17/05/2010 7:44 PM, guxiaobo1982@gmail.com wrote:
>
> The following bug has been logged online:
>
> Bug reference:      5462
> Logged by:
> Email address:      guxiaobo1982@gmail.com
> PostgreSQL version: 8.4
> Operating system:   Windows XP SP2
> Description:        Can't intall onclick installer from EnterpriseDB
> Details:
>
> It's seems the installed has bug with  Windows directory seperator chars, in
> Windows it should be '\', but the installer convert it to '/', cause the
> server can't read config files.

Windows understands '/' separators just fine, and has since Windows NT
4. It's only in the command shell that it may have problems, because
some Windows programs interpret '/' as the start character for option
switches.

Is there any chance you can provide your installation log, and report
the paths you tried to install the Pg programs and data directory to?

What language does your copy of Windows use? Running the following
command (all one one line) in a cmd.exe window and reporting the output
would help:

reg query "hklm\system\controlset001\control\nls\language"
/v Installlanguage

as would running this command in cmd.exe:

     chcp

and, agan, reporting the output.

Also, what was the exact error message given when the install failed? (
A screenshot wouldn't hurt ).

--
Craig Ringer