• SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

Recent content by incorrect

  1. I

    pixelserv pixelserv - A Better One-pixel Webserver for Adblock

    I just pushed my Makefile patch to HunterZ, I'm assuming that's someone reading this thread. This is the first time I've used Github so I could well have done it wrong.
  2. I

    pixelserv pixelserv - A Better One-pixel Webserver for Adblock

    arm-linux-gnueabihf-gcc is just a symlink to gcc-4.6, as is gcc. $ ls -l /usr/bin/arm-linux-gnueabihf-gcc lrwxrwxrwx 1 root root 7 Jan 1 1970 /usr/bin/arm-linux-gnueabihf-gcc -> gcc-4.6 $ ls -l /usr/bin/gcc lrwxrwxrwx 1 root root 7 Jan 1 1970 /usr/bin/gcc -> gcc-4.6 It appears the...
  3. I

    pixelserv pixelserv - A Better One-pixel Webserver for Adblock

    OK, adding '-lrt' works, I now have a functional dynamic binary. still get errors building the static version. Might be worth splitting the RPi build into a separate section/architecture in the Makefile. I haven't started configuring the ssl stuff yet, will try soon. This is compiling natively...
  4. I

    pixelserv pixelserv - A Better One-pixel Webserver for Adblock

    I think it's best to explain what the compile shows when I attempt to build. I've modified the ARMPREFIX to suit the RPi. When I enable just the 'performance.static' option in the Makefile, I get the following: make arm === Building pixelserv version V35.HZ12 === === Building ARM ===...
  5. I

    pixelserv pixelserv - A Better One-pixel Webserver for Adblock

    Hi, I found this thread while looking for a more robust implementation of the perl script version of pixelserv. I currently use a Raspberry Pi (B+) running Raspbian with Bind as my local resolver and DNS interception/redirection for ad blocking. These redirections point to the aforementioned...
Back
Top