On Tue, Nov 17, 2009 at 7:35 AM, chamila piyasena <[email protected]>wrote:

> Hi,
> I'm trying to install the c-client. But when I typed
>
> $ make lrh IP6=4
>
> the following error comes.
>
> I'm using  Linux 2.6.18-92.el5.
>
> Is there any missing options in the make command?
>
> Thank you,
> Chamila
>
>
> make[3]: Entering directory `/home/chamila/imap-2007d/c-client'
> sh -c 'rm -rf auths.c crexcl.c ip_unix.c linkage.[ch] siglocal.c
> osdep*.[ch] *.o ARCHIVE *FLAGS *TYPE c-client.a || true'
> Once-only environment setup...
> echo cc > CCTYPE
> echo -g -O2 -pipe -fno-omit-frame-pointer '' -DCHUNKSIZE=65536 > CFLAGS
> echo -DCREATEPROTO=unixproto -DEMPTYPROTO=unixproto \
>      -DMD5ENABLE=\"/etc/cram-md5.pwd\" -DMAILSPOOL=\"/var/spool/mail\" \
>      -DANONYMOUSHOME=\"/var/spool/mail/anonymous\" \
>      -DACTIVEFILE=\"/var/lib/news/active\" -DNEWSSPOOL=\"/var/spool/news\"
> \
>      -DRSHPATH=\"/usr/bin/rsh\" -DLOCKPGM=\"\" \
>      -DLOCKPGM1=\"/usr/libexec/mlock\" -DLOCKPGM2=\"/usr/sbin/mlock\" \
>      -DLOCKPGM3=\"/etc/mlock\" > OSCFLAGS
> echo -lpam -ldl  > LDFLAGS
> echo "ar rc c-client.a osdep.o mail.o misc.o newsrc.o smanager.o utf8.o
> utf8aux.o siglocal.o dummy.o pseudo.o netmsg.o flstring.o fdstring.o
> rfc822.o nntp.o smtp.o imap4r1.o pop3.o unix.o mbx.o mmdf.o tenex.o mtx.o
> news.o phile.o mh.o mx.o mix.o;ranlib c-client.a" > ARCHIVE
> echo slx > OSTYPE
> ./drivers mbox imap nntp pop3 mix mx mbx tenex mtx mh mmdf unix news phile
> dummy
> make[3]: execvp: ./drivers: Permission denied
> make[3]: *** [onceenv] Error 127
> make[3]: Leaving directory `/home/chamila/imap-2007d/c-client'
> make[2]: *** [lnp] Error 2
> make[2]: Leaving directory `/home/chamila/imap-2007d/c-client'
> make[1]: *** [OSTYPE] Error 2
> make[1]: Leaving directory `/home/chamila/imap-2007d'
> make: *** [lrh] Error 2
>
>
This looks as if the drivers script does not have the execution bits set.

I'm unfamiliar with building the imap c-client on anything else than
Windows, so I can't really help a lot more. Sorry.

Robby
_______________________________________________
Imap-uw mailing list
[email protected]
http://mailman2.u.washington.edu/mailman/listinfo/imap-uw

Reply via email to