Unable to load mikopbx.so in PHP 8.3 - undefined symbol: basic_globals_id
#894
Replies: 4 comments
-
@jorikfon Based on your previous replies, do you mean that I would like to thank you in advance for your correspondence. |
Beta Was this translation helpful? Give feedback.
-
Next week I will make dev version with ARM64/X86_64 of MikoPBX image. You will check/get and use if you need it. |
Beta Was this translation helpful? Give feedback.
-
We compile the entire system from Linux sources and do not use any Docker containers as base images. This approach ensures we don’t inherit any external dependencies. If you want to customize MikoPBX, you must base your work on our original images and follow our methods. |
Beta Was this translation helpful? Give feedback.
-
Are all of those building steps disclosed? In addition to pre-built iso images and tar files, We would be happy if the build and build procedures are publicly available, so that it is easier for developer users to customize and use them! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
When I build and launch docker container,
mikopbx.so
is unable to load successfully due toundefined symbol: basic_globals_id
:I'm wondering if
mikopbx.so
is not php 8.3 compliant even though^8.3
is specified incomposer.json
for now.Environment
php -i
Beta Was this translation helpful? Give feedback.
All reactions