Privoxy Installation of source code will not workapt-get over proxy, error “405 Method Not Allowed”Source code of netstatchat source codeExploding amount of Debian source code linesget kernel source codeIs there any automatic tool for installing required libraries to compile a program from source?Privoxy css redirection for a specific site doesn't workHow do I make privoxy block filters work for HTTPS websites?Please explain linux kernel source code directoriesWhere can I find the source code for /bin/ip?Why doesn't source lib/* work?

What are the advantages and disadvantages of running one shots compared to campaigns?

A poker game description that does not feel gimmicky

Is it wise to hold on to stock that has plummeted and then stabilized?

Is Social Media Science Fiction?

How can I add custom success page

If a centaur druid Wild Shapes into a Giant Elk, do their Charge features stack?

Is "plugging out" electronic devices an American expression?

Is there a way to make member function NOT callable from constructor?

Where else does the Shulchan Aruch quote an authority by name?

How to manage monthly salary

Landlord wants to switch my lease to a "Land contract" to "get back at the city"

Is every set a filtered colimit of finite sets?

What do the Banks children have against barley water?

Lied on resume at previous job

Are white and non-white police officers equally likely to kill black suspects?

Unbreakable Formation vs. Cry of the Carnarium

How to answer pointed "are you quitting" questioning when I don't want them to suspect

Why did the Germans forbid the possession of pet pigeons in Rostov-on-Don in 1941?

Pristine Bit Checking

Typesetting a double Over Dot on top of a symbol

Does it makes sense to buy a new cycle to learn riding?

How to deal with fear of taking dependencies

How could a lack of term limits lead to a "dictatorship?"

Domain expired, GoDaddy holds it and is asking more money



Privoxy Installation of source code will not work


apt-get over proxy, error “405 Method Not Allowed”Source code of netstatchat source codeExploding amount of Debian source code linesget kernel source codeIs there any automatic tool for installing required libraries to compile a program from source?Privoxy css redirection for a specific site doesn't workHow do I make privoxy block filters work for HTTPS websites?Please explain linux kernel source code directoriesWhere can I find the source code for /bin/ip?Why doesn't source lib/* work?






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








-1















I am trying to install Privoxy from source code (3.0.28 (stable)), but it dose not work. I followed the INSTALL instruction, but the program won´t install.




GNUmakefile:835: recipe for target 'install' failed
make: *** [install] Error 1



It is strongly recommended to not run Privoxy as root.
You should configure/install/run Privoxy as an unprivileged user...



Then, to build from either unpacked tarball or CVS source:



apt build-dep privoxy



 autoheader
autoconf
./configure # (--help to see options)
make # (the make from GNU, sometimes called gmake)
su # Possibly required
make -n install # (to see where all the files will go)
make -s install # (to really install, -s to silence output)



Installed as USER
enter image description here




Installed as ROOT
enter image description here










share|improve this question
























  • Please convert text to text (see unix.meta.stackexchange.com/q/4086/4778 )

    – ctrl-alt-delor
    Apr 5 at 19:30











  • Please proof-read, and fix errors, so that we can answer).

    – ctrl-alt-delor
    Apr 5 at 19:32











  • This is the text of the install instruction file, how to install the program, not my text.

    – Bandoler
    Apr 5 at 19:40











  • Sorry if I confused you. Those are two separate comments. I am NOT asking you to proof read the text from the computer, that should be verbatim, and pasted as text (not a picture). Your text should be proof-read, and errors corrected. And add some context: You start with an error message. How did you get there?

    – ctrl-alt-delor
    2 days ago












  • You need to scroll up. Im not starting with a error message. First of all, I describe what I did: I am trying to install Privoxy from source code (3.0.28 (stable)), but it dose not work. I followed the INSTALL instruction, but the program won´t install.

    – Bandoler
    2 days ago

















-1















I am trying to install Privoxy from source code (3.0.28 (stable)), but it dose not work. I followed the INSTALL instruction, but the program won´t install.




GNUmakefile:835: recipe for target 'install' failed
make: *** [install] Error 1



It is strongly recommended to not run Privoxy as root.
You should configure/install/run Privoxy as an unprivileged user...



Then, to build from either unpacked tarball or CVS source:



apt build-dep privoxy



 autoheader
autoconf
./configure # (--help to see options)
make # (the make from GNU, sometimes called gmake)
su # Possibly required
make -n install # (to see where all the files will go)
make -s install # (to really install, -s to silence output)



Installed as USER
enter image description here




Installed as ROOT
enter image description here










share|improve this question
























  • Please convert text to text (see unix.meta.stackexchange.com/q/4086/4778 )

    – ctrl-alt-delor
    Apr 5 at 19:30











  • Please proof-read, and fix errors, so that we can answer).

    – ctrl-alt-delor
    Apr 5 at 19:32











  • This is the text of the install instruction file, how to install the program, not my text.

    – Bandoler
    Apr 5 at 19:40











  • Sorry if I confused you. Those are two separate comments. I am NOT asking you to proof read the text from the computer, that should be verbatim, and pasted as text (not a picture). Your text should be proof-read, and errors corrected. And add some context: You start with an error message. How did you get there?

    – ctrl-alt-delor
    2 days ago












  • You need to scroll up. Im not starting with a error message. First of all, I describe what I did: I am trying to install Privoxy from source code (3.0.28 (stable)), but it dose not work. I followed the INSTALL instruction, but the program won´t install.

    – Bandoler
    2 days ago













-1












-1








-1








I am trying to install Privoxy from source code (3.0.28 (stable)), but it dose not work. I followed the INSTALL instruction, but the program won´t install.




GNUmakefile:835: recipe for target 'install' failed
make: *** [install] Error 1



It is strongly recommended to not run Privoxy as root.
You should configure/install/run Privoxy as an unprivileged user...



Then, to build from either unpacked tarball or CVS source:



apt build-dep privoxy



 autoheader
autoconf
./configure # (--help to see options)
make # (the make from GNU, sometimes called gmake)
su # Possibly required
make -n install # (to see where all the files will go)
make -s install # (to really install, -s to silence output)



Installed as USER
enter image description here




Installed as ROOT
enter image description here










share|improve this question
















I am trying to install Privoxy from source code (3.0.28 (stable)), but it dose not work. I followed the INSTALL instruction, but the program won´t install.




GNUmakefile:835: recipe for target 'install' failed
make: *** [install] Error 1



It is strongly recommended to not run Privoxy as root.
You should configure/install/run Privoxy as an unprivileged user...



Then, to build from either unpacked tarball or CVS source:



apt build-dep privoxy



 autoheader
autoconf
./configure # (--help to see options)
make # (the make from GNU, sometimes called gmake)
su # Possibly required
make -n install # (to see where all the files will go)
make -s install # (to really install, -s to silence output)



Installed as USER
enter image description here




Installed as ROOT
enter image description here







source privoxy






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Apr 5 at 20:46







Bandoler

















asked Apr 5 at 19:21









BandolerBandoler

94




94












  • Please convert text to text (see unix.meta.stackexchange.com/q/4086/4778 )

    – ctrl-alt-delor
    Apr 5 at 19:30











  • Please proof-read, and fix errors, so that we can answer).

    – ctrl-alt-delor
    Apr 5 at 19:32











  • This is the text of the install instruction file, how to install the program, not my text.

    – Bandoler
    Apr 5 at 19:40











  • Sorry if I confused you. Those are two separate comments. I am NOT asking you to proof read the text from the computer, that should be verbatim, and pasted as text (not a picture). Your text should be proof-read, and errors corrected. And add some context: You start with an error message. How did you get there?

    – ctrl-alt-delor
    2 days ago












  • You need to scroll up. Im not starting with a error message. First of all, I describe what I did: I am trying to install Privoxy from source code (3.0.28 (stable)), but it dose not work. I followed the INSTALL instruction, but the program won´t install.

    – Bandoler
    2 days ago

















  • Please convert text to text (see unix.meta.stackexchange.com/q/4086/4778 )

    – ctrl-alt-delor
    Apr 5 at 19:30











  • Please proof-read, and fix errors, so that we can answer).

    – ctrl-alt-delor
    Apr 5 at 19:32











  • This is the text of the install instruction file, how to install the program, not my text.

    – Bandoler
    Apr 5 at 19:40











  • Sorry if I confused you. Those are two separate comments. I am NOT asking you to proof read the text from the computer, that should be verbatim, and pasted as text (not a picture). Your text should be proof-read, and errors corrected. And add some context: You start with an error message. How did you get there?

    – ctrl-alt-delor
    2 days ago












  • You need to scroll up. Im not starting with a error message. First of all, I describe what I did: I am trying to install Privoxy from source code (3.0.28 (stable)), but it dose not work. I followed the INSTALL instruction, but the program won´t install.

    – Bandoler
    2 days ago
















Please convert text to text (see unix.meta.stackexchange.com/q/4086/4778 )

– ctrl-alt-delor
Apr 5 at 19:30





Please convert text to text (see unix.meta.stackexchange.com/q/4086/4778 )

– ctrl-alt-delor
Apr 5 at 19:30













Please proof-read, and fix errors, so that we can answer).

– ctrl-alt-delor
Apr 5 at 19:32





Please proof-read, and fix errors, so that we can answer).

– ctrl-alt-delor
Apr 5 at 19:32













This is the text of the install instruction file, how to install the program, not my text.

– Bandoler
Apr 5 at 19:40





This is the text of the install instruction file, how to install the program, not my text.

– Bandoler
Apr 5 at 19:40













Sorry if I confused you. Those are two separate comments. I am NOT asking you to proof read the text from the computer, that should be verbatim, and pasted as text (not a picture). Your text should be proof-read, and errors corrected. And add some context: You start with an error message. How did you get there?

– ctrl-alt-delor
2 days ago






Sorry if I confused you. Those are two separate comments. I am NOT asking you to proof read the text from the computer, that should be verbatim, and pasted as text (not a picture). Your text should be proof-read, and errors corrected. And add some context: You start with an error message. How did you get there?

– ctrl-alt-delor
2 days ago














You need to scroll up. Im not starting with a error message. First of all, I describe what I did: I am trying to install Privoxy from source code (3.0.28 (stable)), but it dose not work. I followed the INSTALL instruction, but the program won´t install.

– Bandoler
2 days ago





You need to scroll up. Im not starting with a error message. First of all, I describe what I did: I am trying to install Privoxy from source code (3.0.28 (stable)), but it dose not work. I followed the INSTALL instruction, but the program won´t install.

– Bandoler
2 days ago










1 Answer
1






active

oldest

votes


















0














I just looked through you session text. You first tried to run make -s install as a normal user, but got permission errors. You then did it as root, and was told-off by the installer, for being root.



Security on Unix (including Gnu/Linux), is not binary (root/not-root): You can give access to directories to other users.



One way to do this is:



  • create an admin group (sudo addgroup admin && sudo adduser «your-user-name» admin )

  • change the group ownership of /usr/local (sudo chgrp -R admin /usr/local; sudo chmod -R g+rwx /usr/local).

  • do the install as admin (sudo --group admin make install).





share|improve this answer

























  • Thanks for quick response. Can't add user to group, error: Command 'add' not found, did you mean:...

    – Bandoler
    2 days ago











  • Sorry I fixed the error: there is no space, just addgroup.

    – ctrl-alt-delor
    2 days ago











  • It worked now chgrp -R admin /usr/local; chmod -R g+rwx /usr/local executed without Error. Then i reinstalled Privoxy with the flowing commands in this order as SuperUser make uninstall, make clean. Then as User: autoheader, autoconf, ./configure, **sudo --group admin make install and got the same error message: GNUmakefile:835: recipe for target 'install' failed -- make: *** [install] Error 1

    – Bandoler
    2 days ago











  • I also have a warning on compiling (make): jcc.c: In function 'main': jcc.c:4016:7: warning: ignoring return value of 'chdir', declared with attribute warn_unused_result [-Wunused-result] chdir("/");

    – Bandoler
    2 days ago











Your Answer








StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "106"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);













draft saved

draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f510791%2fprivoxy-installation-of-source-code-will-not-work%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown

























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes









0














I just looked through you session text. You first tried to run make -s install as a normal user, but got permission errors. You then did it as root, and was told-off by the installer, for being root.



Security on Unix (including Gnu/Linux), is not binary (root/not-root): You can give access to directories to other users.



One way to do this is:



  • create an admin group (sudo addgroup admin && sudo adduser «your-user-name» admin )

  • change the group ownership of /usr/local (sudo chgrp -R admin /usr/local; sudo chmod -R g+rwx /usr/local).

  • do the install as admin (sudo --group admin make install).





share|improve this answer

























  • Thanks for quick response. Can't add user to group, error: Command 'add' not found, did you mean:...

    – Bandoler
    2 days ago











  • Sorry I fixed the error: there is no space, just addgroup.

    – ctrl-alt-delor
    2 days ago











  • It worked now chgrp -R admin /usr/local; chmod -R g+rwx /usr/local executed without Error. Then i reinstalled Privoxy with the flowing commands in this order as SuperUser make uninstall, make clean. Then as User: autoheader, autoconf, ./configure, **sudo --group admin make install and got the same error message: GNUmakefile:835: recipe for target 'install' failed -- make: *** [install] Error 1

    – Bandoler
    2 days ago











  • I also have a warning on compiling (make): jcc.c: In function 'main': jcc.c:4016:7: warning: ignoring return value of 'chdir', declared with attribute warn_unused_result [-Wunused-result] chdir("/");

    – Bandoler
    2 days ago















0














I just looked through you session text. You first tried to run make -s install as a normal user, but got permission errors. You then did it as root, and was told-off by the installer, for being root.



Security on Unix (including Gnu/Linux), is not binary (root/not-root): You can give access to directories to other users.



One way to do this is:



  • create an admin group (sudo addgroup admin && sudo adduser «your-user-name» admin )

  • change the group ownership of /usr/local (sudo chgrp -R admin /usr/local; sudo chmod -R g+rwx /usr/local).

  • do the install as admin (sudo --group admin make install).





share|improve this answer

























  • Thanks for quick response. Can't add user to group, error: Command 'add' not found, did you mean:...

    – Bandoler
    2 days ago











  • Sorry I fixed the error: there is no space, just addgroup.

    – ctrl-alt-delor
    2 days ago











  • It worked now chgrp -R admin /usr/local; chmod -R g+rwx /usr/local executed without Error. Then i reinstalled Privoxy with the flowing commands in this order as SuperUser make uninstall, make clean. Then as User: autoheader, autoconf, ./configure, **sudo --group admin make install and got the same error message: GNUmakefile:835: recipe for target 'install' failed -- make: *** [install] Error 1

    – Bandoler
    2 days ago











  • I also have a warning on compiling (make): jcc.c: In function 'main': jcc.c:4016:7: warning: ignoring return value of 'chdir', declared with attribute warn_unused_result [-Wunused-result] chdir("/");

    – Bandoler
    2 days ago













0












0








0







I just looked through you session text. You first tried to run make -s install as a normal user, but got permission errors. You then did it as root, and was told-off by the installer, for being root.



Security on Unix (including Gnu/Linux), is not binary (root/not-root): You can give access to directories to other users.



One way to do this is:



  • create an admin group (sudo addgroup admin && sudo adduser «your-user-name» admin )

  • change the group ownership of /usr/local (sudo chgrp -R admin /usr/local; sudo chmod -R g+rwx /usr/local).

  • do the install as admin (sudo --group admin make install).





share|improve this answer















I just looked through you session text. You first tried to run make -s install as a normal user, but got permission errors. You then did it as root, and was told-off by the installer, for being root.



Security on Unix (including Gnu/Linux), is not binary (root/not-root): You can give access to directories to other users.



One way to do this is:



  • create an admin group (sudo addgroup admin && sudo adduser «your-user-name» admin )

  • change the group ownership of /usr/local (sudo chgrp -R admin /usr/local; sudo chmod -R g+rwx /usr/local).

  • do the install as admin (sudo --group admin make install).






share|improve this answer














share|improve this answer



share|improve this answer








edited 2 days ago

























answered 2 days ago









ctrl-alt-delorctrl-alt-delor

12.4k52661




12.4k52661












  • Thanks for quick response. Can't add user to group, error: Command 'add' not found, did you mean:...

    – Bandoler
    2 days ago











  • Sorry I fixed the error: there is no space, just addgroup.

    – ctrl-alt-delor
    2 days ago











  • It worked now chgrp -R admin /usr/local; chmod -R g+rwx /usr/local executed without Error. Then i reinstalled Privoxy with the flowing commands in this order as SuperUser make uninstall, make clean. Then as User: autoheader, autoconf, ./configure, **sudo --group admin make install and got the same error message: GNUmakefile:835: recipe for target 'install' failed -- make: *** [install] Error 1

    – Bandoler
    2 days ago











  • I also have a warning on compiling (make): jcc.c: In function 'main': jcc.c:4016:7: warning: ignoring return value of 'chdir', declared with attribute warn_unused_result [-Wunused-result] chdir("/");

    – Bandoler
    2 days ago

















  • Thanks for quick response. Can't add user to group, error: Command 'add' not found, did you mean:...

    – Bandoler
    2 days ago











  • Sorry I fixed the error: there is no space, just addgroup.

    – ctrl-alt-delor
    2 days ago











  • It worked now chgrp -R admin /usr/local; chmod -R g+rwx /usr/local executed without Error. Then i reinstalled Privoxy with the flowing commands in this order as SuperUser make uninstall, make clean. Then as User: autoheader, autoconf, ./configure, **sudo --group admin make install and got the same error message: GNUmakefile:835: recipe for target 'install' failed -- make: *** [install] Error 1

    – Bandoler
    2 days ago











  • I also have a warning on compiling (make): jcc.c: In function 'main': jcc.c:4016:7: warning: ignoring return value of 'chdir', declared with attribute warn_unused_result [-Wunused-result] chdir("/");

    – Bandoler
    2 days ago
















Thanks for quick response. Can't add user to group, error: Command 'add' not found, did you mean:...

– Bandoler
2 days ago





Thanks for quick response. Can't add user to group, error: Command 'add' not found, did you mean:...

– Bandoler
2 days ago













Sorry I fixed the error: there is no space, just addgroup.

– ctrl-alt-delor
2 days ago





Sorry I fixed the error: there is no space, just addgroup.

– ctrl-alt-delor
2 days ago













It worked now chgrp -R admin /usr/local; chmod -R g+rwx /usr/local executed without Error. Then i reinstalled Privoxy with the flowing commands in this order as SuperUser make uninstall, make clean. Then as User: autoheader, autoconf, ./configure, **sudo --group admin make install and got the same error message: GNUmakefile:835: recipe for target 'install' failed -- make: *** [install] Error 1

– Bandoler
2 days ago





It worked now chgrp -R admin /usr/local; chmod -R g+rwx /usr/local executed without Error. Then i reinstalled Privoxy with the flowing commands in this order as SuperUser make uninstall, make clean. Then as User: autoheader, autoconf, ./configure, **sudo --group admin make install and got the same error message: GNUmakefile:835: recipe for target 'install' failed -- make: *** [install] Error 1

– Bandoler
2 days ago













I also have a warning on compiling (make): jcc.c: In function 'main': jcc.c:4016:7: warning: ignoring return value of 'chdir', declared with attribute warn_unused_result [-Wunused-result] chdir("/");

– Bandoler
2 days ago





I also have a warning on compiling (make): jcc.c: In function 'main': jcc.c:4016:7: warning: ignoring return value of 'chdir', declared with attribute warn_unused_result [-Wunused-result] chdir("/");

– Bandoler
2 days ago

















draft saved

draft discarded
















































Thanks for contributing an answer to Unix & Linux Stack Exchange!


  • Please be sure to answer the question. Provide details and share your research!

But avoid


  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.

To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f510791%2fprivoxy-installation-of-source-code-will-not-work%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

getting Checkpoint VPN SSL Network Extender working in the command lineHow to connect to CheckPoint VPN on Ubuntu 18.04LTS?Will the Linux ( red-hat ) Open VPNC Client connect to checkpoint or nortel VPN gateways?VPN client for linux machine + support checkpoint gatewayVPN SSL Network Extender in FirefoxLinux Checkpoint SNX tool configuration issuesCheck Point - Connect under Linux - snx + OTPSNX VPN Ububuntu 18.XXUsing Checkpoint VPN SSL Network Extender CLI with certificateVPN with network manager (nm-applet) is not workingWill the Linux ( red-hat ) Open VPNC Client connect to checkpoint or nortel VPN gateways?VPN client for linux machine + support checkpoint gatewayImport VPN config files to NetworkManager from command lineTrouble connecting to VPN using network-manager, while command line worksStart a VPN connection with PPTP protocol on command linestarting a docker service daemon breaks the vpn networkCan't connect to vpn with Network-managerVPN SSL Network Extender in FirefoxUsing Checkpoint VPN SSL Network Extender CLI with certificate

Cannot Extend partition with GParted The 2019 Stack Overflow Developer Survey Results Are In Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern) 2019 Community Moderator Election ResultsCan't increase partition size with GParted?GParted doesn't recognize the unallocated space after my current partitionWhat is the best way to add unallocated space located before to Ubuntu 12.04 partition with GParted live?I can't figure out how to extend my Arch home partition into free spaceGparted Linux Mint 18.1 issueTrying to extend but swap partition is showing as Unknown in Gparted, shows proper from fdiskRearrange partitions in gparted to extend a partitionUnable to extend partition even though unallocated space is next to it using GPartedAllocate free space to root partitiongparted: how to merge unallocated space with a partition

Marilyn Monroe Ny fiainany manokana | Jereo koa | Meny fitetezanafanitarana azy.