Thread: V8.0.1 under SCO 5.0.7
Hi all, I would like to use postgresql under SCO. The fault is probably mine but V8.0.1 has compile/link errors. I have the time ( to do what I am told, not hack ) and a machine which I can test on and return the debug if there is an interest in having postgres work on this plateform. Anyone? Allan
On Monday 28 February 2005 10:02 pm, Harvey, Allan AC wrote: > Hi all, > > I would like to use postgresql under SCO. > The fault is probably mine but V8.0.1 has compile/link errors. > > I have the time ( to do what I am told, not hack ) and a machine which I > can test on and return the debug if there is an interest in having postgres > work on this plateform. > > Anyone? What errors are you getting? -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 214-351-4152 E-Mail: ler@lerctr.org US Mail: 3535 Gaspar Drive, Dallas, TX 75220-3611
On Tuesday 01 March 2005 07:24 pm, Harvey, Allan AC wrote: > Heres how I got V8.0.1 to compile on SCO 5.0.7 > > The following issued by hand allowed psql to link, > then returning to the top level a 'make' completed. > > postgres@scodev:/upgrades/postgres/postgresql-8.0.1/src/bin/psql$ cc -b > elf -O command.o common.o help.o input.o stringutils.o mainloop.o copy.o > startup.o prompt.o variables.o large_obj.o print.o describe.o > psqlscan.o tab-complete.o mbprint.o > /upgrades/postgres/postgresql-8.0.1/src/interfaces/libpq/libpq.a > /upgrades/postgres/postgresql-8.0.1/src/port/libpgport.a > -lz -lreadline -lresolv -lPW -lgen -lld -lsocket -lnsl -ldl -lm -o psql that makes a static link to libpq. Not exactly what you want. :( That tells me that the libpq.so may not necessarilly be valid. I'd need to see the whole make output. -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 214-351-4152 E-Mail: ler@lerctr.org US Mail: 3535 Gaspar Drive, Dallas, TX 75220-3611