Spongebob

Results 46 comments of Spongebob

> MacOS ARM架构的可以release 一个版本吗? [darwin_arm64_client.tar.gz](https://brew-io.s3.ap-east-1.amazonaws.com/darwin_arm64_client.tar.gz)

> Download for here. [kail_darwin_arm64.tar.gz](https://github.com/boz/kail/files/9774780/kail_darwin_arm64.tar.gz)

I had the same issue with a go binary, and I got it to work after adding this to my docker file: FROM golang:alpine RUN apk add --no-cache libc6-compat WORKDIR...

> 修改fastdfs-nginx-module-1.20/src/config文件,修改如下: > ngx_module_incs="/usr/include/fastdfs /usr/include/fastcommon/" > CORE_INCS="$CORE_INCS /usr/include/fastdfs /usr/include/fastcommon/" > 然后重新configure make make install,就可以了 谢谢大佬,功德无量

报错已经很明显了啊。没有那个文件 lazy-share 于2019年7月2日周二 下午5:57写道: > 请问这是代码问题吗? > > cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g > -D_FILE_OFFSET_BITS=64 -DFDFS_OUTPUT_CHUNK_SIZE='256*1024' > -DFDFS_MOD_CONF_FILENAME='"/etc/fdfs/mod_fastdfs.conf"' -I src/core -I > src/event -I src/event/modules...

> Is there no direct solution?

> How can this tar be used when installing the plugin using something like `kubectl krew install tail` ? This requires the author to release the new arm64 (darwin) package,...

> How can this tar be used when installing the plugin using something like `kubectl krew install tail` ?

> Because the krew plugin suggest to install it that way - I want to use the krew plugin ( not necessarily some other binary ). > I'm sure I...