We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
make: *** No rule to make target /opt/php-ext-lz4-0.3.5/lz4/lib/lz4.c', needed by lz4/lib/lz4.lo'. Stop.
/opt/php-ext-lz4-0.3.5/lz4/lib/lz4.c', needed by
The text was updated successfully, but these errors were encountered:
Embedded library
% docker run -it --rm centos bash $ yum install -y git gcc make php-devel $ git clone --recursive --depth=1 https://github.com/kjdev/php-ext-lz4 $ cd php-ext-lz4.git $ phpize $ ./configure $ make $ make test $ ls .libs/*.so ./libs/lz4.so
System library
% docker run -it --rm centos bash $ yum install -y git gcc make php-devel lz4-devel $ git clone --depth=1 https://github.com/kjdev/php-ext-lz4 $ cd php-ext-lz4.git $ phpize $ ./configure --with-lz4-includedir=/usr $ make $ ls .libs/*.so ./libs/lz4.so
Sorry, something went wrong.
No branches or pull requests
make: *** No rule to make target
/opt/php-ext-lz4-0.3.5/lz4/lib/lz4.c', needed by
lz4/lib/lz4.lo'. Stop.The text was updated successfully, but these errors were encountered: