[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

freeBSD 4.6 user build lacks https

From: Robin Becker <robin_at_reportlab.com>
Date: 2004-06-20 12:44:11 CEST

I'm trying to build svn on my hosted freeBSD 4.6 box. We don't have
root access so I can't do the port make install route.

I have followed the usual configure make dance and have a working svn
client, but unfortunately it lacks https. Additionally I am seeing
duplicate libs in the ldd output

ldd ~/bin/ldd
.......
         libexpat.so.2 => /usr/local/lib/libexpat.so.2 (0x481c4000)
         libapr-0.so.9 => /usr/home/rptlab2/Python/lib/libapr-0.so.9
(0x481e0000)
         libcrypt.so.2 => /usr/lib/libcrypt.so.2 (0x481fc000)

         libneon.so.24 => /usr/home/myhome/Python/lib/libneon.so.24
(0x48215000)

         libxml2.so.5 => /usr/local/lib/libxml2.so.5 (0x4822b000)
         libz.so => /usr/lib/libz.so (0x482c6000)
         libgiconv.so.2 => /usr/local/lib/libgiconv.so.2 (0x482d4000)
         libm.so.2 => /usr/lib/libm.so.2 (0x483a8000)
         libc.so.4 => /usr/lib/libc.so.4 (0x483c4000)

         libneon.so.15 => /usr/local/lib/libneon.so.15 (0x4845e000) ?

         libxml.so.5 => /usr/local/lib/libxml.so.5 (0x48475000)

Presumably I need to build openssl as a user and install into
~/Python/lib, but what about the duplicated shared libs?

-- 
Robin Becker
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sun Jun 20 12:44:27 2004

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.