>> version : 1.4.2 >> sitegroups : 1 >> prefix : /usr/local/midgard >> host : i686-pc-linux-gnu >> exec-prefix: /usr/local/midgard >> cppflags : -I/usr/local/lib/glib/include -I/usr/local/include >-I/usr/local/mysql/include/mysql -I/usr/local/include >-I/usr/local/midgard/include/midgard >> libs : -L/usr/local/mysql/lib/mysql -lmysqlclient -L/usr/local/lib -lexpat >-lm -lz -lcrypt -L/usr/local/lib -lglib -lmidgard > >Ah! Open up midgard-config (it's a perl script) and change '==' on >line 48 (I believe) to 'eq'.
That change clearned up that one error but opened up a new error. Here is the results of the configure run. checking for midgard-config... /usr/local/midgard/bin/midgard-config checking for a BSD compatible install... /usr/bin/install -c checking for static Apache module build... no checking for apxs... /usr/local/apache/bin/apxs checking for gcc... gcc checking whether the C compiler (gcc -L/usr/local/midgard/lib -L/usr/local/mysql/lib/mysql -lmysqlclient -L/usr/local/lib -lexpat -lm -lz -lcrypt -L/usr/local/lib -lglib -lmidgard) works... yes checking whether the C compiler (gcc -L/usr/local/midgard/lib -L/usr/local/mysql/lib/mysql -lmysqlclient -L/usr/local/lib -lexpat -lm -lz -lcrypt -L/usr/local/lib -lglib -lmidgard) is a cross-compiler... no checking whether we are using GNU C... yes checking whether gcc accepts -g... yes checking for /etc/mandrake-release... no checking for library containing g_string_new... none required checking for library containing crypt... none required checking for mgd_connect in -lmidgard... yes checking how to run the C preprocessor... gcc -E checking for midgard/midgard.h... no configure: error: Midgard header file midgard.h not found And here is the config.log configure:537: checking for midgard-config configure:634: checking for a BSD compatible install configure:689: checking for static Apache module build configure:737: checking for apxs configure:788: checking for gcc configure:901: checking whether the C compiler (gcc -L/usr/local/midgard/lib -L/usr/local/mysql/lib/mysql -lmysqlclient -L/usr/l$ configure:917: gcc -o conftest -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/local/mysql/include/mysql -I/usr/local/$ configure:943: checking whether the C compiler (gcc -L/usr/local/midgard/lib -L/usr/local/mysql/lib/mysql -lmysqlclient -L/usr/l$ configure:948: checking whether we are using GNU C configure:957: gcc -E conftest.c configure:976: checking whether gcc accepts -g configure:1010: checking for /etc/mandrake-release configure:1042: checking for library containing g_string_new configure:1060: gcc -o conftest -g -O2 -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/local/mysql/include/mysql -I/usr$ configure:1104: checking for library containing crypt configure:1122: gcc -o conftest -g -O2 -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/local/mysql/include/mysql -I/usr$ configure:1165: checking for mgd_connect in -lmidgard configure:1184: gcc -o conftest -g -O2 -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/local/mysql/include/mysql -I/usr$ configure:1226: checking how to run the C preprocessor configure:1247: gcc -E -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/local/mysql/include/mysql -I/usr/local/include -$ configure:1307: checking for midgard/midgard.h configure:1317: gcc -E -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/local/mysql/include/mysql -I/usr/local/include -$ configure:1313:29: midgard/midgard.h: No such file or directory configure: failed program was: #line 1312 "configure" #include "confdefs.h" #include <midgard/midgard.h> I think we are getting close. Dan --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
