On Sun, 2004-10-03 at 10:21, Teng Wang wrote: > Thanks a lot. It works! > > But a new problem is: default setting loses all extensions. > If I wanna install all extension in the package, how to > configure the installation and reinstall? There are two ways... you can either compile in the extensions using the appropriate ./configure settings (see "./configure --help" for all available settings), or you can try and find prebuilt extensions and place them in the appropriate extensions dir (for php4 /usr/lib/php4 under redhat, you may want to create a separate one for php5), then you will need to add a .ini file for the module at /etc/php.d/ which loads the prebuilt extension. There are often RPMs that do all this for you, but I don't know that any exist for php5 yet. Cheers, Rob. -- .------------------------------------------------------------. | InterJinn Application Framework - http://www.interjinn.com | :------------------------------------------------------------: | An application and templating framework for PHP. Boasting | | a powerful, scalable system for accessing system services | | such as forms, properties, sessions, and caches. InterJinn | | also provides an extremely flexible architecture for | | creating re-usable components quickly and easily. | `------------------------------------------------------------' -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php