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

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

Open
TheunisKotze opened this issue Aug 15, 2014 · 1 comment
Open

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

TheunisKotze opened this issue Aug 15, 2014 · 1 comment

Comments

@TheunisKotze
Copy link

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)

@kiwanami
Copy link
Owner

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

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