[HACKERS] shared libs on sco how?

2000-12-12 Thread Arno A. Karner
well im trying to get apache + php4 + pgsql 7.0.3 running on sco givin up on the udk on sco openserver 5.0.5 now using sdk on sco open server 5.0.4 i can compile all the stuff static, but php4 wants to used shared libpq.so i get undefined symbold on php4 module load unresolved symbol PQfinish whe

[HACKERS] update on compiling postgres on sco

2000-12-04 Thread Arno A. Karner
posting for others who may need, hopfuly the searchable mail list works in the future commenting out the define complex macro allowed me to compile on sco 5.0.5 using udk compiler on sco, without the c++ stuff. but scos udk solution breaks almost every thing else i compile on sco 5.0.5 when u ins

[HACKERS] more fun with sco

2000-11-30 Thread Arno A. Karner
thanks for the infor commented out define complex macro poof compiles :) initdb works :) createuser, createdb fail :( no entry in pg_hba.conf, have looked at it looks like the standard default one on my linux box has entries for local and for host 127.0.0.1 i would search the archives but when i t

[HACKERS] compiling pg 7.0.3 on sco 5.0.5

2000-11-30 Thread Arno A. Karner
ive got the backend stuff to compile on sco with the sdk had to add -lsocket to get rid of unresolved var gethostbyaddress. made it as far as compiling epcg compiles but fails with unresolved var nocachegetattr in pgc.o is this a yacc/lex issue if so what would be min version requirements for b