PHP Fatal error during AUM update

Customer support forums for Atomic Protector (formerly Atomic Secured Linux). There is no such thing as a bad question here as long as it pertains to using Atomic Protector. Newbies feel free to get help getting started or asking questions that may be obvious. Regular users are asked to be gentle. :-)
hostingguy
Forum Regular
Forum Regular
Posts: 661
Joined: Mon Oct 29, 2007 6:51 pm

PHP Fatal error during AUM update

Unread post by hostingguy »

We tried to update via AUM today, and while it said succesfull it spit out a bunch of errors.
Can you please advise?


Checking versions ...

ASL version is current: 5.0-1795.el6.art [PASS]
Updating Web Application Firewall to 201706281323: updated [PASS]
Updating Application Inventory database to 201701191406: updated [PASS]
Updating Malware/Rootkit rules to 201706281334: updated [PASS]
Updating Threat Intelligence database to 201706301628: updated [PASS]
Updating database: this may take several minutes
Updating Host Intrusion Prevention to 201706230837: updated [PASS]
Updating database: this may take several minutes
PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib64/php/modules/apc.so' - /usr/lib64/php/modules/apc.so: cannot open shared object file: No such file or directory in Unknown on line 0
PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib64/php/modules/mysqlnd.so' - /usr/lib64/php/modules/mysqlnd.so: cannot open shared object file: No such file or directory in Unknown on line 0
PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib64/php/modules/mysqlnd_mysql.so' - /usr/lib64/php/modules/mysqlnd_mysql.so: cannot open shared object file: No such file or directory in Unknown on line 0
PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib64/php/modules/mysqlnd_mysqli.so' - /usr/lib64/php/modules/mysqlnd_mysqli.so: cannot open shared object file: No such file or directory in Unknown on line 0
PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib64/php/modules/pdo_mysqlnd.so' - /usr/lib64/php/modules/pdo_mysqlnd.so: cannot open shared object file: No such file or directory in Unknown on line 0
PHP Notice: Array to string conversion in /var/asl/bin/ext_us on line 359
PHP Notice: Array to string conversion in /var/asl/bin/ext_us on line 359
PHP Notice: Array to string conversion in /var/asl/bin/ext_us on line 359
PHP Notice: Array to string conversion in /var/asl/bin/ext_us on line 359
PHP Fatal error: Uncaught Error: Call to undefined function mysql_connect() in /var/asl/bin/ext_us:360
Stack trace:
#0 /var/asl/bin/ext_us(7): init()
#1 {main}
thrown in /var/asl/bin/ext_us on line 360
Update: complete [PASS]
Updating Self Healing modules: updated [PASS]
Updating Brute Force Protection: updated [PASS]
Updating Rootkit Protection: updated [PASS]
Restarting Apache ...
Generating report ...

Finished
-------------------------------------------------------------------------------
Errors were encountered:

L CODE SOURCE MESSAGE
- ---- ----------------------------- ------------------------------------------
2 9901 ASLCommon::cmd_exec ERROR: '(255) /var/asl/bin/ext_us 1 -- '
10.180.73.27
127.0.0.1

hostingguy
Forum Regular
Forum Regular
Posts: 661
Joined: Mon Oct 29, 2007 6:51 pm

Re: PHP Fatal error during AUM update

Unread post by hostingguy »

Any news on this?
jgodwin
Atomicorp Staff - Site Admin
Atomicorp Staff - Site Admin
Posts: 39
Joined: Mon Sep 14, 2009 12:15 pm

Re: PHP Fatal error during AUM update

Unread post by jgodwin »

Does this still occur today running /var/asl/bin/aum -uf
User avatar
mikeshinn
Atomicorp Staff - Site Admin
Atomicorp Staff - Site Admin
Posts: 4149
Joined: Thu Feb 07, 2008 7:49 pm
Location: Chantilly, VA

Re: PHP Fatal error during AUM update

Unread post by mikeshinn »

PHP Fatal error: Uncaught Error: Call to undefined function mysql_connect() in /var/asl/bin/ext_us:360
That means the system is missing the PHP mysql libraries and the system cant communicate with mysql. This error means those OS files were removed from the system:


PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib64/php/modules/mysqlnd.so' - /usr/lib64/php/modules/mysqlnd.so: cannot open shared object file: No such file or directory in Unknown on line 0
PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib64/php/modules/mysqlnd_mysql.so' - /usr/lib64/php/modules/mysqlnd_mysql.so: cannot open shared object file: No such file or directory in Unknown on line 0
PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib64/php/modules/mysqlnd_mysqli.so' - /usr/lib64/php/modules/mysqlnd_mysqli.so: cannot open shared object file: No such file or directory in Unknown on line 0
PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib64/php/modules/pdo_mysqlnd.so' - /usr/lib64/php/modules/pdo_mysqlnd.so: cannot open shared object file: No such file or directory in Unknown on line 0

Are those files missing from your system?
hostingguy
Forum Regular
Forum Regular
Posts: 661
Joined: Mon Oct 29, 2007 6:51 pm

Re: PHP Fatal error during AUM update

Unread post by hostingguy »

nothing was removed by us, unless it was done by the system itself.
Post Reply