If I'm using the wrong forum, please steer me right.
I've installed v1.6.1 via Mandrake's contrib collection for Mandrake 8.0. I was able to guess the undocumented dependencies and got all the applicable packages. When trying to run cscmail for the first time, I got the following error message:
gtkhtml-ERROR **: gconf is not initialized, please call gconf_init before using GtkHTML library
and a core dump. Not knowing what to do with that, I ran it with strace, and this is the last few lines:
-------------------------------------------------------
read(4, "", 4000) = 0
close(4) = 0
lstat64("/root/.gtkrc.en", 0xbffff4a0) = -1 ENOENT (No such file or directory)
lstat64("/root/.gtkrc.en_US", 0xbffff4a0) = -1 ENOENT (No such file or directory)
lstat64("/root/.gtkrc", 0xbffff4a0) = -1 ENOENT (No such file or directory)
brk(0x8abf000) = 0x8abf000
brk(0x8ac0000) = 0x8ac0000
brk(0x8ac1000) = 0x8ac1000
brk(0x8ac2000) = 0x8ac2000
brk(0x8ac3000) = 0x8ac3000
brk(0x8ac6000) = 0x8ac6000
write(2, "\n", 1
) = 1
write(2, "gtkhtml", 7gtkhtml) = 7
write(2, "-", 1-) = 1
write(2, "ERROR **: ", 10ERROR **: ) = 10
write(2, "gconf is not initialized, please"..., 78gconf is not initialized, please call gconf_init b
efore using GtkHTML library
) = 78
write(2, "\naborting...\n", 13
aborting...
) = 13
rt_sigprocmask(SIG_UNBLOCK, [ABRT], NULL, 8) = 0
getpid() = 11203
kill(11203, SIGABRT) = 0
--- SIGABRT (Aborted) ---
+++ killed by SIGABRT +++
----------------------------------------------
What did I do wrong?
softedges
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
If I'm using the wrong forum, please steer me right.
I've installed v1.6.1 via Mandrake's contrib collection for Mandrake 8.0. I was able to guess the undocumented dependencies and got all the applicable packages. When trying to run cscmail for the first time, I got the following error message:
gtkhtml-ERROR **: gconf is not initialized, please call gconf_init before using GtkHTML library
and a core dump. Not knowing what to do with that, I ran it with strace, and this is the last few lines:
-------------------------------------------------------
read(4, "", 4000) = 0
close(4) = 0
lstat64("/root/.gtkrc.en", 0xbffff4a0) = -1 ENOENT (No such file or directory)
lstat64("/root/.gtkrc.en_US", 0xbffff4a0) = -1 ENOENT (No such file or directory)
lstat64("/root/.gtkrc", 0xbffff4a0) = -1 ENOENT (No such file or directory)
brk(0x8abf000) = 0x8abf000
brk(0x8ac0000) = 0x8ac0000
brk(0x8ac1000) = 0x8ac1000
brk(0x8ac2000) = 0x8ac2000
brk(0x8ac3000) = 0x8ac3000
brk(0x8ac6000) = 0x8ac6000
write(2, "\n", 1
) = 1
write(2, "gtkhtml", 7gtkhtml) = 7
write(2, "-", 1-) = 1
write(2, "ERROR **: ", 10ERROR **: ) = 10
write(2, "gconf is not initialized, please"..., 78gconf is not initialized, please call gconf_init b
efore using GtkHTML library
) = 78
write(2, "\naborting...\n", 13
aborting...
) = 13
rt_sigprocmask(SIG_UNBLOCK, [ABRT], NULL, 8) = 0
getpid() = 11203
kill(11203, SIGABRT) = 0
--- SIGABRT (Aborted) ---
+++ killed by SIGABRT +++
----------------------------------------------
What did I do wrong?
softedges
looks like your using GtkHTML, but maybe don't have the gconf packages installed?