Thread: Windows NT 4.0 installation.

Windows NT 4.0 installation.

From
"Bruno G. Albuquerque"
Date:
Hello.

I am not in front of my NT 4.0 machine right now so I won't be able to
give any specifics messages or anything at this point. In any case, it
seems PostgreSQL can't be installed (via the Windows install package) on
Windows NT 4.0 machines, giving an error about missing functions or
something to that effect.

Do you guys have any ideas about this or suggestions for a workaround?

Thanks in advance.

-Bruno

**********************************************************************
Informação transmitida destina-se apenas à pessoa a quem foi endereçada e pode conter informação confidencial,
legalmenteprotegida e para conhecimento exclusivo do destinatário. Se o leitor desta advertência não for o seu
destinatário,fica ciente de que sua leitura, divulgação ou cópia é estritamente proibida. Caso a mensagem tenha sido
recebidapor engano, favor comunicar ao remetente e apagar o texto de qualquer computador. 


The information transmitted is intended only for the person or entity to which it is addressed and may contain
confidentialand/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any
actionin reliance upon this information, by person or entity other than the intended recipient is prohibited. If you
receivedthis in error, please contact the sender and delete the material from any computer. 
**********************************************************************

Re: Windows NT 4.0 installation.

From
"Magnus Hagander"
Date:
> Hello.
>
> I am not in front of my NT 4.0 machine right now so I won't
> be able to give any specifics messages or anything at this
> point. In any case, it seems PostgreSQL can't be installed
> (via the Windows install package) on Windows NT 4.0 machines,
> giving an error about missing functions or something to that effect.
>
> Do you guys have any ideas about this or suggestions for a workaround?
>
> Thanks in advance.

See the FAQ, question 1.2 for what is missing.

You can either build it from source, or you can install it on a
different machine and just copy over all files. Then you'll have to set
permissions on the files manually, as well as set up the service using
"pg_ctl register". (And run initdb, of course, which will require you to
log off and then in as the postgres service account as NT4 doesn't
support multiple console users)

//Magnus