> > > The default php.ini path is './', and php can't find the midgard
> > > extension there. Set extension_dir to the path returned by 'php-config
> > > --extension-dir' and try again.
> > 
> > Sorry emile I'm not with you there. Have looked at php-config which
> > has the extension_dir='/usr/lib/php/20001222/ but there is no
> > midgard.so file in there, is this dynamically generated?
> 
> If 'phpize --extension-dir' generates the same path, doing 'make
> install' in the midgard-php4 directory should install it there. If
> not, that's what we've got to solve.

Tried a ./mkall and changing in the config.m4 from AC_ADD_LIBPATH to PHP_ADD_LIBPATH 
but getting:

make[1]: Entering directory `/home/tmp/midgard-php4-1.4.2'
yacc -d -v -p mgd preparser-parser.y && mv y.tab.c preparser-parser.c
/bin/sh: yacc: command not found
make[1]: *** [preparser-parser.c] Error 127
make[1]: Leaving directory `/home/tmp/midgard-php4-1.4.2'
make: *** [install-recursive] Error 1

Ja

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

Reply via email to