Shane: > For situations like this, perhaps we can 'bundle' libraries in PECL. > The make system could examine the system for the library, if it is not > installed, or is not the required version, it could ask the user if they > want to have it downloaded/built/installed automaticly.
I agree, except for the install part. PECL should never ever install additional shared libraries and/or headers. The dependent libs should be linked directly onto the extension binary, and the headers should only be used for compiling the extension itself. mk -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php