You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Jim Correia <ji...@pobox.com> on 2004/02/23 17:18:16 UTC

1.0 Build Permissions error for installed apr libs

Congrats on the 1.0 release.

I just tried to build and install from the source tarball. The first 
time I try to run the built svn I get an error because the apr stuff 
was installed with the wrong permissions.

dyld: svn can't open library: /usr/local/apr/lib/libapr-0.0.dylib  
(Permission denied, errno = 13)
Trace/BPT trap
[one-ten:~/tmp/sandbox] correia% cd /usr/local/apr/lib/
[one-ten:local/apr/lib] correia% ls -al
total 4352
drwxr-xr-x  19 root  wheel     646 23 Feb 12:13 .
drwxr-xr-x   6 root  wheel     204 23 Feb 12:12 ..
-rw-r-----   1 root  wheel    7802 23 Feb 12:12 apr.exp
-rw-r-----   1 root  wheel    3643 23 Feb 12:13 aprutil.exp
-rwxr-x--x   1 root  wheel  413580 23 Feb 12:12 libapr-0.0.9.5.dylib
lrwxr-xr-x   1 root  wheel      20 23 Feb 12:12 libapr-0.0.dylib -> 
libapr-0.0.9.5.dylib
-rw-r--r--   1 root  wheel  509512 23 Feb 12:12 libapr-0.a
lrwxr-xr-x   1 root  wheel      20 23 Feb 12:12 libapr-0.dylib -> 
libapr-0.0.9.5.dylib
-rw-r-----   1 root  wheel     729 23 Feb 12:12 libapr-0.la
-rwxr-xr-x   1 root  wheel  269456 23 Feb 12:13 libaprutil-0.0.9.5.dylib
lrwxr-xr-x   1 root  wheel      24 23 Feb 12:13 libaprutil-0.0.dylib -> 
libaprutil-0.0.9.5.dylib
-rw-r--r--   1 root  wheel  328996 23 Feb 12:13 libaprutil-0.a
lrwxr-xr-x   1 root  wheel      24 23 Feb 12:13 libaprutil-0.dylib -> 
libaprutil-0.0.9.5.dylib
-rw-r-----   1 root  wheel     958 23 Feb 12:13 libaprutil-0.la
-rwxr-xr-x   1 root  wheel  285072 23 Feb 12:12 libexpat.0.1.0.dylib
lrwxr-xr-x   1 root  wheel      20 23 Feb 12:12 libexpat.0.dylib -> 
libexpat.0.1.0.dylib
-rw-r--r--   1 root  wheel  362200 23 Feb 12:12 libexpat.a
lrwxr-xr-x   1 root  wheel      20 23 Feb 12:12 libexpat.dylib -> 
libexpat.0.1.0.dylib
-rwxr-xr-x   1 root  wheel     729 23 Feb 12:12 libexpat.la
[one-ten:local/apr/lib] correia%

The local solution is simple enough. (But I didn't go digging into the 
build system to see what needs correcting there.)

I'm an svn newbie - what is the proper protocol for getting an issue 
into the tracker, reporting a bug, etc?

Thanks,
Jim


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

Re: 1.0 Build Permissions error for installed apr libs

Posted by "C. Michael Pilato" <cm...@collab.net>.
Jim Correia <ji...@pobox.com> writes:

> I'm an svn newbie - what is the proper protocol for getting an issue
> into the tracker, reporting a bug, etc?

Check out the file "BUGS" in the top-level of the source tree.  That
should give you the heads-up you're looking for.

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