Advertisement
Guest User

Untitled

a guest
Dec 27th, 2012
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. barrett@mainframe:~$ ldd /usr/bin/ventrilo_srv
  2. not a dynamic executable
  3. barrett@mainframe:~$ ld /usr/bin/ventrilo_srv
  4. ld: i386 architecture of input file `/usr/bin/ventrilo_srv' is incompatible with i386:x86-64 output
  5. ld: warning: cannot find entry symbol _start; defaulting to 0000000000401690
  6.  
  7. barrett@mainframe:~$ sudo chmod 777 /usr/bin/ventrilo*
  8. barrett@mainframe:~$ /usr/bin/ventrilo_srv
  9. -bash: /usr/bin/ventrilo_srv: No such file or directory
  10. barrett@mainframe:~$ sudo /usr/bin/ventrilo_srv
  11. barrett@mainframe:~$ sudo su ventrilo -c "/usr/bin/ventrilo_srv"
  12. sh: 1: /usr/bin/ventrilo_srv: not found
  13. barrett@mainframe:~$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement