|
|
| Author |
Message |
Howie Cacti Guru User
Joined: 16 Sep 2004 Posts: 2036 Location: United Kingdom
|
Posted: Tue Jun 05, 2007 9:33 am Post subject: |
|
|
| Livio Zanol wrote: | memory_limit is at 32MB, tried with 128 MB but same thing happend.
| Code: |
ERROR.LOG:
[Tue Jun 05 11:11:49 2007] [notice] child pid 1045 exit signal Segmentation fault (11)
|
|
Are you using the built-in GD with PHP, or a system-provided one? Which version? |
|
| Back to top |
|
 |
Livio Zanol
Joined: 23 Feb 2006 Posts: 30
|
Posted: Tue Jun 05, 2007 9:38 am Post subject: |
|
|
| Where can I find this information? |
|
| Back to top |
|
 |
Howie Cacti Guru User
Joined: 16 Sep 2004 Posts: 2036 Location: United Kingdom
|
Posted: Tue Jun 05, 2007 9:45 am Post subject: |
|
|
| Livio Zanol wrote: | | Where can I find this information? |
PHP -i will tell you if it's the built-in GD (it's says 'Bundled' in the GD section).
If it is not the bundled version, then you'll need to use your package manager (apt, yum, portversion, whatever it is for your OS), to find out the version. If it's Debian, then there is a solution in this forum posted in the last few days. |
|
| Back to top |
|
 |
Livio Zanol
Joined: 23 Feb 2006 Posts: 30
|
Posted: Tue Jun 05, 2007 9:55 am Post subject: |
|
|
| Code: |
gd
GD Support => enabled
GD Version => 2.0 or higher
FreeType Support => enabled
FreeType Linkage => with freetype
FreeType Version => 2.2.1
T1Lib Support => enabled
GIF Read Support => enabled
GIF Create Support => enabled
JPG Support => enabled
PNG Support => enabled
WBMP Support => enabled
|
It's debian, I'll gonna check out the solution you've mentioned |
|
| Back to top |
|
 |
Livio Zanol
Joined: 23 Feb 2006 Posts: 30
|
|
| Back to top |
|
 |
|