emacs-edbi
emacs-edbi copied to clipboard
Process epc:server:2 bus error (core dumped)
I've been trying to get emacs-edbi working for a couple of hours. I know next to nothing about perl.
I installed the package via melpa, and installed epc with 'cpan RPC::EPC::Service'
After filling in the database details on edbi:open-db-viewer and hit OK, it repsonds with Process epc:server:2 bus error (core dumped). I've poked around trying to figure out what might cause that, but no luck so far. Any ideas?
I'm running ubuntu and using mysql.
(I realize this might not be the correct place to raise an issue like this, so if you feel it would be better answered elsewhere please direct me away)
Hi, @TheunisKotze
You may need to install perl modules for DBI and drivers. If you want to connect to mysql, please try the following command:
cpan DBI DBD::mysql
If you had installed them, it seems to be complicated. Then, will you report your environment information, such as versions for ubuntu, perl, mysql and emacs.
cat /etc/lsb-release
perl -v
mysql -V
emacs --version