Search found 5 matches

by Peter_VD
2012-05-03T04:57:47-07:00
Forum: Users
Topic: GS not showing up in delegates
Replies: 1
Views: 4310

GS not showing up in delegates

Hello, my problem is that gs is not showing up in delegates.
I am on Debian Lenny
I downloaded gostscript 9.02 and installed it.
./configure
make
make install
after that reboot apache.
gs -v
shows:
GPL Ghostscript 9.02 (2011-03-30)
Than test:
gs -sDEVICE=jpeg -sOutputFile=test.jpg test.pdf ...
by Peter_VD
2012-05-02T02:39:24-07:00
Forum: Users
Topic: Error while loading shared libraries
Replies: 1
Views: 8780

Re: Error while loading shared libraries

I found the solution after a while on Google.
I executed these lines and everything went back to running smoothly.

ranlib /usr/local/lib/libjpeg.a
ldconfig /usr/local/lib

Hope this helps somebody else.
Peter
by Peter_VD
2012-05-01T03:26:32-07:00
Forum: Users
Topic: Error while loading shared libraries
Replies: 1
Views: 8780

Error while loading shared libraries

Hello,
I have installed the jpeg delegate and i get this message after the next command:
[myserver}:/# convert -list configure

convert: error while loading shared libraries: libjpeg.so.8: cannot open shared object file: No such file or directory

The file libjpeg.so.8 excists in usr/local/lib ...
by Peter_VD
2012-04-16T02:01:28-07:00
Forum: IMagick
Topic: Error at install IMagick for PHP
Replies: 8
Views: 25688

Re: Error at install IMagick for PHP

Thank you fmw42, I also tried the latest version of Imagick (3.1.0RC1), but the result is the same.
by Peter_VD
2012-04-13T07:40:36-07:00
Forum: IMagick
Topic: Error at install IMagick for PHP
Replies: 8
Views: 25688

Error at install IMagick for PHP

Hello,
I was searching the internet and also the forum, but I cannot find a solution.
I am unable to install IMagick for PHP
System: debian lenny, PHP 5.2.6.1,
I have installed Image Magick 6.7.6-5 with no problems, but when I try to
install Imagick 3.0.1 I get an error.
phpize
./configure
and ...