Hi all got a little problem while recompiling php4.1.0 under SuSE8.0. 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 - added --with-imagick to configure - run and fix configure in following lines: 3548 // empty if-case - added echo 6468 // empty if-case - added echo 27523 // also empty if-case 46360 // litle echo problem?! added many # and new echo for info - yeah... after all this configure runs smoothly... but! it seams that configure is creating some files (especially Makefile) but not in root-dir of php4.1.0 source. But I think it's needed to get recursivly through various dirs. Btw... Makefile.in is available in root-dir So.... what to do, where to go, to make this configure-script generate Makefile in root-dir? Or is there a workaround? Sven Suhl Developer Assenmacher Network [EMAIL PROTECTED] -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php