Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

smsd doesn't support SQL #62

Closed
vMikev opened this issue Oct 20, 2014 · 1 comment
Closed

smsd doesn't support SQL #62

vMikev opened this issue Oct 20, 2014 · 1 comment

Comments

@vMikev
Copy link

vMikev commented Oct 20, 2014

Hi everyone

I just installed cmake3.0.2 gammu1.33 on my Elastix server

and configured gammu-smsdrc:

[gammu]
device = /dev/ttyACM1
connection = at115200
model =
logformat = textalldate
use_locking = no
startinfo = yes

[smsd]

service = sql
PIN = 1212
logfile = /var/log/gammu/smsdlog
debuglevel = 255
phoneid = SonyEricssonW580
checksecurity = 0

user = root
password = smsdb123
host = localhost
driver = native_mysql

but when i run gammu-smsd --daemon it returns: "SQL service was not compiled in!" ...

and gammu-smsd -v returns:
...
OS support:
-SHM
-DAEMON
-PID
-ALARM
-GETOPT
-GETOPT_LONG
-SYSLOG
Backend services:
-NULL
-FILES

No more! Obviously it only works with: service = FILES.

What can I do to work with gammu and mysql? help please!

@nijel
Copy link
Member

nijel commented Nov 27, 2014

You need to have installed some libraries for database backend to make it work, see http://wammu.eu/docs/manual/project/install.html#mysql

@nijel nijel closed this as completed Nov 27, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants