Coder Social home page Coder Social logo

Comments (3)

MidgardLol avatar MidgardLol commented on August 31, 2024

Hi,
Get last zotero-prime,
change version in 2 in docker-compose.yml
make "docker-compose up -d" in zotero-prime/docker
with re2c 0.16 and pkg-config 0.29 on Debian GNU/Linux 9.9 (stretch)

i have that warning 👎
checking for re2c... no
configure: WARNING: You will need re2c 0.13.4 or later if you want to regenerate PHP parsers.
and then crash 👎
checking for pkg-config... no
pkg-config not found
configure: error: Please reinstall the pkg-config distribution
ERROR: Service 'app-zotero' failed to build: The command '/bin/sh -c DEBIAN_FRONTEND=noninteractive pecl download memcached-3.0.4 && tar xvzf memcached-3.0.4.tgz && cd memcached-3.0.4 && phpize && ./configure --enable-memcached-igbinary && make && make install' returned a non-zero code: 1

How to say it where to find them ?

from zotprime.

christofsteel avatar christofsteel commented on August 31, 2024

Hi,
if you do exactly what I proposed, it will build. I already did a pull request to fix the issue. As long as it not accepted, you can use my fork, which only adds pkg-config. https://github.com/christofsteel/zotero-prime.

EDIT:
Your problem is the following, even if your host system (Debian) has pkg-config installed, the container has not. So you need to edit the Dockerfile and add an instruction to install it. As I was saying, my pull request does exactly that, and you can use it.

from zotprime.

MidgardLol avatar MidgardLol commented on August 31, 2024

from zotprime.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.