Hi, > DESTDIR is where you want to install it for moving it to another > machine. If you plan on running trace-cmd on the same machine, but > having it look elsewhere, then just using prefix should be enough. Ok. I think it was partially installed due to bash completion failing, but I see how I can work around that :) > > If I symlink it to a place where trace-cmd actually looks for it then I > > get errors in python saying pevent_record_data_get() is not defined, but > > Looks to be an old object that it's linking with, as we replaced all > "pevent_" with "tep_". No - you forgot to replace it in a few places in the python files :-) You also forgot to include the new trace-seq.h file into python, so it was again failing on that. Patch coming. johannes