detrojones / reaver-wps

Automatically exported from code.google.com/p/reaver-wps
0 stars 0 forks source link

configure prefix is not honored #91

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. ./configure --prefix=/usr/local/reaver
2. make && make install
3.

What is the expected output? What do you see instead?
Expecting all files to install into the prefix directory.

What version of the product are you using? On what operating system?
Revision 61 with Linux x86_64

Please provide any additional information below.

Original issue reported on code.google.com by ericrose...@gmail.com on 5 Jan 2012 at 9:45

GoogleCodeExporter commented 9 years ago
What isn't going to your prefix and where is it going instead?

Original comment by cheff...@tacnetsol.com on 5 Jan 2012 at 9:49

GoogleCodeExporter commented 9 years ago
What isn't going to your prefix and where is it going instead?

Original comment by cheff...@tacnetsol.com on 5 Jan 2012 at 9:49

GoogleCodeExporter commented 9 years ago
reaver.db is trying to install into /etc/reaver, also symlinks to reaver and 
walsh are being created in /usr/bin

Original comment by ericrose...@gmail.com on 5 Jan 2012 at 9:52

GoogleCodeExporter commented 9 years ago
Updated Makefile; no more symlinks and database is installed to 
@sysconfdir@/reaver.db.

Original comment by cheff...@tacnetsol.com on 6 Jan 2012 at 12:41

GoogleCodeExporter commented 9 years ago
Make install gives an error, if PREFIX/etc isn't already there: "mkdir: 
/Users/USER/local/etc: No such file or directory".

It doesn't give an error for the other missing directories, but also doesn't 
install anything there. Only PREFIX/etc/reaver.db is in place after "make 
install" into a new PREFIX directory.

Original comment by petterih...@gmail.com on 12 Jan 2012 at 4:04