Skip to content

Commit b00dbcf

Browse files
authored
Publish requirement for "mod_lsapi"/"liblsapi" version coincidence
The requirement existed always, but is missing from the docs on custom Control Panel integration.
1 parent c58dd33 commit b00dbcf

File tree

1 file changed

+10
-0
lines changed
  • docs/cloudlinuxos/control_panel_integration

1 file changed

+10
-0
lines changed

docs/cloudlinuxos/control_panel_integration/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1673,6 +1673,16 @@ rpmbuild --rebuild alt-mod-passenger-ver.cloudlinux.src.rpm
16731673
```
16741674
</div>
16751675

1676+
:::warning Note
1677+
Make sure that versions of all installed and downloaded
1678+
* `mod_lsapi`
1679+
* `liblsapi`
1680+
* `liblsapi-devel`
1681+
packages completely coincide.
1682+
Ensure that the copy of mod_lsapi.so visible to Apache is configured to load liblscapi.so of the same version.
1683+
Mismatched versions can cause errors or unexpected behavior.
1684+
:::
1685+
16761686
3. Remove dependencies from `httpd`, `apr`, `apr-util` packages (`-devel` packages as well) and set your Apache packages instead, in the alt-mod-passenger spec file. Also, set the path for the directory where your Apache configs are located with <span class="notranslate">`__apache_conf_dir`</span> in the spec file.
16771687

16781688
4. Rebuild the package again, this time you should get to the compilation stage. During compilation, you may encounter such errors:

0 commit comments

Comments
 (0)