From owner-freebsd-stable@FreeBSD.ORG Thu Mar 18 23:28:20 2004 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6588916A4CE for ; Thu, 18 Mar 2004 23:28:20 -0800 (PST) Received: from loneliness.evolugroup.com (dsl-132-139.aei.ca [66.36.132.139]) by mx1.FreeBSD.org (Postfix) with ESMTP id CBFB643D2F for ; Thu, 18 Mar 2004 23:28:16 -0800 (PST) (envelope-from bruno.lavoie@evolugroup.com) Received: from evolugroup.com (zOnzOn@tracid.lan-qc.evolugroup.com [192.168.1.2])i2J7TtFc000200 for ; Fri, 19 Mar 2004 02:30:07 -0500 (EST) (envelope-from bruno.lavoie@evolugroup.com) Message-ID: <405AA0FE.2000604@evolugroup.com> Date: Fri, 19 Mar 2004 02:27:58 -0500 From: Bruno Lavoie User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6) Gecko/20040113 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-stable@freebsd.org References: <405A8A84.8060303@evolugroup.com> In-Reply-To: <405A8A84.8060303@evolugroup.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: OpenSSL Base System vs. OpenSSL port SNAPSHOT X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Mar 2004 07:28:20 -0000 To help you to understand look at what i got after deinstalling openssl from port: ===> Extracting for apache+mod_ssl-1.3.29+2.8.16_1 >> Checksum OK for apache_1.3.29.tar.gz. >> Checksum OK for mod_ssl-2.8.16-1.3.29.tar.gz. /usr/ports/distfiles//mod_accel-1.0.31.tar.gz: No such file or directory ===> Patching for apache+mod_ssl-1.3.29+2.8.16_1 ===> Applying mod_ssl-2.8.16 extension Configuring mod_ssl/2.8.16 for Apache/1.3.29 + Apache location: ../apache_1.3.29 (Version 1.3.29) + Auxiliary patch tool: ./etc/patch/patch (local) + Applying packages to Apache source tree: o Extended API (EAPI) o Distribution Documents o SSL Module Source o SSL Support o SSL Configuration Additions o SSL Module Documentation o Addons Done: source extension and patches successfully applied. ===> Applying extra patch /usr/ports/www/apache13-modssl/files/mod_access.c.patch ===> Applying FreeBSD patches for apache+mod_ssl-1.3.29+2.8.16_1 ===> apache+mod_ssl-1.3.29+2.8.16_1 depends on shared library: mm.13 - found ===> apache+mod_ssl-1.3.29+2.8.16_1 depends on shared library: crypto.3 - found ===> Configuring for apache+mod_ssl-1.3.29+2.8.16_1 Configuring for Apache, Version 1.3.29 + using installation path layout: FreeBSD (config.layout) Creating Makefile Creating Configuration.apaci in src + enabling mod_so for DSO support Creating Makefile in src + configured for FreeBSD 4.9 platform + setting C pre-processor to cc -E + using "tr [a-z] [A-Z]" to uppercase + checking for system header files + adding selected modules o rewrite_module uses ConfigStart/End enabling DBM support for mod_rewrite o db_auth_module uses ConfigStart/End using Berkeley-DB/1.x for mod_auth_db (-lc) o ssl_module uses ConfigStart/End + SSL interface: mod_ssl/2.8.16 + SSL interface build type: DSO + SSL interface compatibility: enabled + SSL interface experimental code: disabled + SSL interface conservative code: disabled + SSL interface vendor extensions: disabled + SSL interface plugin: Vendor DBM (libc) + SSL library path: /usr/local Error: Cannot find SSL binaries under /usr/local ===> Building for apache+mod_ssl-1.3.29+2.8.16_1 ===> src make: don't know how to make all. Stop *** Error code 2 Stop in /usr/ports/www/apache13-modssl/work/apache_1.3.29. *** Error code 1 Stop in /usr/ports/www/apache13-modssl/work/apache_1.3.29. *** Error code 1 Stop in /usr/ports/www/apache13-modssl. Bruno Lavoie wrote: > Hello, > > i'm running releng_4_9 and i've installed some port (mod_php4, > postgresql) that uses OpenSSL, but when i do a pkg_tree these packages > have in their depedency list the openssl that come from ports. > i know that the freebsd base system have openssl, > > but why my ports aren't taking the openssl from the base system? (or > what is the good way?) > what is/are the main differences between the 2 ones? > > thanks in advance > Bruno > > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org"