"Hellekin O. Wolf" wrote:

> Then I ran ./makedist 1.4 to package the sources for installation.
> Note that I had to edit the TAR options (not I but j) to make tar bzip the
> archives.

Odd. What version of tar are you using. GNU tar 1.13.17 uses -I.

> cd /usr/local/src
> bunzip2 -c midgard-lib-1.4.tar.bz2 | tar xvf -
> cd midgard-lib-1.4
> ./configure --with-mysql=/usr/local/mysql --with-sitegroups
> 
> And that :
> 
> ./configure: line 542: syntax error near unexpected token
> `AM_INIT_AUTOMAKE(midgard-lib,'
> ./configure: line 542: `AM_INIT_AUTOMAKE(midgard-lib, 1.4)'
> 
> I'm stuck there =8(

Did you install automake and autoconf? 'apt-get install automake'
should fetch them and all dependencies. I recently made some
changes in the build process to ensure it works on Debian (stable 2.2).

> I wanted to know if there is some kind of step by step recipe to get the
> CVS version installed with the normal PHP-4.0.4pl1 or PHP-4.0.5-dev ?
> Or if that module support is still under development.

midgard-lib and mod_midgard have no direct relation with php, so for
them
it doesn't matter which is installed. For php4-module, the included
'mkall' script should do all the work of compiling and installing.

Anything that significantly deviates from './configure; make; make
install'
is a bug and will be fixed.

Emile

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

Reply via email to