> This is the output for ldd -r for imagick.so. There are a number of dependencies that I don't recognize > and I think there may be other packages that need to be installed. > > > > undefined symbol: zend_ce_iterator > (/usr/local/lib/php/extensions/no-debug-non-zts-20060613//imagick.so) > > undefined symbol: core_globals > (/usr/local/lib/php/extensions/no-debug-non-zts-20060613//imagick.so) > > undefined symbol: executor_globals > (/usr/local/lib/php/extensions/no-debug-non-zts-20060613//imagick.so) > > undefined symbol: zval_add_ref > (/usr/local/lib/php/extensions/no-debug-non-zts-20060613//imagick.so) > > undefined symbol: OnUpdateBool > (/usr/local/lib/php/extensions/no-debug-non-zts-20060613//imagick.so) How did you create the imagick.so file? Did you reconfigure php? What configure command (and arguments) did you use? Did you get any errors when you ran configure or make? Normally when you try to build a module like this you need the -dev or -devel or -headers package (ie imagemagick-dev or -devel or -headers depending on how they decided to name it). Do you have that installed? -- Postgresql & php tutorials http://www.designmagick.com/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php