Re: Compiling courier on potato

2001-03-13 Thread I. Forbes
Hello Jeff 

I tried it, and I can answer my own question ...

On 9 Mar 2001, at 23:26, Jeff Waugh wrote:

> 
> 
> > I was looking at the unstable debian package for Courier, 
> > courier_0.31.1-2.dsc.
> > 
> > What chances are there to get this to compile on potato, or should I 
> > just stick with the source distribution?
> 
> Funny, I've been trying the same thing. :) I have emailed the maintainer
> about my problem too, but as yet have not received a reply. These are the
> final lines of the unsuccessful build:

It builds fine, but there are a few bugs ...

> debian/fixlinks 
> /home/jdub/src/debian/courier/courier-0.31.1/debian/tmp/usr/sbin
> make: execvp: debian/fixlinks: Permission denied
> make: *** [install] Error 127

I had to change the permissions on "debian/fixlinks" to make it 
executable.

Then I had to add a line:

"MAILDIR=Maildir" 

to /etc/init.d/courier-imap to set that environment variable so it 
would find my Maildir directories.  I think courier-pop may need the 
same.

The installation trashed the contents of /etc/pam.d/imap (I took a 
copy from the potato courier-imapd package) and I had to fiddle 
with /etc/courier/imapd to get it to authenticate.  I have not setup the 
pop3d, but I would expect similar problems.

