You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. make git clone sources of mha node (or manager)
2. Do steps like in wiki
$ perl Makefile.PL
$ make
$ sudo make install
3. it installs "bin" files in /usr/local/bin and my system(ubuntu) doesnt see
it.
these files are : apply_diff_relay_logs filter_mysqlbinlog purge_relay_logs
save_binary_logs
If i use deb package, the dpkg installs these files in /usr/bin and all work
good.
So how to change installation dir for 'bin' files?
thanks in advance.
ps: as temporary solution i make symbolic links of these files to /usr/bin/.
but it's not good and easy for deploing on many machines
Original issue reported on code.google.com by [email protected] on 15 Nov 2012 at 2:19
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 15 Nov 2012 at 2:19The text was updated successfully, but these errors were encountered: