Giter Site home page Giter Site logo

Comments (5)

DracoBlue avatar DracoBlue commented on July 24, 2024 3
FROM alpine:3.9
RUN apk add --update autoconf automake libtool vim bash  alpine-sdk libevent-dev libevent libtirpc-dev
RUN  cd /tmp/ \
  && wget https://github.com/mariusae/trickle/archive/09a1d955c6554eb7e625c99bf96b2d99ec7db3dc.zip \
  && unzip *.zip \
  && cd trickle-* \
  &&  autoreconf -i \
  && CFLAGS="-I/usr/include/tirpc -ltirpc" ./configure \
  && make  install-exec-am
ENTRYPOINT /usr/local/bin/trickle

works for me

from trickle.

tlhonmey avatar tlhonmey commented on July 24, 2024

I get the same problem without using Docker.

did the library in question get moved without updating the makefile?

from trickle.

Zalgo2462 avatar Zalgo2462 commented on July 24, 2024

I have the same issue on ubuntu 17.10 without docker. The library just isn't being built as a result of make for me.

from trickle.

jonathonf avatar jonathonf commented on July 24, 2024

This seems to be a duplicate of #16 ?

from trickle.

clunietp avatar clunietp commented on July 24, 2024

DracoBlue's answer allowed compilation but trickle still had a runtime error. I needed to change make install-exec-am to make install-exec-am install-trickleoverloadDATA to solve the problem; now trickle can run in foreground mode (-s).

from trickle.

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.