emacs-edbi icon indicating copy to clipboard operation
emacs-edbi copied to clipboard

Process epc:server:2 bus error (core dumped)

Open TheunisKotze opened this issue 10 years ago • 1 comments

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)

TheunisKotze avatar Aug 15 '14 19:08 TheunisKotze

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

kiwanami avatar Aug 17 '14 01:08 kiwanami