Sven Suhl <[EMAIL PROTECTED]> wrote: > got a little problem while recompiling php4.1.0 under SuSE8.0.
Are you sure you want to stick to an ancient version of PHP? > I needed to include Imagick support for various reasons. > > This is what I did: > > - unzip imagick-0.9.5 to ./ext/imagick > - cd to imagick and phpize > - ./buildconf This is not needed, it's only for CVS builds. PHP tarballs come with a prebuilt configure, so you don't need to run buildconf. buildconf rebuilds configure using automake and/or autoconf. If your versions of automake/autoconf are too new or too old, it won't work. Regards... Michael -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php