CustomBuild info not updating

dotcomUNDERGROUND

Verified User
Joined
Mar 31, 2022
Messages
17
Even after running building and updates from both UI and terminal, CustomBuild UI is still showing the softwares installable/updatable.
None of the installed software show up under remove list.

I have also ran
Code:
da build all
from terminal. But all softwares are still showing up as available to build.

I am doing a fresh server installation.
 
None of the installed software show up under remove list.
Yes that's normal. They only show up on that list once you removed them.
So to remove an item, list say if you have php 8.1 as your second PHP version, then go to Options and then set that PHP version to "no".
Then go to Remove and then you can remove it from there.

A lot of us rather work via CLI but it's almost the same.

But all softwares are still showing up as available to build.
Correct, that is also by design. This way you can build something again if it got currupted so you can rebuild it. Sometimes you need to rebuild exim.conf and/or exim and you can use that build option.

So all is fine.
 
Correct, that is also by design. This way you can build something again if it got currupted so you can rebuild it. Sometimes you need to rebuild exim.conf and/or exim and you can use that build option.
Okay, that makes sense. But what about Software Updates still showing up as available to be updated even after updating them?
And my "Remove" list do not have anything listed at all.
 
Hello,

If it is related to PHP extensions, then the reason you see them, their update/installation for some PHP versions fail.

You might show the screenshot

Yes the issue is with htscanner PHP 5.6 extension and htscanner PHP 7.4 extension

Note that I am using OpenLiteSpeed web server.
 

Attachments

  • Screenshot 2025-11-27 222638.png
    Screenshot 2025-11-27 222638.png
    11.7 KB · Views: 4
  • Screenshot 2025-11-27 222535.png
    Screenshot 2025-11-27 222535.png
    24.8 KB · Views: 4
  • Screenshot 2025-11-27 222210.png
    Screenshot 2025-11-27 222210.png
    14.3 KB · Views: 4
  • Screenshot 2025-11-27 222033.png
    Screenshot 2025-11-27 222033.png
    11.2 KB · Views: 4
Yes, I think you won't be able to install them as they are for the Apache webserver. htscanner isn't compatible with OLS irrc.
 
Yes the issue is with htscanner PHP 5.6 extension and htscanner PHP 7.4 extension
I don't see any errors in there. Only see build succesfully.

htscanner isn't compatible with OLS irrc.
The php_htscanner is a php extension, so that should not matter if I'm correct.

You're probably confused with the apache mod_htscanner, which is different and is called mod_htscanner2.
 
Back
Top