Windows on SuSE? 7.4 - Mailing list pgsql-hackers

From elein
Subject Windows on SuSE? 7.4
Date
Msg-id 20030810200440.B2396@cookie
Whole thread Raw
Responses Re: Windows on SuSE? 7.4
Re: Windows on SuSE? 7.4
List pgsql-hackers
SuSE 7.3, PostgreSQL cvshead (7.4)

This is as far as I've gotten with 7.4.
It is built and configured like my 7.3 installation
on the same machine.  I have built from CVS previously.  
And the production sources always builds very nice and clean.

Nothing runs.  gbd output is below. It is balking
on loading a suspect library.

I ordinarily would suspect some minor permission 
or configuration issue, but I cannot see one.   

Joe Conway suggested it might be a problem with the
the windows configuration changes.

My machine has WINE on it (windows) although
I never use it.  There really should be no
reason for anything to be trying to link
in a windows socket library.

I don't have time to follow it further right now.
But if someone else has a similar configuration
and/or wine installed, it would be very helpful
to compare 7.4 installations.  I can provide
config arguments and log if someone would find
them useful.

>gdb bin/postmaster
GNU gdb 20010316
Copyright 2001 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "i386-suse-linux"...
(gdb) run -i -D /local/pghead/data
Starting program: /local/pghead/bin/postmaster -i -D /local/pghead/data

Program received signal SIGSEGV, Segmentation fault.
0x40099ac5 in dllname () from /usr/lib/libwsock32.so
(gdb) bt
#0  0x40099ac5 in dllname () from /usr/lib/libwsock32.so
#1  0x08121821 in StreamServerPort ()
#2  0x08150996 in PostmasterMain ()
#3  0x08123353 in main ()
#4  0x4010e7ee in __libc_start_main () from /lib/libc.so.6


elein@varlena.com


pgsql-hackers by date:

Previous
From: "Christopher Kings-Lynne"
Date:
Subject: Re: dropping a user causes pain (#2)
Next
From: Neil Conway
Date:
Subject: Re: sql99 compat list