Bug 26679 - make on qpopper4 fails because it's using not openssl but rsaref.
Summary: make on qpopper4 fails because it's using not openssl but rsaref.
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Maxim Sobolev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-04-18 19:50 UTC by Yoshisato Yanagisawa
Modified: 2001-11-23 18:20 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Yoshisato Yanagisawa 2001-04-18 19:50:01 UTC
make on qpopper4 fails because it is going to use not openssl but rsaref.
!!Notice: I think we don't have to use rsaref library both in U.S. and outside.

Fix: 

On my system,I have openssl-0.9.5a_1 installed according to pkg_info.
So,I removed following line from Makefile not to use rsaref.
CONFIGURE_ENV+=                RSAGLUE="-lrsaref -lRSAglue"

/*
 * I think we should refer USA_RESIDENT valiable (at /etc/make.conf)
 * and decide which library(rsaref or openssl) to use.
 */
How-To-Repeat: Uninstall "rsaref" library.
And then type "make" or "make install" in /usr/ports/mail/qpopper.
Comment 1 Maxim Sobolev freebsd_committer freebsd_triage 2001-04-18 20:17:04 UTC
State Changed
From-To: open->feedback

Just fixed. Please wait 30-60 minutes, recvsup, try again and report how it 
works for you. 

Thank you for reporting! 


Comment 2 Maxim Sobolev freebsd_committer freebsd_triage 2001-04-18 20:17:04 UTC
Responsible Changed
From-To: freebsd-ports->sobomax

I'll take this one.
Comment 3 Yoshisato Yanagisawa 2001-04-18 22:56:16 UTC
I am Yoshisato YANAGISAWA who send this problem report.
I am sorry this "Release" and "Environment" aren't right.
Corrected ones are following...
Environment:
FreeBSD rui.pcc-software.org 3.5-STABLE FreeBSD 3.5-STABLE #1: Mon Jan 29 09:50:09 JST 2001     osho@rui.pcc-software.org:/usr/src/sys/compile/MYKERN  i386

Release:
FreeBSD 3.5-STABLE i386
Comment 4 Pete Fritchman 2001-11-20 10:39:16 UTC
Yoshisato-san, the problem was fixed a while ago -- is it working OK for 
you now?
Comment 5 Yoshisato Yanagisawa 2001-11-21 13:28:53 UTC
> Yoshisato-san, the problem was fixed a while ago -- is it working OK for 
> you now?

Thank you for fixing the problem.
It is working Ok for me now.

------------------------------------------------------------
"Yoshisato YANAGISAWA"<osho@pcc-software.org>
------------------------------------------------------------
Comment 6 Maxim Sobolev freebsd_committer freebsd_triage 2001-11-23 18:20:23 UTC
State Changed
From-To: feedback->closed

Originator reports that the problem is fixed.