Greetings!

Here are installation notes for Midgard 1.4.3 and Solaris 9:

Verify that gnu compiler tools plus automake/autoconf and friends are
installed.
Verify that gcc version is at least 3.2.1

midgard-lib:
---

Edit src/midgard.c, add :
#include <stdarg.h>
#include <flcompat.h>

LDFLAGS='-L/usr/local/lib -lflcompat' ./configure
gmake
gmake install

midgard-data:
---

edit configure to match your settings or use commandline parameters
./configure
./dbinstall

---

mod_midgard:
---

LDFLAGS='-Wl,-R/usr/local/lib' CC=gcc ./configure
gmake
gmake install

---

midgard-php:
---

phpize
libtoolize -f -c
aclocal
cat /usr/share/aclocal/libtool.m4 aclocal.m4 > x
mv x aclocal.m4
autoconf
autoheader
./configure
gmake
gmake install

---

/Bergie

-- 
Henri Bergius                           [EMAIL PROTECTED]
Consultant Partner                      Tel: +358-20-198 6032
Nemein Oy                               http://www.nemein.com/

Nemein Oy has moved. Our new address is Nemein Oy, Innopoli 2,
Tekniikantie 14, FIN-02150 Espoo


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to