You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Stefan Urbat <st...@apastron.lb.shuttle.de> on 2003/10/24 04:37:32 UTC

compilation issues on Solaris and AIX with svn 0.31

As somebody reported some weeks ago, when building on Solaris (same 
behaviour on Solaris 8 and 9 with gcc 3.2 resp. 3.3) the entry -lpthread 
has to be added to the LIBS line after the -lsocket to make it link 
completely.

And also on AIX 4.3.3 as on both Solaris machines I tried there is a 
flaw in the install process, which causes the files in 
/usr/local/apr/lib not to have read attribute for others, which 
prohibits running svn for other users than root. I have corrected that 
also manually.

But on AIX 4.3.3 svn works not despite I corrected that: I get a symbol 
referencing error with svn_md5 message or the like when installing resp. 
running the built svn client (rtld complains).

Any ideas how to fix it or experiences with that issue(s)? First I will 
try 0.32.1, which has just appeared, I see.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: compilation issues on Solaris and AIX with svn 0.31

Posted by Michael Wood <mw...@its.uct.ac.za>.
On Fri, Oct 24, 2003 at 06:37:32AM +0200, Stefan Urbat wrote:
> As somebody reported some weeks ago, when building on Solaris (same 
> behaviour on Solaris 8 and 9 with gcc 3.2 resp. 3.3) the entry -lpthread 
> has to be added to the LIBS line after the -lsocket to make it link 
> completely.
[snip]

I hope this should be fixed by the 0.32.1 tarball.  Try it and see.

> But on AIX 4.3.3 svn works not despite I corrected that: I get a symbol 
> referencing error with svn_md5 message or the like when installing resp. 
> running the built svn client (rtld complains).
> 
> Any ideas how to fix it or experiences with that issue(s)? First I will 
> try 0.32.1, which has just appeared, I see.

If 0.32.1 still gives you trouble, post the exact error messages you
get.

-- 
Michael Wood <mw...@its.uct.ac.za>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org