Hi,
> Once it built, I had to ensure that /opt/bin was in my $PATH, and
> /opt/lib:/nif/tools/gcc-3.4.3_native/lib was in my $LD_LIBRARY_PATH
> (maybe it would have built if the gcc library was in my LD_LIBRARY_PATH
> when I built it).
Indeed, you need to have gcc's libraries in LD_LIBRARY_PATH if you want
to use gcc. However I still don't understand why the linker would try to
open
/usr/ccs/bin/ranlib/libgcc_s.so.1
Maybe you have many versions of gcc on your system and some of them are
old and/or misconfigured. Anyway, the important thing is it works now.
> [...]
> And here is my $LD_LIBRARY_PATH:
>
> ironwood<181> echo $LD_LIBRARY_PATH
> /usr/atria/shlib:/oracle/app/oracle/product/9.2.0/lib:/usr/openwin/lib:/usr/local/X11R6/lib:/nif/tools/rsi/idl/bin/bin.solaris2.sparc:/usr/lib:/usr/dt/lib:/usr/local/lib:/usr/ucblib:/opt/SUNWspro/lib:/opt/SUNWmfwm/lib:/usr/local/ActiveTcl/lib:/nif/tools/ABICEI/lib:/opt/lib:/nif/tools/gcc-3.4.3_native/lib
As a side note, I think it's better to remove /usr/ucblib from
LD_LIBRARY_PATH.
> [...]
> Question: If I want to build a subversion server, I would need to
> install Apache 2.x (I only have Apache 1.x on my system now), and go
> through this rebuild again, correct? And will subversion still be
> expected to function correctly (using ra_svn access method) if I did my
> subversion 1.2.3 build with Apache 1.x? It didn't complain, and I
> suspect I would only need to get Apache 2.x if I'm using ra_dav and/or
> ra_svn access modes, but it's hard to understand the INSTALL notes.
> Eventually I'll need to build a subversion server.
You really need Apache 2:
http://svnbook.red-bean.com/en/1.0/ch06s04.html
Dimitri Papadopoulos
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Oct 20 10:02:39 2005