Hi, I tried to setup Midgard on my Debian potato system, using debian apache and debian mysql. I had no big problems building midgard-lib, midgard-data and mod-midgard, but i do not manage to buil midgard-php. The first problem i had, was a little one, gcc did not find the httpd.h, file, I had to add /usr/include/apache-1.3/ in the include path, in Makefile. Maybe you'll want to correct the problem in next release. Next problem is : # make gcc -g -O2 -O2 -I. -I. -I/usr/include/apache-1.3 -I/usr/local/src/midgard/include -I/usr/include/mysql -c functions/midgard.c -o functions/midgard.o functions/midgard.c: In function `php3_midgard_rcfg': functions/midgard.c:71: `php3_rqst' undeclared (first use in this function) functions/midgard.c:71: (Each undeclared identifier is reported only once functions/midgard.c:71: for each function it appears in.) functions/midgard.c: In function `php3_midgard_template': functions/midgard.c:145: `APLOG_MARK' undeclared (first use in this function) functions/midgard.c:145: `APLOG_INFO' undeclared (first use in this function) functions/midgard.c:145: `APLOG_NOERRNO' undeclared (first use in this function) functions/midgard.c:146: `php3_rqst' undeclared (first use in this function) functions/midgard.c: In function `php3_mgd_auth_midgard': functions/midgard.c:2891: `php3_rqst' undeclared (first use in this function) make: *** [functions/midgard.o] Error 1 I searched the mailing list, and saw that somebody already had this kind of problem on a RedHat system. He seems to have solved it, using rpm packges, which i can't do. Please somebody help me, I'd really like to set this up, I've 4 web sites to make, which are all the sames (news system plus a few static pages, etc ...). Midgard seems to be really good at this game. It would save me days of development. thanx a lot thomas sarlandie [EMAIL PROTECTED] PS: I've just subscribed to the mailing-list, I am not sure when i will start receiving message, so please answer to both the mailing-list and me. -- This is The Midgard Project's mailing list. For more information, please visit the project's web site at http://www.midgard-project.org To unsubscribe the list, send an empty email message to address [EMAIL PROTECTED]
