Closed GoogleCodeExporter closed 9 years ago
The compilation was successful. "se sale del directorio" is only 'make' telling
you
that it has done everything in that particular directory.
After 'make' type 'make install' to install logkeys.
Original comment by kernc...@gmail.com
on 18 May 2010 at 3:49
SECOND MAKE, WITHOUT MAKE CLEAN (MAKE CLEAN NOT WORK PROPERTY ANYWAY)
jotadeath@jotadeath-desktop:~/conf/keyloger/logkeys-0.1.0$ make
make all-recursive
make[1]: se ingresa al directorio `/home/jotadeath/conf/keyloger/logkeys-0.1.0'
Making all in src
make[2]: se ingresa al directorio
`/home/jotadeath/conf/keyloger/logkeys-0.1.0/src'
make[2]: No se hace nada para `all'.
make[2]: se sale del directorio
`/home/jotadeath/conf/keyloger/logkeys-0.1.0/src'
Making all in man
make[2]: se ingresa al directorio
`/home/jotadeath/conf/keyloger/logkeys-0.1.0/man'
make[2]: No se hace nada para `all'.
make[2]: se sale del directorio
`/home/jotadeath/conf/keyloger/logkeys-0.1.0/man'
Making all in scripts
make[2]: se ingresa al directorio
`/home/jotadeath/conf/keyloger/logkeys-0.1.0/scripts'
make[2]: No se hace nada para `all'.
make[2]: se sale del directorio
`/home/jotadeath/conf/keyloger/logkeys-0.1.0/scripts'
make[2]: se ingresa al directorio `/home/jotadeath/conf/keyloger/logkeys-0.1.0'
make[2]: se sale del directorio `/home/jotadeath/conf/keyloger/logkeys-0.1.0'
make[1]: se sale del directorio `/home/jotadeath/conf/keyloger/logkeys-0.1.0'
---------------------------------------------
THE MAKE INSTALL
jotadeath@jotadeath-desktop:~/conf/keyloger/logkeys-0.1.0$ sudo make install
Making install in src
make[1]: se ingresa al directorio
`/home/jotadeath/conf/keyloger/logkeys-0.1.0/src'
make[2]: se ingresa al directorio
`/home/jotadeath/conf/keyloger/logkeys-0.1.0/src'
test -z "/usr/local/bin" || /bin/mkdir -p "/usr/local/bin"
/usr/bin/install -c logkeys '/usr/local/bin'
make install-exec-hook
make[3]: se ingresa al directorio
`/home/jotadeath/conf/keyloger/logkeys-0.1.0/src'
chown root /usr/local/bin/logkeys
chmod u+s /usr/local/bin/logkeys
make[3]: se sale del directorio
`/home/jotadeath/conf/keyloger/logkeys-0.1.0/src'
make[2]: No se hace nada para `install-data-am'.
make[2]: se sale del directorio
`/home/jotadeath/conf/keyloger/logkeys-0.1.0/src'
make[1]: se sale del directorio
`/home/jotadeath/conf/keyloger/logkeys-0.1.0/src'
Making install in man
make[1]: se ingresa al directorio
`/home/jotadeath/conf/keyloger/logkeys-0.1.0/man'
make[2]: se ingresa al directorio
`/home/jotadeath/conf/keyloger/logkeys-0.1.0/man'
make[2]: No se hace nada para `install-exec-am'.
test -z "/usr/local/share/man/man8" || /bin/mkdir -p "/usr/local/share/man/man8"
/usr/bin/install -c -m 644 logkeys.8 '/usr/local/share/man/man8'
make[2]: se sale del directorio
`/home/jotadeath/conf/keyloger/logkeys-0.1.0/man'
make[1]: se sale del directorio
`/home/jotadeath/conf/keyloger/logkeys-0.1.0/man'
Making install in scripts
make[1]: se ingresa al directorio
`/home/jotadeath/conf/keyloger/logkeys-0.1.0/scripts'
make[2]: se ingresa al directorio
`/home/jotadeath/conf/keyloger/logkeys-0.1.0/scripts'
test -z "/usr/local/bin" || /bin/mkdir -p "/usr/local/bin"
/usr/bin/install -c lkl lklk '/usr/local/bin'
make[2]: No se hace nada para `install-data-am'.
make[2]: se sale del directorio
`/home/jotadeath/conf/keyloger/logkeys-0.1.0/scripts'
make[1]: se sale del directorio
`/home/jotadeath/conf/keyloger/logkeys-0.1.0/scripts'
make[1]: se ingresa al directorio `/home/jotadeath/conf/keyloger/logkeys-0.1.0'
make[2]: se ingresa al directorio `/home/jotadeath/conf/keyloger/logkeys-0.1.0'
make[2]: No se hace nada para `install-exec-am'.
make[2]: No se hace nada para `install-data-am'.
make[2]: se sale del directorio `/home/jotadeath/conf/keyloger/logkeys-0.1.0'
make[1]: se sale del directorio `/home/jotadeath/conf/keyloger/logkeys-0.1.0'
-------------------------------------------
no se hace nada= noting is doing
very short result, no file compiled during the make (near empty build folder)
and
obviously no file installed during make file i check that too, i thing i have
the
requirements, maybe a problem with ubuntu?
Sorry my English and thanks
Original comment by jotade...@gmail.com
on 18 May 2010 at 4:36
This is an output from 'sudo make install' that completes successfully!
k@kix:~/logkeys-0.1.0/build $ sudo make install
Making install in src
make[1]: Entering directory `/home/k/logkeys-0.1.0/build/src'
make[2]: Entering directory `/home/k/logkeys-0.1.0/build/src'
test -z "/usr/local/bin" || /bin/mkdir -p "/usr/local/bin"
/usr/bin/install -c logkeys '/usr/local/bin'
make install-exec-hook
make[3]: Entering directory `/home/k/logkeys-0.1.0/build/src'
chown root /usr/local/bin/logkeys
chmod u+s /usr/local/bin/logkeys
make[3]: Leaving directory `/home/k/logkeys-0.1.0/build/src'
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/home/k/logkeys-0.1.0/build/src'
make[1]: Leaving directory `/home/k/logkeys-0.1.0/build/src'
Making install in man
make[1]: Entering directory `/home/k/logkeys-0.1.0/build/man'
make[2]: Entering directory `/home/k/logkeys-0.1.0/build/man'
make[2]: Nothing to be done for `install-exec-am'.
test -z "/usr/local/share/man/man8" || /bin/mkdir -p "/usr/local/share/man/man8"
/usr/bin/install -c -m 644 ../../man/logkeys.8 '/usr/local/share/man/man8'
make[2]: Leaving directory `/home/k/logkeys-0.1.0/build/man'
make[1]: Leaving directory `/home/k/logkeys-0.1.0/build/man'
Making install in scripts
make[1]: Entering directory `/home/k/logkeys-0.1.0/build/scripts'
make[2]: Entering directory `/home/k/logkeys-0.1.0/build/scripts'
test -z "/usr/local/bin" || /bin/mkdir -p "/usr/local/bin"
/usr/bin/install -c ../../scripts/lkl ../../scripts/lklk '/usr/local/bin'
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/home/k/logkeys-0.1.0/build/scripts'
make[1]: Leaving directory `/home/k/logkeys-0.1.0/build/scripts'
make[1]: Entering directory `/home/k/logkeys-0.1.0/build'
make[2]: Entering directory `/home/k/logkeys-0.1.0/build'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/home/k/logkeys-0.1.0/build'
make[1]: Leaving directory `/home/k/logkeys-0.1.0/build'
As you can see, it is nearly identical to the one above, mind the notification
language.
Confirm that logkeys is installed by reading its manual, 'man logkeys'. ;)
Regards,
Original comment by kernc...@gmail.com
on 18 May 2010 at 5:15
Hummmmmmm, then i have no idea, i successfully compiled the program on my
old-laptop
on Debian and use the binary on Ubuntu, thats the only way i have that work,
thanks.
Original comment by jotade...@gmail.com
on 18 May 2010 at 6:51
Original issue reported on code.google.com by
jotade...@gmail.com
on 18 May 2010 at 7:36