Hello,

I'm really sorry, as I know before I ask this, that the answer is somewhere obvious and my googlefu has just failed, but I'll ask anyway, as I just don't know where else to look.

I've got php 5.1.4, imagemagic 6.2.8, and magickwand for php 0.1.8

I copied magickwand into my /usr/src/php-5.1.4/ext/magickwand directory
ran phpize
rm /usr/src/php-5.1.4/configure
./buildconf --force (from /usr/src/php-5.1.4)

and then I

./configure \
--with-magickwand=/usr/local \
--with-mysqli=/usr/local/bin/mysql_config \
--enable-fastcgi \
--enable-force-redirect \
--prefix=/usr/local \
--with-curl=/usr/local \
--with-xmlrpc \
--with-config-file-path=/usr/local/etc

which gives me the error:

checking for mysql_set_server_option in -lmysqlclient... no
configure: error: wrong mysql library version or lib not found. Check config.log for more information.


however, if I omit --with-magickwand=/usr/local \

then I get no errors, configure completes successfully, and I can make with no problems.

Please advise.

Thank you very much for any help you can provide me, including "rtfm", provided you toss in a link to the fm I should be r'ing. ;)

Thanks :)

-- James
_______________________________________________
Magick-users mailing list
[email protected]
http://studio.imagemagick.org/mailman/listinfo/magick-users

Reply via email to