• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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