bug-mailutils
[Top][All Lists]
Advanced

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

Re: [bug-mailutils] Ummm, 'proper install'?


From: Sergey Poznyakoff
Subject: Re: [bug-mailutils] Ummm, 'proper install'?
Date: Fri, 20 Aug 2004 14:37:45 +0300

Hi Chris,

> After './configure, make, su make install, ldconfig', what more do I
> need to do so that guile can load the mailutils libs?

This should be enough. Just in case, let's examine the contents of
your mailutils.scm module. Near line 30 you will find the following
form:

(let ((lib-path LIBPATH))

where LIBPATH is a literal string (e.g. on my box it is
"/usr/local/lib/"). Does it correspond to the directory where libmu_.*
files are kept?

> (mu-mailbox-open "/home/cjh/var/spool/mail") => #f
> (mu-mailbox-open "file:/home/cjh/var/spool/mail") => #f

Is "/home/cjh/var/spool/mail" a file or a directory? It seems
like a directory, in which case it surely will fail to open.

> Another thing: when I put
> 
> :mailbox --mail-spool /home/cjh/var/mail/spool
> 
> in my .mailutils file then try to run 'guimb', it complains and
> terminates with the message
> 
> guimb: can't open default mailbox /home/cjh/var/spool/mail/cjh: No such
> file or directory

What arguments do you give to guimb?
 
Regards,
Sergey




reply via email to

[Prev in Thread] Current Thread [Next in Thread]