无法找到gammu数据库架构



我正在尝试配置kalkun应用程序。我按照下面的步骤配置了所有的东西,但是我不能配置kalkun。我遵循了以下步骤:

sudo apt-get install gammu gammu-smsd

sudo gammu-config

sudo gammu-config

[gammu]
port = /dev/ttyUSB2
model = 
connection = at19200
synchronizetime = yes
logfile = 
logformat = textall
use_locking = 
gammuloc = 

sudo gedit/etc/gamma -smsdrc

# Configuration file for Gammu SMS Daemon
[gammu]
# Please configure this!
port = /dev/ttyUSB2
connection = at19200
# Debugging
logformat = textall
# SMSD configuration, see gammu-smsdrc(5)
[smsd]
service = sql
driver = native_mysql
logfile = /var/log/smsdlog
# Increase for debugging information
debuglevel = 0
user = root
password = root
pc = localhost
database = kalkun
#runonreceive = /opt/lampp/htdocs/kalkun_0.7.1/scripts/daemon.php
# Paths where messages are stored
inboxpath = /var/spool/gammu/inbox/
outboxpath = /var/spool/gammu/outbox/
sentsmspath = /var/spool/gammu/sent/
errorsmspath = /var/spool/gammu/error/

我使用XAMPP进行kalkun配置。我也遵循https://github.com/back2arie/Kalkun/wiki/Installation上提到的所有步骤,但我不知道如何我无法获得安装位置,我得到错误无法找到gammu数据库模式。谁能帮我解决这个问题?

在Debian(和Ubuntu)软件包中,SQL文件位于/usr/share/doc/gammu-smsd/examples/

或者,您可以使用在线文档,但是它涵盖了最新版本,并且模式可能不适合您正在使用的版本。

相关内容

  • 没有找到相关文章

最新更新