Taya

freebsd midgard installation notes

23/12/04 -- but without success.....

1) install midgard-core
 1.1. error, download and install libiconv
 1.2. error, explat... I downloaded and installed.
 1.3. configure successful, but 'make' with error.
 1.4. /usr/ports/devel/gmake  and type make, it will download and install some thiongs. after that "make install" and we have GMAKE.
 1.5. after that try again to install midgard-core with gmake: enter midgard-core dir, type  "gmake" then "gmake install" and it's installed!

2) check if everything is okay:  /usr/local/bin/midgard-config --report
3) ./configure and make and make install in midgard-apache2 directory.
4) no go to midgard-php4 directory and

5) build/shtool path glibtoolize libtoolize -f -c
6) in midgard-php:::    ./configure --with-apxs --with-apr-config  - but did not work
7) cp /usr/local/bin/phpize ./
8)./phpize , returned erros. then edit phpize file, add line with 'set -x' after #! /bin/sh line
9) run again ./phpize (successfully)
10) rm config.h.in
11) phpize
12) build/shtool path glibtoolize libtoolize -f -c
13) i copied config.guess and config.sub from midgard-core dir, and runned./configure... again.
14)