Hello again! I manage to get a little bit further in my installation process but stumbles on the compiling phase. This is what I tried to do: 86.genome.[src/pgsql/src].> cd ~/usr/src/pgsql/src 87.genome.[src/pgsql/src].> gmake all >& make.log & 88.genome.[src/pgsql/src].> tail -f make.log And this is the error messages I got: gcc -I../../../include -I../../../backend -O2 -Wall -Wmissing-prototypes -I../.. -c tupdesc.c -o tupdesc.o ld -r -o SUBSYS.o heaptuple.o heapvalid.o indextuple.o indexvalid.o printtup.o scankey.o tupdesc.o ld32: FATAL 12: Expecting n32 objects: heaptuple.o is o32. gmake[3]: *** [SUBSYS.o] Error 4 gmake[3]: Leaving directory `/home/postgres/usr/src/pgsql/src/backend/access/common' gmake[2]: *** [submake] Error 2 gmake[2]: Leaving directory `/home/postgres/usr/src/pgsql/src/backend/access' gmake[1]: *** [access.dir] Error 2 gmake[1]: Leaving directory `/home/postgres/usr/src/pgsql/src/backend' gmake: *** [all] Error 2 Any hints on what might go wrong here and what I can do to fix it? I appologize for "littering" the list with these kind of perhaps trivial questions but I hope to make up for it by helping new administrators myself when I get more proficient. / Tobias Lehtipalo ------------------------------------------------------------ Tobias Lehtipalo; Sturegatan 12A 4tr; 753 14 Uppsala; Sweden E-mail: [EMAIL PROTECTED]; Phone:+46 18 503978
