We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
root@cdr-stats:/opt/app/cdr-pusher# make build found packages fetch_orm.go (fetch) and insert_gorm.go (main) in archive found packages fetch_orm.go (fetch) and insert_gorm.go (main) in archive cp -i cdr-pusher.yaml /etc/cdr-pusher.yaml cp: sobrescrever “/etc/cdr-pusher.yaml”? yes _/opt/app/cdr-pusher ./cdr_generator.go:55: undefined: orm.DR_Sqlite Makefile:29: recipe for target 'build' failed make: *** [build] Error 2
Is not possible to install this cdr-pusher
The text was updated successfully, but these errors were encountered:
Please review this link: http://stackoverflow.com/questions/35033846/cdrstats-installation-error
check
// For version 1.6 orm.DRMySQL orm.DRSqlite orm.DRPostgres
// < 1.6 orm.DR_MySQL orm.DR_Sqlite orm.DR_Postgres
changes in the file cdr_generator.go line 55
orm.RegisterDriver ("sqlite3" orm.DR_Sqlite)
by this other=
orm.RegisterDriver ("sqlite3" orm.DRSqlite)
and then you make build and work
Sorry, something went wrong.
No branches or pull requests
root@cdr-stats:/opt/app/cdr-pusher# make build
found packages fetch_orm.go (fetch) and insert_gorm.go (main) in archive
found packages fetch_orm.go (fetch) and insert_gorm.go (main) in archive
cp -i cdr-pusher.yaml /etc/cdr-pusher.yaml
cp: sobrescrever “/etc/cdr-pusher.yaml”? yes
_/opt/app/cdr-pusher
./cdr_generator.go:55: undefined: orm.DR_Sqlite
Makefile:29: recipe for target 'build' failed
make: *** [build] Error 2
Is not possible to install this cdr-pusher
The text was updated successfully, but these errors were encountered: