View Single Post
Posts: 7 | Thanked: 0 times | Joined on Jul 2010
#194
Originally Posted by nicolai View Post
Which directory does not exist?
If you have moved the files to /home/user already, you don't need
the command
cp /home/user/MyDocs/smsimporter /home/user/
anymore.
But
chmod +x /home/user/smsimporter
cd /home/user/
run-standalone.sh ./smsimporter sms.csv
To verify that all files are there,
ls -l /home/user/smsimporter
ls -l /home/user/sms.csv

nicolai
I STILL keep getting that damn "cannot open shared object file: No such file or directory" error message. And I used the ls -l command to verify their location before I started the opeartion and it was there.

Do I have the wrong file or something? I only copied the two smsimporter files (one had a blank file extension, the other was smsimporter.c), a file called "MakeFile" and my sms.csv file into the home/user directory. What's wrong?