Skip to Content.
Sympa Menu

sm-grimoire-bugs - [SM-Grimoire-Bugs] [Bug 13849] Openssl and nss install the same file

sm-grimoire-bugs AT lists.ibiblio.org

Subject: SourceMage Grimoire Bug List

List archive

Chronological Thread  
  • From: bugzilla-daemon AT bugs.sourcemage.org
  • To: sm-grimoire-bugs AT lists.ibiblio.org
  • Subject: [SM-Grimoire-Bugs] [Bug 13849] Openssl and nss install the same file
  • Date: 17 Jun 2007 00:32:04 -0000

http://bugs.sourcemage.org/show_bug.cgi?id=13849





------- Additional Comments From hgr AT vabo.cz 2007-06-16 19:32 -------
Yea, you are right. Just pulled libssl.a's from cache files.

root@matrix:/tmp/SSL# ls -l openssl/libssl.a nss/libssl.a
-rwxr-xr-x 1 root root 213582 2007-04-24 05:26 nss/libssl.a
-rw-r--r-- 1 root root 370154 2007-05-01 20:07 openssl/libssl.a

root@matrix:/tmp/SSL# ar t openssl/libssl.a | head -5
s2_meth.o
s2_srvr.o
s2_clnt.o
s2_lib.o
s2_enc.o

root@matrix:/tmp/SSL# ar t nss/libssl.a | head -5
derive.o
prelib.o
ssl3con.o
ssl3gthr.o
sslauth.o


Is sufficient to remove lib/libssl.a in nss'INSTALL phase
(/usr/src/nss/lib/libssl.a), before the line:
install --mode=755 * $INSTALL_ROOT/usr/lib/
?


--
Configure bugmail: http://bugs.sourcemage.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.




Archive powered by MHonArc 2.6.24.

Top of Page