Re: [GENERAL] Install Postgresql on Win2000 with Admin Rights

2008-03-26 Thread Magnus Hagander
On Wed, 2008-03-26 at 08:28 +0100, Stefan Sturm wrote: > Hello, > > I tried everything to get init_db working, but I failed :-( > So I tried another way. I tried Veriosn 8.2. With 8.2 I got another > DLL missing. So I tried 8.1. > And look, it works :-) No DLL problems. > > But now init_db tells

Re: [GENERAL] Install Postgresql on Win2000 with Admin Rights

2008-03-26 Thread Stefan Sturm
Hello, I tried everything to get init_db working, but I failed :-( So I tried another way. I tried Veriosn 8.2. With 8.2 I got another DLL missing. So I tried 8.1. And look, it works :-) No DLL problems. But now init_db tells me, that the PostgreSQL Server can't be started with admin rights. Is t

Re: [GENERAL] Install Postgresql on Win2000 with Admin Rights

2008-03-25 Thread Craig Ringer
Stefan Sturm wrote: Hello Craig and Magnus, thanks for your Help. I downloaded MSVCR80.DLL, but still the same problems: When I simply start init_db from within the bin folder I get the Message, that he can't find libintl3.dll. The errormessage shows the PATH, and this path contains the bin

Re: [GENERAL] Install Postgresql on Win2000 with Admin Rights

2008-03-25 Thread Stefan Sturm
Hello Craig and Magnus, thanks for your Help. I downloaded MSVCR80.DLL, but still the same problems: When I simply start init_db from within the bin folder I get the Message, that he can't find libintl3.dll. The errormessage shows the PATH, and this path contains the bin Folder... When

Re: [GENERAL] Install Postgresql on Win2000 with Admin Rights

2008-03-25 Thread Magnus Hagander
Stefan Sturm wrote: Hello, If you can do that, you obviously have admin rights, so why not just use the MSI installer? When I try to run the Intaller, I get this Message: "The Systemadminitrator guidelines issued in order to prevent this installation". Oh. So it's not actually admin righ

Re: [GENERAL] Install Postgresql on Win2000 with Admin Rights

2008-03-25 Thread Craig Ringer
Stefan Sturm wrote: Hello, If you can do that, you obviously have admin rights, so why not just use the MSI installer? When I try to run the Intaller, I get this Message: "The Systemadminitrator guidelines issued in order to prevent this installation". Have you upgraded the Windows Instal

Re: [GENERAL] Install Postgresql on Win2000 with Admin Rights

2008-03-25 Thread Stefan Sturm
Hello, If you can do that, you obviously have admin rights, so why not just use the MSI installer? When I try to run the Intaller, I get this Message: "The Systemadminitrator guidelines issued in order to prevent this installation". That said, this often happens if you have an incorrec

Re: [GENERAL] Install Postgresql on Win2000 with Admin Rights

2008-03-25 Thread Stefan Sturm
Hello, I know that :-)It was just a try... Greetings, Stefan Sturm Am 25.03.2008 um 11:28 schrieb Craig Ringer: Stefan Sturm wrote: Hello, i copied the dll files to the system32 directory. That's really NOT a good idea. Win2k and up look in the executable directory for required DLLs. You

Re: [GENERAL] Install Postgresql on Win2000 with Admin Rights

2008-03-25 Thread Magnus Hagander
If you can do that, you obviously have admin rights, so why not just use the MSI installer? That said, this often happens if you have an incorrect version of the MSVC runtime on your system. See the README file in the download directory. //Magnus Stefan Sturm wrote: Hello, i copied the dll

Re: [GENERAL] Install Postgresql on Win2000 with Admin Rights

2008-03-25 Thread Craig Ringer
Stefan Sturm wrote: > Hello, > > i copied the dll files to the system32 directory. That's really NOT a good idea. Win2k and up look in the executable directory for required DLLs. You should never need to modify the system directories, and it's a really bad idea to do so. See: http://msdn2.micr

Re: [GENERAL] Install Postgresql on Win2000 with Admin Rights

2008-03-25 Thread Stefan Sturm
Hello Stefan Sturm wrote: Hello, is there a Way to install PostgreSQL ( 8.3.1 ) on a Win2000 Maschine without Admin Rights? Yes, but you cannot use the MSI installer, and you cannot install it as a service (for auto-start). You can download the binaries-no- installer and run the initdb a

Re: [GENERAL] Install Postgresql on Win2000 with Admin Rights

2008-03-25 Thread Stefan Sturm
Hello, i copied the dll files to the system32 directory. But now I get another error: The Programm could not be initialized( 0xcc022 ) Any Hints? Stefan Sturm Stefan Sturm wrote: Hello, is there a Way to install PostgreSQL ( 8.3.1 ) on a Win2000 Maschine without Admin Rights? Yes,

Re: [GENERAL] Install Postgresql on Win2000 with Admin Rights

2008-03-25 Thread Magnus Hagander
Stefan Sturm wrote: Hello, is there a Way to install PostgreSQL ( 8.3.1 ) on a Win2000 Maschine without Admin Rights? Yes, but you cannot use the MSI installer, and you cannot install it as a service (for auto-start). You can download the binaries-no-installer and run the initdb and pg_ctl