-
-
Notifications
You must be signed in to change notification settings - Fork 363
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
php/5.3.29/lib/libmemcached.so.11: file too short #358
Comments
@glensc |
@shivammathur thanks for the quick action! do you have a reference to commit/pr how you fixed it? |
I just built the compatible |
@shivammathur oh, it's binary uploaded from your computer. I was really hoping everything is automated and built from CI. |
It requires ubuntu precise to build. The process and scripts for building PHP 5.3 are mostly same as PHP 8 build here using The issue with building this is figuring out the compatible library versions and sourcing them. This process was painful and I had no will to write a ci workflow which repeats this, so I just archived the build. Will try to opensource this, it will be easier for me also to maintain👍. |
I think it's easiest to make the build process with docker, and later just Seeing how Travis did it, they just create Some idea, how I would do this if I had a similar task. |
Describe the bug
Appears that
ext-memcached
extension dependant librarylibmemcached.so.11
is truncated:You can see the job output in this job:
Version
v1
orv2
.v2
v1
Runners
Operating systems
PHP versions
5.3
To Reproduce
Expected behavior
Screenshots/Logs
Additional context
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: