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;
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
Installed as ROOT
source privoxy
add a comment |
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
Installed as ROOT
source privoxy
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
add a comment |
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
Installed as ROOT
source privoxy
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
Installed as ROOT
source privoxy
source privoxy
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
add a comment |
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
add a comment |
1 Answer
1
active
oldest
votes
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
).
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, justaddgroup
.
– 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
add a comment |
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
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
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
).
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, justaddgroup
.
– 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
add a comment |
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
).
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, justaddgroup
.
– 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
add a comment |
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
).
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
).
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, justaddgroup
.
– 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
add a comment |
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, justaddgroup
.
– 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
add a comment |
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.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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
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