This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
331
PHP / Re: PHP Warning: PHP Startup: Unable to load dynamic library 'intl'
« on: July 02, 2025, 03:09:45 AM »
Yea, it was, now getting:
Tried both ways, same errors.
This makes no sense, all the AL9 servers are behaving.
And why is is trying to load a disable extension...
Code: [Select]
# /usr/local/cwp/php71/bin/php --versionQuote
PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/cwp/php71/lib/php/extensions/no-debug-non-zts-20190902/intl.so' (tried: /usr/local/cwp/php71/lib/php/extensions/no-debug-non-zts-20190902/intl.so (libicui18n.so.60: cannot open shared object file: No such file or directory), /usr/local/cwp/php71/lib/php/extensions/no-debug-non-zts-20190902//usr/local/cwp/php71/lib/php/extensions/no-debug-non-zts-20190902/intl.so.so (/usr/local/cwp/php71/lib/php/extensions/no-debug-non-zts-20190902//usr/local/cwp/php71/lib/php/extensions/no-debug-non-zts-20190902/intl.so.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 'intl' (tried: /usr/local/cwp/php71/lib/php/extensions/no-debug-non-zts-20190902/intl (/usr/local/cwp/php71/lib/php/extensions/no-debug-non-zts-20190902/intl: cannot open shared object file: No such file or directory), /usr/local/cwp/php71/lib/php/extensions/no-debug-non-zts-20190902/intl.so (libicui18n.so.60: cannot open shared object file: No such file or directory)) in Unknown on line 0
PHP 7.4.33 (cli) (built: Apr 26 2023 00:00:00) ( NTS )
Copyright (c) The PHP Group
Zend Engine v3.4.0, Copyright (c) Zend Technologies
with the ionCube PHP Loader + ionCube24 v13.0.2, Copyright (c) 2002-2023, by ionCube Ltd.
Tried both ways, same errors.
This makes no sense, all the AL9 servers are behaving.
And why is is trying to load a disable extension...
332
PHP / Re: PHP Warning: PHP Startup: Unable to load dynamic library 'intl'
« on: July 01, 2025, 05:40:28 PM »Code: [Select]
# /usr/local/cwp/php71/bin/php --versionQuote
PHP Warning: PHP Startup: Unable to load dynamic library 'intl' (tried: /usr/local/cwp/php71/lib/php/extensions/no-debug-non-zts-20190902/intl (/usr/local/cwp/php71/lib/php/extensions/no-debug-non-zts-20190902/intl: cannot open shared object file: No such file or directory), /usr/local/cwp/php71/lib/php/extensions/no-debug-non-zts-20190902/intl.so (libicui18n.so.60: cannot open shared object file: No such file or directory)) in Unknown on line 0
PHP 7.4.33 (cli) (built: Apr 26 2023 00:00:00) ( NTS )
Copyright (c) The PHP Group
Zend Engine v3.4.0, Copyright (c) Zend Technologies
with the ionCube PHP Loader + ionCube24 v13.0.2, Copyright (c) 2002-2023, by ionCube Ltd.
Code: [Select]
# /usr/local/cwp/php71/bin/php -mQuote
PHP Warning: PHP Startup: Unable to load dynamic library 'intl' (tried: /usr/local/cwp/php71/lib/php/extensions/no-debug-non-zts-20190902/intl (/usr/local/cwp/php71/lib/php/extensions/no-debug-non-zts-20190902/intl: cannot open shared object file: No such file or directory), /usr/local/cwp/php71/lib/php/extensions/no-debug-non-zts-20190902/intl.so (libicui18n.so.60: cannot open shared object file: No such file or directory)) in Unknown on line 0
[PHP Modules]
...
intl
ionCube Loader
...
[Zend Modules]
the ionCube PHP Loader + ionCube24
333
PHP / Re: PHP Warning: PHP Startup: Unable to load dynamic library 'intl'
« on: July 01, 2025, 03:26:40 PM »
When you run php -m, it shows the module installed, as does dnf.
334
How to / Re: Installing ARC on ALMA 8/9
« on: July 01, 2025, 02:11:14 PM »
You still always want to monitor you IP's.
Check out HetrixTools (I am not associated wit them them), they have a Free level to monitor RBL's
Check out HetrixTools (I am not associated wit them them), they have a Free level to monitor RBL's
335
Mod_Security / OWASP CRS v4.16.0 Released on 2025-06-29
« on: July 01, 2025, 02:09:06 PM »
Just a quick FYI.
OWASP CRS released a new ruleset (4.16.0) on 2025-06-29
OWASP CRS released a new ruleset (4.16.0) on 2025-06-29
336
How to / Re: [Tutorial] How to Change the IP Address of Server?
« on: June 30, 2025, 12:54:46 PM »
Not really.
The easiest way is have your rDNS/PTR set already at your host.
Change the IP for CWP in the support section.
The log into your server, and manually change the base IP, if you only have 1 IP you are changing.
Reboot the server, CWP will see the change.
You then can goto CWP Settings -> Edit Settings, and confirm your new IP is listed as the Shared IP.
It will pull that IP the same as the Base IP.
Click Save Changes, and the IP should propagate to all accounts.
Changing an IP isn't easy.
The easiest way is have your rDNS/PTR set already at your host.
Change the IP for CWP in the support section.
The log into your server, and manually change the base IP, if you only have 1 IP you are changing.
Reboot the server, CWP will see the change.
You then can goto CWP Settings -> Edit Settings, and confirm your new IP is listed as the Shared IP.
It will pull that IP the same as the Base IP.
Click Save Changes, and the IP should propagate to all accounts.
Changing an IP isn't easy.
337
How to / Re: Installing ARC on ALMA 8/9
« on: June 30, 2025, 12:42:10 PM »
Info is at:
https://starburst.help/control-web-panel-cwp/control-web-panel-cwp-admin-tutorials/dkim-not-working-on-almalinux-9-with-cwp/
Those 4 lines go at the end of main.cf, IF they are not there already.
And while you have main.cf open, you need to add the line
UNDER (# rules restrictions), under smtpd_helo_required = yes ADD:
And then restart postfix:
Let me know if you have any questions.
https://starburst.help/control-web-panel-cwp/control-web-panel-cwp-admin-tutorials/dkim-not-working-on-almalinux-9-with-cwp/
Those 4 lines go at the end of main.cf, IF they are not there already.
And while you have main.cf open, you need to add the line
UNDER (# rules restrictions), under smtpd_helo_required = yes ADD:
Code: [Select]
smtp_helo_name = $myhostnameAnd then restart postfix:
Code: [Select]
systemctl restart postfixLet me know if you have any questions.
338
PHP / Re: Anti-Change Log
« on: June 30, 2025, 09:01:26 AM »
@josemnunez
Was surprised the last 2 versions haven't updated the PHP versions.
But I am sure they where for other needed fixes.
Was surprised the last 2 versions haven't updated the PHP versions.
But I am sure they where for other needed fixes.
339
Mod_Security / Re: OWASP CRS v4.15.0 Just Release
« on: June 30, 2025, 08:48:10 AM »
@venty
I apologize, I'm getting you mixed up with someone else.
I apologize, I'm getting you mixed up with someone else.
340
How to / Re: Installing ARC on ALMA 8/9
« on: June 30, 2025, 12:53:18 AM »Thanks all.
I think I'll have to research it further when I get some time (the WHM servers I manage all have ARC without any set up required). Was hoping for an easy fix & although Netino's guide looks great I wanted to retain SpamAssassin & CWP defaults.
@6Sense
I can understand that.
But as you can see from the screenshot above, we have ARC enabled.
Just have to add 4 lines to the bottom of main.cf
341
Information / Re: Past Due Changelogs
« on: June 30, 2025, 12:44:19 AM »
Changelogs are very minor.
They are working on getting EL9 stable, so they can already start on EL10.
cPanel & Plesk will always to high, they have been around for 25 + years, and people are use to them, and some people don't like change.
I would rate them to:
1. cPanel (But high Cost)
2. Plesk (Same - High Cost, and then nickel & dime you to death with plugins)
3. Webuzo (Again - Cost)
4. CWP
5. ISPConfig
6. ISPManager
7. VestaCP
8. DirectAdmin
9. VirtualMin (Webmin's cousin)
10. Ajenti 2 (Looks like it has some promise)
They are working on getting EL9 stable, so they can already start on EL10.
cPanel & Plesk will always to high, they have been around for 25 + years, and people are use to them, and some people don't like change.
I would rate them to:
1. cPanel (But high Cost)
2. Plesk (Same - High Cost, and then nickel & dime you to death with plugins)
3. Webuzo (Again - Cost)
4. CWP
5. ISPConfig
6. ISPManager
7. VestaCP
8. DirectAdmin
9. VirtualMin (Webmin's cousin)
10. Ajenti 2 (Looks like it has some promise)
342
PHP / Re: PHP Warning: PHP Startup: Unable to load dynamic library 'intl'
« on: June 30, 2025, 12:35:24 AM »
This is on AL9, which I believe has CWP PHP 7.4.
But the paths show 7.1.
Only location that had the intl.so in was:
Copied it over to:
/usr/local/cwp/php71/lib/php/extensions/no-debug-non-zts-20190902
Both:
Trying to rebuild PHP now.
Only server to be having this problem.
And it only showed when updating RoundCube to 1.5.11.
You run a PHP module check with php -m, and it lists intl.
php -v doesn't show any errors either.
But the paths show 7.1.
Only location that had the intl.so in was:
Quote
/usr/local/cwp/php71/lib/php/extensions/no-debug-non-zts-20170718/intl.so
Copied it over to:
/usr/local/cwp/php71/lib/php/extensions/no-debug-non-zts-20190902
Both:
Quote
/usr/local/src/intl-3.0.0/.libs/where empty.
/usr/local/src/intl-3.0.0/modules/
Trying to rebuild PHP now.
Only server to be having this problem.
And it only showed when updating RoundCube to 1.5.11.
You run a PHP module check with php -m, and it lists intl.
php -v doesn't show any errors either.
343
Mod_Security / Re: OWASP CRS v4.15.0 Just Release
« on: June 30, 2025, 12:07:57 AM »
What happened to the configuration I did on your server on 2025-06-27?
Everything was working fine.
ModSecurity 2.9.8 was installed, and so was the OWASP CRS 4.15.0 ruleset.
Your configuration paths aren't showing how they where set.
/modsecurity-rules/custom-rules/before/global_disabled_rules.conf
has rules needed by CWP.
Unless you moved them to the path you are showing now.
Your welcome to tweak things if you want, but just note it's easy to break things in ModSecurity.
Everything was working fine.
ModSecurity 2.9.8 was installed, and so was the OWASP CRS 4.15.0 ruleset.
Your configuration paths aren't showing how they where set.
Quote
Include /usr/local/apache/modsecurity-rules/custom-rules/startup/*.conf
Include /usr/local/apache/modsecurity-rules/owasp-crs/coreruleset-4.15.0/crs-setup.conf
Include /usr/local/apache/modsecurity-rules/custom-rules/before/*.conf
Include /usr/local/apache/modsecurity-rules/owasp-crs/coreruleset-4.15.0/rules/*.conf
Include /usr/local/apache/modsecurity-rules/custom-rules/after/*.conf
/modsecurity-rules/custom-rules/before/global_disabled_rules.conf
has rules needed by CWP.
Unless you moved them to the path you are showing now.
Your welcome to tweak things if you want, but just note it's easy to break things in ModSecurity.
344
PHP / PHP Warning: PHP Startup: Unable to load dynamic library 'intl'
« on: June 28, 2025, 11:40:09 PM »
You know it's usually bad when I ask a question.
Getting the error:
Intl is now built-in to PHP, tried building PHP even without the extension, and am still getting the error, which is weird.
Anyone have any thoughts?
@cyberspace
Getting the error:
Quote
PHP Warning: PHP Startup: Unable to load dynamic library 'intl' (tried: /usr/local/cwp/php71/lib/php/extensions/no-debug-non-zts-20190902/intl (/usr/local/cwp/php71/lib/php/extensions/no-debug-non-zts-20190902/intl: cannot open shared object file: No such file or directory), /usr/local/cwp/php71/lib/php/extensions/no-debug-non-zts-20190902/intl.so (/usr/local/cwp/php71/lib/php/extensions/no-debug-non-zts-20190902/intl.so: cannot open shared object file: No such file or directory)) in Unknown on line 0
Intl is now built-in to PHP, tried building PHP even without the extension, and am still getting the error, which is weird.
Anyone have any thoughts?
@cyberspace
345
Installation / Re: Which os to choose?
« on: June 28, 2025, 10:03:58 AM »
Just keep the server updated with updates using:
If you are going to use Apache, just make sure it the latest version, as well as the ionCube loaders.
CWP only install 12.x, and 14.4.1 is the current version out.
Use the CWP Wiki and Forums (here).
Gotta toot my own horn, you also can use Knowledge Bases like starburst.help, and I think InMotion has a good CWP KB.
Another great source is AlphaGNU.com
Code: [Select]
dnf --refresh updateIf you are going to use Apache, just make sure it the latest version, as well as the ionCube loaders.
CWP only install 12.x, and 14.4.1 is the current version out.
Use the CWP Wiki and Forums (here).
Gotta toot my own horn, you also can use Knowledge Bases like starburst.help, and I think InMotion has a good CWP KB.
Another great source is AlphaGNU.com
