You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When attempting to start the Octane server in a containerized environment using this Dockerfile, the following logs are generated and, the server fails to start:
2024-02-0512:57:35,092INFO Set uid to user 1000 succeeded
2024-02-0512:57:35,094INFO supervisord started with pid 12024-02-0512:57:36,097INFO spawned: 'octane_00' with pid 28
>>>>>>>>>>>>>>>>>>>>> WARN Unable to determine the current FrankenPHP binary version. Please report this issue: https://github.com/laravel/octane/issues/new.INFO Server running…
Local: http://0.0.0.0:80
Press Ctrl+C to stop the server
>>>>>>>>>>>>>>>>>>>>>> INFO /var/www/html/frankenphp: symbol lookup error: /var/www/html/frankenphp: undefined symbol: core_globals_offset
2024-02-0512:57:36,938WARN exited: octane_00 (exit status 127; not expected)
2024-02-0512:57:37,942INFO spawned: 'octane_00' with pid 35WARN Unable to determine the current FrankenPHP binary version. Please report this issue: https://github.com/laravel/octane/issues/new.INFO Server running…
Local: http://0.0.0.0:80
Press Ctrl+C to stop the server
INFO /var/www/html/frankenphp: symbol lookup error: /var/www/html/frankenphp: undefined symbol: core_globals_offset
2024-02-0512:57:38,794WARN exited: octane_00 (exit status 127; not expected)
2024-02-0512:57:40,798INFO spawned: 'octane_00' with pid 60WARN Unable to determine the current FrankenPHP binary version. Please report this issue: https://github.com/laravel/octane/issues/new.INFO Server running…
Local: http://0.0.0.0:80
Press Ctrl+C to stop the server
INFO /var/www/html/frankenphp: symbol lookup error: /var/www/html/frankenphp: undefined symbol: core_globals_offset
2024-02-0512:57:41,615WARN exited: octane_00 (exit status 127; not expected)
2024-02-0512:57:44,621INFO spawned: 'octane_00' with pid 76
Thanks for reporting but it looks like this is a question which can be asked on a support channel. Please only use this issue tracker for reporting bugs with the library itself. If you have a question on how to use functionality provided by this repo you can try one of the following channels:
Octane Version
2.3.2
Laravel Version
10.43.0
PHP Version
8.3.2
What server type are you using?
FrankenPHP
Server Version
1.1.0
Database Driver & Version
N/A
Description
When attempting to start the Octane server in a containerized environment using this Dockerfile, the following logs are generated and, the server fails to start:
(This Dockerfile works.)
Steps To Reproduce
see exaco/laravel-octane-dockerfile#59
The text was updated successfully, but these errors were encountered: