|
Posted by eholz1 on 01/09/07 06:02
And here is the error message I get
(I have attempted to export the LD_LIBRARY_PATH, no guarantee I did it
correctly!)
ext/magickwand/.libs/magickwand.o: In function
`zif_magickrecolorimage':
/files/PHP/php-5.2.0/ext/magickwand/magickwand.c:7763: undefined
reference to `MagickRecolorImage'
collect2: ld returned 1 exit status
make: *** [sapi/cli/php] Error 1
Above is the error I get.
Thanks again,
eholz1
eholz1 wrote:
> here is where imagemagick put the libraries:
>
> Libraries have been installed in:
> /files/PHP/php-5.2.0/ext/magickwand/modules
> how to I tell php where to find them???
>
> tnx,
>
> eholz1
>
> Andy Hassall wrote:
> > On 7 Jan 2007 15:07:08 -0800, "eholz1" <ewholz@gmail.com> wrote:
> >
> > >Hello Users,
> > >
> > >I am not sure if this is the place to post an imagemagick question -
> > >please advise.
> > >I have imagemagick 6.3 installed, runs from command line ok, etc.
> > >
> > >I have tried (several times now) to install the "MagicWand" PHP api
> > >from the imagemagik site.
> > >
> > >This flatly refused to "make" configure seems ok, I follow the
> > >directions provided from the Imagemagick "INSTALL" file that comes in
> > >the source tar.gz file (0-1.9)
> > >
> > >I always get this error when I try to do the "make" for php after the
> > >./configure (with a whole bunch of options (pdo, gc, zlib, etc)
> > >
> > >error:
> > >ext/magickwand/.libs/magickwand.o: In function
> > >`zif_magickrecolorimage':
> > >/files/PHP/php-5.2.0/ext/magickwand/magickwand.c:7763: undefined
> > >reference to `MagickRecolorImage'
> > >collect2: ld returned 1 exit status
> > >make: *** [sapi/cli/php] Error 1
> > >
> > >the /files/PHP etc if the path to my php source.
> > >
> > >Any one seen this error before??
> >
> > I just compiled up ImageMagick and MagickWand and it went smoothly. Where did
> > you install the ImageMagick libraries - it seems that your linker can't find
> > them when it's building MagickWand.
> >
> > --
> > Andy Hassall :: andy@andyh.co.uk :: http://www.andyh.co.uk
> > http://www.andyhsoftware.co.uk/space :: disk and FTP usage analysis tool
[Back to original message]
|