Skip to content

Commit 3f89500

Browse files
authored
Move requirement for "mod_lsapi"/"liblsapi" version coincidence to proper place
Was inserted into "alt-mod-passenger" clause by my mistake.
1 parent ab32b13 commit 3f89500

File tree

1 file changed

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

1 file changed

+10
-10
lines changed

docs/cloudlinuxos/control_panel_integration/README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1673,16 +1673,6 @@ 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-
16861676
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.
16871677

16881678
4. Rebuild the package again, this time you should get to the compilation stage. During compilation, you may encounter such errors:
@@ -1809,6 +1799,16 @@ yumdownloader --source mod_lsapi --enablerepo=*source
18091799
```
18101800
</div>
18111801

1802+
:::warning Note
1803+
Make sure that versions of all installed and downloaded
1804+
* `mod_lsapi`
1805+
* `liblsapi`
1806+
* `liblsapi-devel`
1807+
packages completely coincide.
1808+
Ensure that the copy of mod_lsapi.so visible to Apache is configured to load liblscapi.so of the same version.
1809+
Mismatched versions can cause errors or unexpected behavior.
1810+
:::
1811+
18121812
3. Rebuild the package with your Apache using rpmbuild
18131813

18141814
<div class="notranslate">

0 commit comments

Comments
 (0)