I've been trying to install the OpenACS toolkit but I run into a bunch of problems while adding the modules needed to AOLServer. I've already Postgres 7.4.3, tcl 8.4.7, AOLServer 4.0.9b and tdom 0.8
I downloaded from sourceforge.net the following packages:
nscache 0.6
nspostgres-4.0
nssha1-0
This is where aolserver is installed: /usr/local/aolserver
This is where postgres is installed: /usr/local/pgsql
I don't want to trouble you with such a long post, so I'll try the first error I get.
When I try to install nscache I get the following messages:
GUAMAC01:/usr/local/src/aolserver-4.0.9b/nscache-0.6 Jose$ sudo ./configure
Password:
loading cache ./config.cache
checking for a BSD compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... found
checking for gcc... gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking for a BSD compatible install... /usr/bin/install -c
checking whether make sets ${MAKE}... (cached) yes
checking for msgfmt... msgfmt
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for X... libraries /usr/X11R6/lib, headers
checking for dnet_ntoa in -ldnet... no
checking for dnet_ntoa in -ldnet_stub... no
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking whether byte ordering is bigendian... yes
checking for getopt_long... yes
checking for working fnmatch... yes
checking for gettext in -lc... no
checking for gettext in -lintl... no
checking for dbopen in -lc... yes
checking for db1/db.h... no
checking for db_185.h... no
checking for db.h... yes
checking for regex.h... yes
checking for POSIX regcomp()... yes
checking for gtk-config... no
checking for gtk-config-2.0... (cached) no
configure: error: Unable to find "gtk-config" program
and when a type make install this is what I get:
GUAMAC01:/usr/local/src/aolserver-4.0.9b/nscache-0.6 Jose$ make install
make: Nothing to be done for `install'.
what can the problem be?
Thanks in advance!
Jose Lucero
Request notifications