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

1.0 Build Permissions error for installed apr libs

From: Jim Correia <jim.correia_at_pobox.com>
Date: 2004-02-23 18:18:16 CET

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
Received on Mon Feb 23 18:18:16 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.