-
Notifications
You must be signed in to change notification settings - Fork 28
whether supports Alpine? #24
Comments
The basic installation steps do not support Alpine. It may be possible to build the library on Alpine, but the process is more complicated. In general for an OS or distro that isn't explicitly supported.: Clone the Aerospike C client: https://github.com/aerospike/aerospike-client-c checkout the version which the current php version depends on. Currently this 4.3.12 build the library: This will create a directory called you need to set the environment variable From the PHP client folder, which you can get by cloning this repo: The last three steps are further detailed at https://github.com/aerospike/aerospike-client-php#building-manually |
Until the export DOWNLOAD_C_CLIENT=0 line it all works. I have cloned the master branch and i am inside a debian10 machine with the following dockerfile as base
those are some errors. Looks like the library functions are not matching... any idea?
|
refer title
The text was updated successfully, but these errors were encountered: