Re: Compile problem (vpopmail5.0 + Courier-imap1.3.12)

2001-11-18 Thread Matthias Henze

make shure /home/vpopmail/lib is readable - for dir's do: chmod +rx  for 
files: chmod +r - had the same problem yesterday and found the vopolib 
installed with 600

--On Montag, 19. November 2001 16:21 +0900 David Seo 
<[EMAIL PROTECTED]> wrote:

> Hi..
> I have a compile problem that vpopmail-5.0 + Courier-Imap 1.3.12.
>
> I succeed install vpopmail-5.0 (support MySQL).
> And I tried to install courier-imap1.3.12
>
> $ tar -xvzf courier-imap-1.3.12.tar.gz
> $ cp preauthvchkpw.c courier-imap-1.3.12/authlib/preauthvchkpw.c
> $ cd courier-imap-1.3.12
> $ ./configure
> $ make
>
> And, error occurred.
> 
> gcc  -I/home/vpopmail/include -g -O2 -Wall -I.. -I./..  -o
> authuserdb  modauthuserdb.o libauthmod.a libauth.a ../userdb/libuserdb.a
> ../gdbmobj/libgdbmobj.a ..
> /libhmac/libhmac.a -lgdbm  ../md5/libmd5.a ../sha1/libsha1.a -lcrypt
> gcc -DHAVE_CONFIG_H -I. -I. -I. -I/home/vpopmail/include -g -O2
> -Wall -I.. -I./.. -c modauthvchkpw.c
> gcc  -I/home/vpopmail/include -g -O2 -Wall -I.. -I./..  -o authvchkpw
> modauthvchkpw.o libauthmod.a libauth.a ../md5/libmd5.a ../sha1/libsha1.a
> -L/home/vpopmail/lib -lvpopmail -L/usr/lib/mysql -lmysqlclient -lz -lm
> -lcrypt
> /usr/bin/ld: cannot find -lvpopmail
> collect2: ld returned 1 exit status
> make[1]: *** [authvchkpw] Error 1
> make[1]: Leaving directory
> `/home/vpopmail/src/courier-imap-1.3.12/authlib'
> make: *** [all-recursive] Error 1
> 
>
> What's the problem?
> Please help me..
>
>
>



Matthias Henze
[EMAIL PROTECTED]

Use PGP!! http://www.mhcsoftware.de/MatthiasHenze.asc
-
MHC SoftWare GmbH  voice: +49-(0)9533-92006-0
Fichtera 17  fax: +49-(0)9533-92006-6
96274 Itzgrund/Germanye-Mail: [EMAIL PROTECTED]
-






Compile problem (vpopmail5.0 + Courier-imap1.3.12)

2001-11-18 Thread David Seo








Hi..

I have a compile problem that vpopmail-5.0 +
Courier-Imap 1.3.12.

 

I succeed install vpopmail-5.0 (support MySQL).

And I tried to install courier-imap1.3.12

 

$ tar -xvzf courier-imap-1.3.12.tar.gz 

$ cp preauthvchkpw.c courier-imap-1.3.12/authlib/preauthvchkpw.c


$ cd
courier-imap-1.3.12

$ ./configure

$ make

 

And, error occurred.



gcc  -I/home/vpopmail/include -g -O2 -Wall -I..
-I./..  -o 

authuserdb  modauthuserdb.o libauthmod.a libauth.a ../userdb/libuserdb.a ../gdbmobj/libgdbmobj.a ..

/libhmac/libhmac.a -lgdbm  ../md5/libmd5.a ../sha1/libsha1.a -lcrypt


gcc -DHAVE_CONFIG_H -I. -I. -I.
-I/home/vpopmail/include -g -O2 -Wall -I.. -I./.. -c modauthvchkpw.c

gcc  -I/home/vpopmail/include -g -O2 -Wall -I..
-I./..  -o authvchkpw  modauthvchkpw.o
libauthmod.a libauth.a
../md5/libmd5.a ../sha1/libsha1.a -L/home/vpopmail/lib -lvpopmail -L/usr/lib/mysql -lmysqlclient -lz -lm -lcrypt


/usr/bin/ld: cannot find -lvpopmail

collect2: ld returned 1 exit status

make[1]: *** [authvchkpw] Error 1

make[1]: Leaving directory
`/home/vpopmail/src/courier-imap-1.3.12/authlib'



make: *** [all-recursive] Error 1



 

What’s the
problem?

Please
help me..