PinkDev / Pink2

MIT License
16 stars 8 forks source link

Pinkcoin-qt crashes with Error initializing database environment #5

Closed thr23 closed 7 years ago

thr23 commented 7 years ago

I'm getting: Error initializing database environment.

additionally, debug.log reads: dbenv.open LogDir=.pink2/database ErrorFile=.pink2/db.log ERROR: CDB() : wrong argument (22) opening database environment

and db.log says: replication requires locking support

compiled on Arch with db 4.8.30 (required for compiling) alongside db 5.3.28 (system default).

panupan commented 7 years ago

Hi, did you install db through MacPorts or source?

thr23 commented 7 years ago

sorry, this is on Arch Linux, not on a Mac. db 4.8 was compiled from source.

thr23 commented 7 years ago

recompiled with db5.3 and it works fine on Arch. moreover, tried compiling on Ubuntu, and all's fine when using db4.8 from ppa.

db4.8 on Arch is user-provided, so this is probably a distro-specific issue. closing.