View previous topic :: View next topic |
Author |
Message |
tmo Junior Member
Joined: 18 Feb 2011 Posts: 4
|
Posted: Tue Apr 12, 2011 4:23 pm Post subject: External executable and "No such file or directory" |
|
|
I needed to run msmtp program on SMS. It's missing this tiny program and I couldn't find a suitable Slackware package, so copied an executable compiled elsewhere to /usr/bin and tried to run it with the following result:
root@myserver:/# msmtp
-bash: /usr/bin/msmtp: No such file or directory
Do you know of any solution to this problem? |
|
Back to top |
|
gerasimos_h Site Admin
Joined: 09 Aug 2007 Posts: 1757 Location: Greece
|
Posted: Tue Apr 12, 2011 6:01 pm Post subject: |
|
|
Most likely you used wrong architecture binary, e.g. 64bit to 32bit and vice versa.
You can download msmtp SMS packages from here
gerasimos_h _________________ Superb! Mini Server Project Manager
http://sms.it-ccs.com |
|
Back to top |
|
|