[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-bugs] #10289 [Flashproxy]: "make install" doesn't install flashproxy-common modules
#10289: "make install" doesn't install flashproxy-common modules
------------------------+---------------------
Reporter: dcf | Owner:
Type: defect | Status: new
Priority: minor | Milestone:
Component: Flashproxy | Version:
Keywords: | Actual Points:
Parent ID: | Points:
------------------------+---------------------
Makefile.client has `make install` but it doesn't install the modules.
{{{
~/flashproxy$ sudo make install
make: *** No rule to make target `install'. Stop.
~/flashproxy$ sudo make -f Makefile.client install
mkdir -p /usr/local/bin
install flashproxy-client flashproxy-reg-appspot flashproxy-reg-email
flashproxy-reg-http flashproxy-reg-url /usr/local/bin
mkdir -p /usr/local/share/doc/flashproxy-client
install -m 644 README LICENSE ChangeLog torrc /usr/local/share/doc
/flashproxy-client
mkdir -p /usr/local/share/man/man1
install -m 644 doc/flashproxy-client.1 doc/flashproxy-reg-appspot.1 doc
/flashproxy-reg-email.1 doc/flashproxy-reg-http.1 doc/flashproxy-reg-url.1
/usr/local/share/man/man1
~/flashproxy$ flashproxy-client
Traceback (most recent call last):
File "/usr/local/bin/flashproxy-client", line 22, in <module>
from flashproxy.util import parse_addr_spec, format_addr
ImportError: No module named flashproxy.util
}}}
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/10289>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
_______________________________________________
tor-bugs mailing list
tor-bugs@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs