ListUtil.c: loadable library and perl binaries are mismatched (got handshake key 0xdb00080, needed 0xdb80080)

This may happen when perl or perl modules are installed separately along side the official packages. Environment variable can be used to switch to a different perl installation. To find out if that is the case run: env | grep PERL Having PERL5LIB or PERL_LOCAL_LIB_ROOT in the output might cause the issue. Try unsetting the … Read more

How can I inspect the file system of a failed `docker build`?

Everytime docker successfully executes a RUN command from a Dockerfile, a new layer in the image filesystem is committed. Conveniently you can use those layers ids as images to start a new container. Take the following Dockerfile: FROM busybox RUN echo ‘foo’ > /tmp/foo.txt RUN echo ‘bar’ >> /tmp/foo.txt and build it: $ docker build … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)