Search found 10 matches

by Wise Elisha
2011-05-24T11:37:00-07:00
Forum: MagickWand for PHP
Topic: Installation: MAKE runs into error
Replies: 11
Views: 62438

Re: Installation: MAKE runs into error

I meant the error occurring when I run "make", as you can see at post no 9.

Meanwhile someone else managed to install ImageMagick in combination with MagickWand on a vServer running Ubunutu distro 10.2 for me.
The problem ist not solved, but does not bother me anymore.

Thank you for your support.
by Wise Elisha
2011-04-29T07:10:19-07:00
Forum: MagickWand for PHP
Topic: Installation: MAKE runs into error
Replies: 11
Views: 62438

NEXT STEP: Workaround Trial7

I tried to install this packages under a different vServer, running a ubuntu kernel with all updates.

"Configure" works:
# ./configure
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for a sed that does not truncate output... /bin/sed ...
by Wise Elisha
2011-04-11T07:01:51-07:00
Forum: MagickWand for PHP
Topic: Installation: MAKE runs into error
Replies: 11
Views: 62438

NEXT STEP: Workaround Trial6

Back to MagickWand:
# ./configure
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for a sed that does not truncate output... /usr/bin/sed
checking for cc... cc
checking for C compiler default output file name... a.out
checking ...
by Wise Elisha
2011-04-11T06:58:21-07:00
Forum: MagickWand for PHP
Topic: Installation: MAKE runs into error
Replies: 11
Views: 62438

NEXT STEP: Workaround Trial5

So I downloaded ImageMagick 6.6.9-4 (latest version) and installed it:
# make install
make install-am
make[1]: Entering directory `/home/newuser/ImageMagick-6.6.9-4'
make[2]: Entering directory `/home/newuser/ImageMagick-6.6.9-4'
test -z "/usr/local/lib" || /bin/mkdir -p "/usr/local/lib"
/bin/sh ...
by Wise Elisha
2011-04-11T06:45:43-07:00
Forum: MagickWand for PHP
Topic: Installation: MAKE runs into error
Replies: 11
Views: 62438

NEXT STEP: Workaround Trial4

First I tried from the start with given repositories:
- Uninstalled ImageMagick 6.6.9-2
- Deleted /usr/include/php5/ext/magickwand
- Deleted /usr/lib64/php5/extensions/magickwand.so
- comment out the extension in php.ini.
Rebooted the vserver.

Took yast and installed: ImageMagick, which was 6.4.3.5 ...
by Wise Elisha
2011-04-11T03:26:50-07:00
Forum: MagickWand for PHP
Topic: Installation: MAKE runs into error
Replies: 11
Views: 62438

Re: Installation: MAKE runs into error

Thank you for your testing! :)

:( Damn.... mußt be the vserver.
The ISP told me, that everything would be like on the root server, we had before.
Seems, that it is not...

Has anybody a hint, what could be missing or be misconfigured for "make" showing strange errors?
What dependencys does ...
by Wise Elisha
2011-04-08T12:31:41-07:00
Forum: MagickWand for PHP
Topic: Installation: MAKE runs into error
Replies: 11
Views: 62438

NEXT STEP: Workaround Trial3

Deinstalled ImageMagick 6.6.4 and installed latest version:
# identify -version
Version: ImageMagick 6.6.9-2 2011-04-08 Q16 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2011 ImageMagick Studio LLC
Features: OpenMP

Problem ist still there: " wand contains no images `MagickWand-13 ...
by Wise Elisha
2011-04-08T04:29:40-07:00
Forum: MagickWand for PHP
Topic: Installation: MAKE runs into error
Replies: 11
Views: 62438

NEXT STEP: Workaround Trial2

Hello again,

I managed to uninstall ImageMagick 6.6.4 completely and rebootet the server.
Then I manually deleted any file or directory left from older installations at:
/usr/local/bin
/usr/local/share
/usr/local/lib
/usr/local/include
and then newly installed ImagMagic 6.6.4.
After apache2 reload ...
by Wise Elisha
2011-04-08T02:47:54-07:00
Forum: MagickWand for PHP
Topic: Installation: MAKE runs into error
Replies: 11
Views: 62438

NEXT STEP: Workaround Trial1

Hallo again,

cause it's time to hurry, I took a working "magickwand.so" from the old machine and placed it into "/usr/lib64/php5/extensions/" and added to the php.ini: extension = "magickwand.so"
magickwand now shows in phpinfo():
magickwand ...
by Wise Elisha
2011-04-03T19:34:55-07:00
Forum: MagickWand for PHP
Topic: Installation: MAKE runs into error
Replies: 11
Views: 62438

Installation: MAKE runs into error

Hello,

i have successfully installed ImagMagick 6.6.4.1 and MagickWandForPHP 1.0.8 on our SuSE 11.2 root server an it runs fine.
Now we intend to move to a different location: In the future we will use a vserver with the same SuSE on it.
I am in progress of configuring the vserver right now and ...