Following the very clear instructions Vinod put together, I went sailing through installing AOLServer. (Dual Pentium Pro, brand new RedHat 7.2 install, all files per docs except chose to go with PosgreSQL 7.2 instead of 7.1.3 since folks seemed to be having success with it.)
When I got to "Prepare PostgreSQL for OpenACS" on the "Install OpenACS 4.5" page, the "createdb <service-name>" failed with "command not found." (This had worked fine after installing PG7.2)
I went back to the install logs from AOLServer, there were no errors in any of the logs except pgdriver.log:
[root@vox log]# cat pgdriver.log gcc -DFOR_ACS_USE -DBIND_EMULATION -I/usr/local/aolserver/include -fpic -shared -I/usr/include/pgsql -I/usr/local/aolserver/include -I-/usr/include -c -o postgres.o postgres.c postgres.c:45:22: libpq-fe.h: No such file or directory make: *** [postgres.o] Error 1This missing file does actually exist:
[root@vox log]# locate libpq-fe.h /raid1/usr.local/local/src/postgresql-7.2/src/interfaces/libpq/libpq-fe.hTwo possibilities occur to me, neither of them particularly happy. One is that I need to rip out PG 7.2 and replace it with 7.1.3. Worse is that I need to start over and rebuild by disk partitions. Note that there are two directories that are fairly important that are symlinked out of my RAID5 array:
lrwxrwxrwx 1 root root 16 Mar 4 03:51 usr -> /raid1/usr.local lrwxrwxrwx 1 root root 10 Mar 4 21:25 web -> /raid1/webIf those structures can't be used my only recovery is to repartition the array, something I really don't want to do. On the other hand, if I have to do it, now's the time, but how should I divide the 18GB array between /usr and /web?
I'm hoping I did something really stupid and embarrassing, i.e., something with an easy answer!
Van
Request notifications