I had to add a few symbolic links to get sqwebmail to work, but I 
have still not managed to get it to authenticate.  (My source code 
compilation did authenticate, so there can't be too much missing).

I think these may be general bugs in an unstable package, as 
opposed to potato specific.  I have a number of site where I would 
like to deploy this package, and if it can be by means of an 
upgradeable *.deb, it will be worth the effort.

Cheers

Ian

-
Ian Forbes ZSD
http://www.zsd.co.za
Office: +27 +21 683-1388  Fax: +27 +21 64-1106
Snail Mail: P.O. Box 46827, Glosderry, 7702, South Africa
-




Re: Compiling courier on potato

2001-03-12 Thread I. Forbes

Hello Jeff 

I tried it, and I can answer my own question ...

On 9 Mar 2001, at 23:26, Jeff Waugh wrote:

> 
> 
> > I was looking at the unstable debian package for Courier, 
> > courier_0.31.1-2.dsc.
> > 
> > What chances are there to get this to compile on potato, or should I 
> > just stick with the source distribution?
> 
> Funny, I've been trying the same thing. :) I have emailed the maintainer
> about my problem too, but as yet have not received a reply. These are the
> final lines of the unsuccessful build:

It builds fine, but there are a few bugs ...

> debian/fixlinks /home/jdub/src/debian/courier/courier-0.31.1/debian/tmp/usr/sbin
> make: execvp: debian/fixlinks: Permission denied
> make: *** [install] Error 127

I had to change the permissions on "debian/fixlinks" to make it 
executable.

Then I had to add a line:

"MAILDIR=Maildir" 

to /etc/init.d/courier-imap to set that environment variable so it 
would find my Maildir directories.  I think courier-pop may need the 
same.

The installation trashed the contents of /etc/pam.d/imap (I took a 
copy from the potato courier-imapd package) and I had to fiddle 
with /etc/courier/imapd to get it to authenticate.  I have not setup the 
pop3d, but I would expect similar problems.

I had to add a few symbolic links to get sqwebmail to work, but I 
have still not managed to get it to authenticate.  (My source code 
compilation did authenticate, so there can't be too much missing).

I think these may be general bugs in an unstable package, as 
opposed to potato specific.  I have a number of site where I would 
like to deploy this package, and if it can be by means of an 
upgradeable *.deb, it will be worth the effort.

Cheers

Ian

-
Ian Forbes ZSD
http://www.zsd.co.za
Office: +27 +21 683-1388  Fax: +27 +21 64-1106
Snail Mail: P.O. Box 46827, Glosderry, 7702, South Africa
-


--  
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: Compiling courier on potato

2001-03-09 Thread Marc Haber
On Fri, 9 Mar 2001 23:26:45 +1100, Jeff Waugh <[EMAIL PROTECTED]> wrote:
>Funny, I've been trying the same thing. :) I have emailed the maintainer
>about my problem too, but as yet have not received a reply.

AFAIK, the maintainer went on vacation right after he released the
0.31 packages.

>ldapaliasrc:
>  LDAP_ALIAS: new
>  LDAP_LOCATION: new
>  LDAP_NUMPROCS: new
>  LDAP_BASEDN: new
>  LDAP_BINDINFO: new
>  LDAP_TIMEOUT: new
>  LDAP_MAIL: new
>  LDAP_MAILDROP: new
>  LDAP_SOURCE: new
>  LDAP_VIRTUALMAP: new
>debian/fixlinks 
>/home/jdub/src/debian/courier/courier-0.31.1/debian/tmp/usr/sbin
>make: execvp: debian/fixlinks: Permission denied
>make: *** [install] Error 127

chmod 755 debian/fixlinks?

Greetings
Marc

-- 
-- !! No courtesy copies, please !! -
Marc Haber  |   " Questions are the | Mailadresse im Header
Karlsruhe, Germany  | Beginning of Wisdom " | Fon: *49 721 966 32 15
Nordisch by Nature  | Lt. Worf, TNG "Rightful Heir" | Fax: *49 721 966 31 29




Re: Compiling courier on potato

2001-03-09 Thread Jeff Waugh


> I was looking at the unstable debian package for Courier, 
> courier_0.31.1-2.dsc.
> 
> What chances are there to get this to compile on potato, or should I 
> just stick with the source distribution?

Funny, I've been trying the same thing. :) I have emailed the maintainer
about my problem too, but as yet have not received a reply. These are the
final lines of the unsuccessful build:


ldapaliasrc:
  LDAP_ALIAS: new
  LDAP_LOCATION: new
  LDAP_NUMPROCS: new
  LDAP_BASEDN: new
  LDAP_BINDINFO: new
  LDAP_TIMEOUT: new
  LDAP_MAIL: new
  LDAP_MAILDROP: new
  LDAP_SOURCE: new
  LDAP_VIRTUALMAP: new
debian/fixlinks /home/jdub/src/debian/courier/courier-0.31.1/debian/tmp/usr/sbin
make: execvp: debian/fixlinks: Permission denied
make: *** [install] Error 127


This was done using fakeroot, under my home directory. Any clues are very,
very welcome. :)

- Jeff


-- [EMAIL PROTECTED] - http://lazarus.aphid.net/ --

  Money can't buy me grok.  




Re: Compiling courier on potato

2001-03-09 Thread Marc Haber

On Fri, 9 Mar 2001 23:26:45 +1100, Jeff Waugh <[EMAIL PROTECTED]> wrote:
>Funny, I've been trying the same thing. :) I have emailed the maintainer
>about my problem too, but as yet have not received a reply.

AFAIK, the maintainer went on vacation right after he released the
0.31 packages.

>ldapaliasrc:
>  LDAP_ALIAS: new
>  LDAP_LOCATION: new
>  LDAP_NUMPROCS: new
>  LDAP_BASEDN: new
>  LDAP_BINDINFO: new
>  LDAP_TIMEOUT: new
>  LDAP_MAIL: new
>  LDAP_MAILDROP: new
>  LDAP_SOURCE: new
>  LDAP_VIRTUALMAP: new
>debian/fixlinks /home/jdub/src/debian/courier/courier-0.31.1/debian/tmp/usr/sbin
>make: execvp: debian/fixlinks: Permission denied
>make: *** [install] Error 127

chmod 755 debian/fixlinks?

Greetings
Marc

-- 
-- !! No courtesy copies, please !! -
Marc Haber  |   " Questions are the | Mailadresse im Header
Karlsruhe, Germany  | Beginning of Wisdom " | Fon: *49 721 966 32 15
Nordisch by Nature  | Lt. Worf, TNG "Rightful Heir" | Fax: *49 721 966 31 29


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: Compiling courier on potato

2001-03-09 Thread Marc Haber
On Fri, 9 Mar 2001 10:12:29 +0200, "I. Forbes" <[EMAIL PROTECTED]>
wrote:
>I was looking at the unstable debian package for Courier, 
>courier_0.31.1-2.dsc.
>
>
>
>Build-Depends: libmysqlclient10-dev, libpam0g-dev, libdb2-dev,
>libperl-dev, debhelper (>= 1.1.17),  mime-support 
>
>
>
>The libmysqlclient and debhelper are newer than those on potato, 
>and I cant find "libperl-dev".
>
>What chances are there to get this to compile on potato, or should I 
>just stick with the source distribution?

|$ dpkg --list courier-imap
|Desired=Unknown/Install/Remove/Purge/Hold
|| Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed
||/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad)
|||/ Name   VersionDescription
|+++-==-==-
|ii  courier-imap   1.3.4-2IMAP daemon with PAM and Maildir support
|[EMAIL PROTECTED]/501]:~$ dpkg --list courier-pop
|Desired=Unknown/Install/Remove/Purge/Hold
|| Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed
||/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad)
|||/ Name   VersionDescription
|+++-==-==-
|ii  courier-pop0.32.0-1planNE POP3 daemon with PAM and Maildir support
|[EMAIL PROTECTED]/502]:~$ cat /etc/debian_version
|2.2

