Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Feb 2001 00:42:47 -0800 (PST)
From:      avn@any.ru
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/24893: mail/solidpop3d installation problems
Message-ID:  <200102060842.f168glJ81274@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         24893
>Category:       ports
>Synopsis:       mail/solidpop3d installation problems
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Feb 06 00:50:01 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     Alexey V. Neyman
>Release:        4.2-STABLE i386
>Organization:
ANY.RU
>Environment:
FreeBSD srv1.any 4.2-STABLE FreeBSD 4.2-STABLE #7: Tue Jan 30 16:30:25 MSK 2001     root@srv1.any:/usr/src/sys/compile/AMD  i386
>Description:
make install in /usr/ports/mail/solidpop3d makes some erroneous steps
first, it does not install pop_auth(1) utility, as it does 
'make install' in word/solid-pop3d-0.15
second, if configured with --enable-apop, it cannot be made (unresolved
externals like MD5Init and such - -lmd needs to be included to linker)
third, 'make install' in mail/solidpop3d and in 
mail/solidpop3d/work/solid-pop3d-0.15 place main executable, spop3d, in
different places (into /usr/local/libexec and /usr/local/bin,
respectively)
>How-To-Repeat:
srv1> cd /usr/ports/mail/solidpop3d
srv1> make extract
srv1> cd work/solid-pop3d-0.15
srv1> ./configure --enable-apop
[.. skipped ..]
srv1> make all
[.. skipped ..]
gcc -g -O2  -o spop3d authenticate.o cmds.o log.o fdfgets.o maildrop.o main.o  memops.o options.o response.o vsnprintf.o apop.o mailbox.o maildir.o userconfig.o configfile.o  -lcrypt 
apop.o: In function `apop_authenticate':
/usr/ports/mail/solidpop3d/work/solid-pop3d-0.15/src/apop.c(.text+0x97): undefined reference to `MD5Init'
[ more undefined references follow ]

manually including -lmd in linker option in makefile solves this problem
so configure.in should contain check where MD5* routines are contained

>Fix:


>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200102060842.f168glJ81274>