X-Spam-Check-By: sourceware.org Message-ID: <4575DA0E.5000206@x-ray.at> Date: Tue, 05 Dec 2006 21:43:58 +0100 From: Reini Urban User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de-AT; rv:1.8.1) Gecko/20061101 SeaMonkey/1.1b MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: postres using cygwin on windows95 References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Amy schrieb: > I have to create a database using Open Office and using PostgreSQL; to > accomplish this i ran into Cygwin. I just read an SQL book, so I am very new to > Prgramming. Heres my problem: > > after installing (and installing the DLL files for win95) > i was able to open correctly. I also created data files with initdb comand. > (though createdb says im not able to create a database because of my connection > to the server failed) First, on Win95 wou have to use the -i option to postmaster to use TCP/IP and not sockets. Is cygserver running? > So, now, i am trying to start postmaster here is my output > > sucess. You can now start the database server using: > > /usr/sbin/postmaster -D /usr/local/pgsql/data > > or > > /usr/sbin/pg_ctl -D /usr/local/pgsql/data -l logfile start > > > I tryed both here is my error: > > grocky AT pur~ > $ /usr/sbin/pg_ctl -D /usr/local/pgsql/data -l logfile start > postmaster starting > > grocky AT pur~ > $ /usr/sbin/pg_ctl -D /usr/local/pgsql/data -l logfile start 58 [main] postm > aster 311205 child_info::sync: wait failed, pid 384005, Win32 eroor 0 > 2340 [main] postmaster 311205 fork: child 384005 - died waiting for dll > loading; error 11 Are your permissions correct? You are starting it as local user and not as service via the SYSTEM user, so I assume the perms are ok. If you encounter errors and are awaiting help please follow the guidelines, which are described at http://cygwin.com/problems.html esp. attach cygcheck.out from cygcheck -s -v -r > cygcheck.out I never came to test cygwin postgresql on Win95. > Ok is this somthing to do with my DLL files right? what can i do to fix this?? > thanks so much -- Reini Urban http://phpwiki.org/ http://murbreak.at/ http://helsinki.at/ http://spacemovie.mur.at/ -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/