This has been built from the 0.32 source tarball, patched with the
0.31 debian diff, without bothering too much about the
Build-Dependencies. At least the non-SSL imap and pop3 servers work
fine, didn't try anything else yet.

Greetings
Marc

-- 
-- !! No courtesy copies, please !! -
Marc Haber  |   " Questions are the | Mailadresse im Header
Karlsruhe, Germany  | Beginning of Wisdom " | Fon: *49 721 966 32 15
Nordisch by Nature  | Lt. Worf, TNG "Rightful Heir" | Fax: *49 721 966 31 29




Re: Compiling courier on potato

2001-03-09 Thread Jeff Waugh



> I was looking at the unstable debian package for Courier, 
> courier_0.31.1-2.dsc.
> 
> What chances are there to get this to compile on potato, or should I 
> just stick with the source distribution?

Funny, I've been trying the same thing. :) I have emailed the maintainer
about my problem too, but as yet have not received a reply. These are the
final lines of the unsuccessful build:


ldapaliasrc:
  LDAP_ALIAS: new
  LDAP_LOCATION: new
  LDAP_NUMPROCS: new
  LDAP_BASEDN: new
  LDAP_BINDINFO: new
  LDAP_TIMEOUT: new
  LDAP_MAIL: new
  LDAP_MAILDROP: new
  LDAP_SOURCE: new
  LDAP_VIRTUALMAP: new
debian/fixlinks /home/jdub/src/debian/courier/courier-0.31.1/debian/tmp/usr/sbin
make: execvp: debian/fixlinks: Permission denied
make: *** [install] Error 127


This was done using fakeroot, under my home directory. Any clues are very,
very welcome. :)

- Jeff


-- [EMAIL PROTECTED] - http://lazarus.aphid.net/ --

  Money can't buy me grok.  


--  
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: Compiling courier on potato

2001-03-09 Thread Marc Haber

On Fri, 9 Mar 2001 10:12:29 +0200, "I. Forbes" <[EMAIL PROTECTED]>
wrote:
>I was looking at the unstable debian package for Courier, 
>courier_0.31.1-2.dsc.
>
>
>
>Build-Depends: libmysqlclient10-dev, libpam0g-dev, libdb2-dev,
>libperl-dev, debhelper (>= 1.1.17),  mime-support 
>
>
>
>The libmysqlclient and debhelper are newer than those on potato, 
>and I cant find "libperl-dev".
>
>What chances are there to get this to compile on potato, or should I 
>just stick with the source distribution?

|$ dpkg --list courier-imap
|Desired=Unknown/Install/Remove/Purge/Hold
|| Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed
||/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad)
|||/ Name   VersionDescription
|+++-==-==-
|ii  courier-imap   1.3.4-2IMAP daemon with PAM and Maildir support
|haber@janet[4/501]:~$ dpkg --list courier-pop
|Desired=Unknown/Install/Remove/Purge/Hold
|| Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed
||/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad)
|||/ Name   VersionDescription
|+++-==-==-
|ii  courier-pop0.32.0-1planNE POP3 daemon with PAM and Maildir support
|haber@janet[5/502]:~$ cat /etc/debian_version
|2.2

This has been built from the 0.32 source tarball, patched with the
0.31 debian diff, without bothering too much about the
Build-Dependencies. At least the non-SSL imap and pop3 servers work
fine, didn't try anything else yet.

Greetings
Marc

-- 
-- !! No courtesy copies, please !! -
Marc Haber  |   " Questions are the | Mailadresse im Header
Karlsruhe, Germany  | Beginning of Wisdom " | Fon: *49 721 966 32 15
Nordisch by Nature  | Lt. Worf, TNG "Rightful Heir" | Fax: *49 721 966 31 29


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]