PDA

View Full Version : Courier-imap - subs-3.sed line 40: unterminated `s' command


Tantuss
11-20-2005, 05:16 PM
Hi,

The complete installation of Qmail was gone great..
Now I want to use imap for Qmail. So after reading some nice information (http://sylvestre.ledru.info/howto/howto_qmail_vpopmail.php) I got stuck.

The authlib of courier does not compile anymore..
I recieve this error with courier-authlib-0.57:
config.status: creating Makefile
sed: file ./confstattx9213/subs-3.sed line 40: unterminated `s' command
config.status: creating authdaemond
sed: file ./confstattx9213/subs-3.sed line 40: unterminated `s' command
config.status: creating authdaemonrc
sed: file ./confstattx9213/subs-3.sed line 40: unterminated `s' command
config.status: creating authsystem.passwd
sed: file ./confstattx9213/subs-3.sed line 40: unterminated `s' command
config.status: creating README.authdebug.html
sed: file ./confstattx9213/subs-3.sed line 40: unterminated `s' command
config.status: creating dbobj.h
sed: file ./confstattx9213/subs-3.sed line 40: unterminated `s' command
config.status: creating authmigrate
sed: file ./confstattx9213/subs-3.sed line 40: unterminated `s' command
config.status: creating courier-authlib.spec
sed: file ./confstattx9213/subs-3.sed line 40: unterminated `s' command
config.status: creating courier-authlib.lpspec
sed: file ./confstattx9213/subs-3.sed line 40: unterminated `s' command
config.status: creating courier-authlib.sysvinit
sed: file ./confstattx9213/subs-3.sed line 40: unterminated `s' command
config.status: creating userdb-test-cram-md5.pl
sed: file ./confstattx9213/subs-3.sed line 40: unterminated `s' command


And I tried courier-imap-3.0.8 I get this (the same only with line 20)
sed: file ./confstatYZ9595/subs-3.sed line 20: unterminated `s' command

And I guess an hour before it was working (but it gave other errors that I solved)
with: -L/home/vpopmail/lib -lvpopmail -L/usr/include/mysql/ -lmysqlclient -lz -lcrypt

Thanks for the info..

Tantuss
11-20-2005, 07:29 PM
Found it..

I had an empty line at the end of /home/vpopmail/etc/vi lib_deps
Removed the line and it compiles..