Problems with balsa 1.1.5



save-restore.c:345: `def_used'


/* Load Balsa's global settings */
static gint
config_global_load(void)
{
    gchar **open_mailbox_vector;
    gint open_mailbox_count;
    gboolean def_used;
..


should be something like :

/* Load Balsa's global settings */
static gint
config_global_load(void)
{
    gchar **open_mailbox_vector;
    gint open_mailbox_count;
#if ENABLE_ESMTP
    gboolean def_used;
#endif




And also :

make[1]: Leaving directory `/usr/data/arch/balsa-1.1.5'
[root@freax balsa-1.1.5]# cd src/
[root@freax src]# ./balsa 
/balsa: error while loading shared libraries: libesmtp.so.1: cannot load
shared object file: No such file or directory
[root@freax src]# cd ..

ps. Yes I installed "libesmtp-0.7.4.tar.gz" using
/configure; make; make check; make install on a RedHat 7.0 system
I did not use the RPM provided on the balsa.net site because that
one complained about libcrypto.so.1 .. first I tried to install
an openssl RPM which provided this file .. but it was a rh7.1
rpm and it screwd up a lot of my applications (like my ssh client
and server) .. so I installed the old openssl RPM over that
redhat 7.1 one .. everything worked, I compiled libesmtp manually
but it looks like balsa is not really happy with my manual install...



-- 
Philip van Hoof aka freax (http://www.freax.eu.org)
irc: irc.openprojects.net mailto:freax @ pandora.be





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]