Probleme mit GdLib und php4.4.2

Apache, Lighttpd, nginx, Cherokee
Post Reply
Anonymous
 

Probleme mit GdLib und php4.4.2

Post by Anonymous »

Hallo,

ich habe ein Problem mit der Gdlib, wenn ich ein apache2 restart mache läuft der aufruf ohne probleme bis nach ca 2-4 Stunden kein aufruf mehr möglich ist *grübel*

Nach Apache Restart Kommt dies:
[notice] caught SIGTERM, shutting down
[warn] Init: Session Cache is not configured [hint: SSLSessionCache]
[warn] RSA server certificate CommonName (CN) `plesk' does NOT match server name!?
[warn] RSA server certificate CommonName (CN) `plesk' does NOT match server name!?
[notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec2)
[warn] RSA server certificate CommonName (CN) `plesk' does NOT match server name!?
[warn] RSA server certificate CommonName (CN) `plesk' does NOT match server name!?
[notice] mod_python: Creating 32 session mutexes based on 300 max processes and 0 max threads.
[notice] Apache/2.0.53 (Linux/SUSE) configured -- resuming normal operations
Danach klappt alles wunderbar...

bis dann:
[notice] Graceful restart requested, doing restart
[warn] RSA server certificate CommonName (CN) `plesk' does NOT match server name!?
[warn] RSA server certificate CommonName (CN) `plesk' does NOT match server name!?
[notice] mod_python: Creating 32 session mutexes based on 300 max processes and 0 max threads.
[notice] Apache/2.0.53 (Linux/SUSE) configured -- resuming normal operations
kommt und GdLib Funktioniert nicht mehr...

Danach kommt immer diese Meldung
[notice] child pid 14362 exit signal Segmentation fault (11)
und das wars bis ich restart der Apache mache

Installiert ist gd Version 2.0.32 php Version 4.4.2
Configure Command:
'./configure' '--prefix=/usr' '--datadir=/usr/share/php' '--mandir=/usr/share/man' '--bindir=/usr/bin' '--libdir=/usr/share' '--includedir=/usr/include' '--sysconfdir=/etc' '--with-_lib=lib' '--with-config-file-path=/etc' '--with-exec-dir=/usr/lib/php/bin' '--disable-debug' '--enable-inline-optimization' '--enable-memory-limit' '--enable-magic-quotes' '--enable-safe-mode' '--enable-sigchild' '--disable-ctype' '--disable-session' '--without-mysql' '--disable-cli' '--without-pear' '--with-openssl' '--with-apxs2=/usr/sbin/apxs2-prefork' 'i586-suse-linux'
gd:GD Support enabled
GD Version 2.0 or higher
FreeType Support enabled
FreeType Linkage with freetype
T1Lib Support enabled
GIF Read Support enabled
GIF Create Support enabled
JPG Support enabled
PNG Support enabled
WBMP Support enabled
Wenn ich

Code: Select all

./configure --with-gd --enable-gd-imgstrttf --enable-gd-native-ttf
eingebe bekomme ich

Code: Select all

./configure: Permission denied
als Ergebniss... Sind dadie Dateirechte für die configure falsch gesetzt?

Nicht mehr weiter komme nur bräuchte ein laufendes GdLib für die Sicherheitsabfrage im Forum.

In der Hoffnung Hilfe zu bekommen *s*
Ralph
User avatar
Joe User
Project Manager
Project Manager
Posts: 11191
Joined: 2003-02-27 01:00
Location: Hamburg
Contact:
 

Re: Probleme mit GdLib und php4.4.2

Post by Joe User »

Code: Select all

yast -i php4-gd
$EDITOR /path/to/php.ini
# extension=gd.so aktivieren
apache2ctl restart
PayPal.Me/JoeUserFreeBSD Remote Installation
Wings for LifeWings for Life World Run

„If there’s more than one possible outcome of a job or task, and one
of those outcomes will result in disaster or an undesirable consequence,
then somebody will do it that way.“ -- Edward Aloysius Murphy Jr.
Anonymous
 

Re: Probleme mit GdLib und php4.4.2

Post by Anonymous »

ist so bei mir drin, müsste dann nach /usr/sbin/apache2ctl restart gehen oder?

im yast:
-i-php4-gd 4.4.2
in der php.ini
;;;;;;;;;;;;;;;;;;;;;;
; Dynamic Extensions ;
;;;;;;;;;;;;;;;;;;;;;;
;
; If you wish to have an extension loaded automatically, use the following
; syntax:
;
; extension=modulename.extension
;
; For example, on Windows:
;
; extension=msql.dll
;
; ... or under UNIX:
;
; extension=msql.so
;
; Note that it should be the name of the module only; no directory information
; needs to go here. Specify the location of the extension with the
; extension_dir directive above.

; The following section header introduces a section where packages
; will add extension directives. You should not edit that line!

[extension section]
extension=dbx.so
extension=snmp.so
extension=zlib.so
extension=yp.so
extension=xslt.so
extension=wddx.so
extension=unixODBC.so
extension=sysvshm.so
extension=sysvsem.so
extension=swf.so
extension=sockets.so
extension=shmop.so
extension=session.so
extension=qtdom.so
extension=pgsql.so
extension=mysql.so
extension=mime_magic.so
extension=mhash.so
extension=mcrypt.so
extension=mcal.so
extension=mbstring.so
extension=ldap.so
extension=imap.so
extension=iconv.so
extension=gmp.so
extension=gettext.so
extension=gd.so
extension=ftp.so
extension=filepro.so
extension=exif.so
extension=domxml.so
extension=dbase.so
extension=curl.so
extension=ctype.so
extension=calendar.so
extension=bz2.so
extension=bcmath.so
; end of extension section
Post Reply