vercel-examples icon indicating copy to clipboard operation
vercel-examples copied to clipboard

Deloy fail

Open mynlive opened this issue 1 year ago • 1 comments

Bug report

  • Example: Laravel
  • URL: No
  • Repository: No

Description

php: error while loading shared libraries: libssl.so.10: cannot open shared object file: No such file or directory
Error: Exited with 127
    at ChildProcess.<anonymous> (/vercel/path0/.vercel/builders/node_modules/vercel-php/dist/utils.js:178:24)
    at ChildProcess.emit (node:events:519:28)
    at ChildProcess.emit (node:domain:488:12)
    at ChildProcess._handle.onexit (node:internal/child_process:294:12)
Error: Command "vercel build" exited with 1
Command "vercel build" exited with 1

mynlive avatar Oct 22 '24 23:10 mynlive

try

"functions": {
        "api/index.php": {
            "runtime": "[email protected]"
        }
    },

nadar avatar Nov 11 '24 08:11 nadar