Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Feb 1998 04:07:54 -0800 (PST)
From:      mountin.man@mixcom.com
To:        freebsd-gnats-submit@FreeBSD.ORG
Subject:   ports/5752: apacheSSL-1.2.4 make certificate fails
Message-ID:  <199802151207.EAA27183@hub.freebsd.org>

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

>Number:         5752
>Category:       ports
>Synopsis:       apacheSSL-1.2.4 make certificate fails
>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:   Sun Feb 15 04:10:00 PST 1998
>Last-Modified:
>Originator:     Jeffrey J. Mountin
>Organization:
The Unix Janitor
>Release:        2.2.5R
>Environment:
FreeBSD rustbelt.com 2.2.5-RELEASE FreeBSD 2.2.5-RELEASE #0: Wed Feb  4 17:46:08 CST 1998     root@rustbelt.com:/usr/src/sys/compile/GENERIC  i386

>Description:
make certificate

cd /usr/ports/www/apache-ssl/work/apache_1.2.4; make PREFIX=/usr/local LOCALBASE=/usr/local X11BASE=/usr/X11R6 MOTIFLIB="" CFLAGS="-O" BSD_INSTALL_PROGRAM="install -c -s -o bin -g bin -m 555"  BSD_INSTALL_SCRIPT="install -c -o bin -g bin -m 555"  BSD_INSTALL_DATA="install -c -o bin -g bin -m 444"  BSD_INSTALL_MAN="install -c -o bin -g bin -m 444" certificate
cd src; make PREFIX=/usr/local certificate
/usr/local/lib/apps/ssleay req  -config /usr/local/lib/apps/ssleay.cnf  -new -x509 -nodes -out ../SSLconf/conf/httpsd.pem  -keyout ../SSLconf/conf/httpsd.pem;  ln -sf ../SSLconf/conf/httpsd.pem ../SSLconf/conf/`/usr/local/lib/apps/ssleay  x509 -noout -hash < ../SSLconf/conf/httpsd.pem`.0
/usr/local/lib/apps/ssleay: not found
*** Error code 127

Stop.
*** Error code 1

Stop.
*** Error code 1

Stop.

>How-To-Repeat:
cd /usr/ports/www/apache-ssl
make install
make certificate
>Fix:
It's a hack, but works:

ln -s /usr/local/bin/ ./apps

(still broken)

make certificate

cd /usr/ports/www/apache-ssl/work/apache_1.2.4; make PREFIX=/usr/local LOCALBASE=/usr/local X11BASE=/usr/X11R6 MOTIFLIB="" CFLAGS="-O" BSD_INSTALL_PROGRAM="install -c -s -o bin -g bin -m 555"  BSD_INSTALL_SCRIPT="install -c -o bin -g bin -m 555"  BSD_INSTALL_DATA="install -c -o bin -g bin -m 444"  BSD_INSTALL_MAN="install -c -o bin -g bin -m 444" certificate
cd src; make PREFIX=/usr/local certificate
/usr/local/lib/apps/ssleay req  -config /usr/local/lib/apps/ssleay.cnf  -new -x509 -nodes -out ../SSLconf/conf/httpsd.pem  -keyout ../SSLconf/conf/httpsd.pem;  ln -sf ../SSLconf/conf/httpsd.pem ../SSLconf/conf/`/usr/local/lib/apps/ssleay  x509 -noout -hash < ../SSLconf/conf/httpsd.pem`.0
Using configuration from /usr/local/lib/apps/ssleay.cnf
error on line 0 of /usr/local/lib/apps/ssleay.cnf
15257:error:02001002:system library:fopen:system lib:conf.c:127
15257:error:0E064002:configuation file routines:CONF_load:system lib:conf.c:128
*** Error code 1

Stop.
*** Error code 1

Stop.
*** Error code 1

Stop.

/usr/local/lib/apps > cp -p /usr/local/lib/ssleay.cnf .

And it's happy.  Can't test any real certificates, as I'm trying
this version of SSL and only have Verisgn CERTs.
Have used Stronghold no problem.
before
>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?199802151207.EAA27183>