• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Error after update (7.5.3-suse9.1.build75050506.13 )

B

Beseco

Guest
Hello after update my apache don`t start

/var/log/apache2/error_log

[Tue Jun 21 13:19:26 2005] [warn-phpd] Failed to register functions (pid 13006)
[Tue Jun 21 13:20:03 2005] [warn] Init: Session Cache is not configured [hint: SSLSessionCache]
[Tue Jun 21 13:20:03 2005] [warn] RSA server certificate CommonName (CN) `plesk' does NOT match server name!?
[Tue Jun 21 13:20:03 2005] [warn] RSA server certificate CommonName (CN) `serverurl'does NOT match server name!?
[Tue Jun 21 13:20:03 2005] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec2)
[Tue Jun 21 13:20:03 2005] [warn] RSA server certificate CommonName (CN) `plesk' does NOT match server name!?
[Tue Jun 21 13:20:03 2005] [warn] RSA server certificate CommonName (CN) `serverurl' does NOT match server name!?
PHP Warning: Unknown(): Unable to load dynamic library '/usr/lib/php/extensions/gpgext.so' - /usr/lib/php/extensions/gpgext.so: cannot open shared object fil
e: No such file or directory in Unknown on line 0
PHP Warning: Unknown(): Unable to load dynamic library '/usr/lib/php/extensions/zip.so' - /usr/lib/php/extensions/zip.so: cannot open shared object file: No
such file or directory in Unknown on line 0
PHP Warning: Function registration failed - duplicate name - __ex in Unknown on line 0
PHP Warning: Function registration failed - duplicate name - ioncube_file_is_encoded in Unknown on line 0
PHP Warning: Function registration failed - duplicate name - ioncube_file_info in Unknown on line 0
PHP Warning: Function registration failed - duplicate name - ioncube_file_properties in Unknown on line 0
PHP Warning: Function registration failed - duplicate name - ioncube_file_not_permissioned in Unknown on line 0
PHP Warning: Function registration failed - duplicate name - ioncube_loader_version in Unknown on line 0
PHP Warning: ionCube Loader: Unable to register functions, unable to load in Unknown on line 0
[Tue Jun 21 13:20:04 2005] [notice] mod_python: Creating 32 session mutexes based on 150 max processes and 0 max threads.
[Tue Jun 21 13:20:04 2005] [notice] Apache/2.0.49 (Linux/SuSE) configured -- resuming normal operations
[Tue Jun 21 13:20:14 2005] [notice] child pid 13101 exit signal Segmentation fault (11)

I ask in assistance
 
The same problem, but now i've found a solution:

After the update / installation the file /etc/php.ini contains this extended content:
zend_extension=/usr/lib/php4/ioncube_loader_lin_4.3.so
extension=gpgext.so
extension=zip.so

Make a # in front of the lines to comment that out, restart apache (eg. "rcapache2 stop" & "rcapache2 start" under SUSE Linux) and PHP will work fine (on my server).

Bye,
Eduard
 
Back
Top