pecl-imagick

2012-10-18 Thread Solmin Vladimir
Hello! $ uname -a FreeBSD x 6.3-RELEASE-p2 FreeBSD 6.3-RELEASE-p2 #2: Fri Mar 18 01:15:38 MSK 2011 xx@xx:/usr/src/sys/amd64/compile/X amd64 $ cd /usr/ports/graphics/pecl-imagick/ [skvernobot@ns:/usr/ports/graphics/pecl-imagick]$ make === pecl-imagick-3.0.1_1 depends

ImageMagick, pecl-imagick (FreeBSD vs Ubuntu) problem (djvu as well?)

2011-03-16 Thread B. Cook
I have a server that I just put together to work with image creation. Its running lighttpd with php being handled by php-fpm all from ports running 8.2 amd64. My problem is quite strange; a simple php script reading in a djvu file (via Imagick()) causes php to hang and not do anything. - no

[solved] Re: [freebsd] pecl-imagick - Segmentation fault: 11 (core dumped) on php -i under freebsd 7.3

2010-11-19 Thread Olivier Mueller
;; + *freebsd*) THREAD_LIBS= + ;; esac if test $WITH_THREADS = 1 ; then THREAD_CFLAGS=$THREAD_CFLAGS -D_REENTRANT I found this somewhere but cannot remember the thread url unfortunately... Brillant! It fixed the issue, many thanks. CC'ing both ports manager (pecl

Re: [solved] Re: [freebsd] pecl-imagick - Segmentation fault: 11 (core dumped) on php -i under freebsd 7.3

2010-11-19 Thread Olivier Mueller
extensions) - on Is there any chance this will have other consequences (problems, incompatibilities with other php/pecl extensions) ? Or why is this off by default ? This should at least be checked when installing pecl-imagick, and I presume it will happen sometime as there is already PR about

Re: [freebsd] pecl-imagick - Segmentation fault: 11 (core dumped) on php -i under freebsd 7.3

2010-11-16 Thread endzed
Le 12 nov. 2010 à 01:04, Olivier Mueller a écrit : Good evening, On Tue, 2010-06-22 at 10:45 +0200, Olivier Mueller wrote: Problem: [...@pandora ~]$ php -v -c /usr/local/etc/php.ini-production PHP 5.3.2 with Suhosin-Patch (cli) (built: Jun 14 2010 18:11:48) Copyright (c) 1997-2009

Re: [solved] Re: [freebsd] pecl-imagick - Segmentation fault: 11 (core dumped) on php -i under freebsd 7.3

2010-11-16 Thread Alex Dupre
Olivier Mueller ha scritto: Brillant! It fixed the issue, many thanks. This is not the correct fix, the correct fix is to enable threads in php, using the appropriate OPTION. -- Alex Dupre ___ freebsd-questions@freebsd.org mailing list

Re: [freebsd] pecl-imagick - Segmentation fault: 11 (core dumped) on php -i under freebsd 7.3

2010-11-11 Thread Olivier Mueller
. Same if I comment some other extensions (like pdf.so, etc.). All packages are 100% uptodate, as well as the OS (7.3-RELEASE-p1 amd64), but it was previously a 7.2 system, so this may have an influence. Is anybody using pecl-imagick without this segfault at the moment? Or do you have any