Sorry. I should clarify that this is not the perl Build.PL. This is what I get when I just run ../Build
My bad. But also I want to mention that I am seeing this warning when I run perl Build.PL config.status: creating tools/backup/hot-backup.py config.status: creating tools/hook-scripts/commit-access-control.pl config.status: creating subversion/bindings/swig/perl/native/Makefile.PL config.status: creating subversion/svn_private_config.h.tmp config.status: executing libtool commands config.status: executing svn_private_config.h.tmp commands configure: WARNING: we have configured without BDB filesystem support You don't seem to have Berkeley DB version 4.0.14 or newer installed and linked to APR-UTIL. We have created Makefile which will build Subversion without support for the Berkeley DB back-end. You can find the latest version of Berkeley DB here: http://www.oracle.com/technology/software/products/berkeley-db/index.html You should now run ./Build. And I'm not sure if the above error I just showed you is the result of this warning that I'm now getting. Thanks On Sun, Jun 15, 2014 at 2:36 PM, Tim Dunphy <bluethu...@gmail.com> wrote: > Ok! Well if I do a which on that program: > > [root@uszmpaplp005lc apr-util-1.5.3]# which apu-1-config > /usr/bin/apu-1-config > > It's found. Yay! > > But just for good measure I try adding that directory to my PATH. > > [root@host1 apr-util-1.5.3]# echo $PATH > > /opt/python27/bin:/opt/php-5.3.28/bin:/opt/csvquerytool-0.0.3/bin:/opt/python27/bin:/opt/php-5.3.28/bin:/usr/kerberos/sbin:/usr/kerberos/bin:/opt/csvquerytool-0.0.3/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/opt/apache2/bin:/root/bin:/opt/apache2/bin:/usr/local/apr/bin > > > So I ran the perl Build.PL process again and got much further along than I > had before! However no luck as of yet, as it's now giving me this error: > > core.c: In function ‘_wrap_svn_diff_hunk_readline_original_text’: > core.c:34910: error: ‘bool’ undeclared (first use in this function) > core.c:34910: error: expected ‘:’ before numeric constant > core.c:34912: error: expected ‘:’ before numeric constant > core.c:34917: error: expected ‘:’ before numeric constant > core.c:34919: error: expected ‘:’ before numeric constant > core.c:34923: error: expected ‘:’ before numeric constant > core.c:34926: error: expected ‘:’ before numeric constant > core.c: In function ‘_wrap_svn_diff_hunk_readline_modified_text’: > core.c:35013: error: ‘bool’ undeclared (first use in this function) > core.c:35013: error: expected ‘:’ before numeric constant > core.c:35015: error: expected ‘:’ before numeric constant > core.c:35020: error: expected ‘:’ before numeric constant > core.c:35022: error: expected ‘:’ before numeric constant > core.c:35026: error: expected ‘:’ before numeric constant > core.c:35029: error: expected ‘:’ before numeric constant > core.c: In function ‘_wrap_svn_diff_fns2_invoke_datasource_get_next_token’: > core.c:36518: error: ‘bool’ undeclared (first use in this function) > core.c:36518: error: expected ‘:’ before numeric constant > core.c:36521: error: expected ‘:’ before numeric constant > core.c:36524: error: expected ‘:’ before numeric constant > core.c: In function ‘_wrap_svn_diff_fns2_invoke_token_compare’: > core.c:36605: error: ‘bool’ undeclared (first use in this function) > core.c:36605: error: expected ‘:’ before numeric constant > core.c:36608: error: expected ‘:’ before numeric constant > core.c: In function ‘_wrap_svn_diff_fns_invoke_datasource_get_next_token’: > core.c:36908: error: ‘bool’ undeclared (first use in this function) > core.c:36908: error: expected ‘:’ before numeric constant > core.c:36911: error: expected ‘:’ before numeric constant > core.c:36914: error: expected ‘:’ before numeric constant > core.c: In function ‘_wrap_svn_diff_fns_invoke_token_compare’: > core.c:36995: error: ‘bool’ undeclared (first use in this function) > core.c:36995: error: expected ‘:’ before numeric constant > core.c:36998: error: expected ‘:’ before numeric constant > make: *** [core.o] Error 1 > building SV::Core failed at inc/My/SVN/Builder.pm line 139. > > This is line 139 of that file with a little context added: > > $self->_run($^X, "Makefile.PL", $self->_makemaker_args) > or do { warn "running Makefile.PL failed"; return 0 }; > $self->_run("make") or do { warn "building SV::Core failed"; return 0 > }; # <-- line 139 > > > I'd DEFINITELY appreciate any help you could render. This is driving me > nuts! Please let me know if you'd like to see more of either the error or > the file. > > Again, thanks! > > > > On Sun, Jun 15, 2014 at 1:48 PM, John SJ Anderson <geneh...@genehack.org> > wrote: > >> On Sun, Jun 15, 2014 at 10:39 AM, Tim Dunphy <bluethu...@gmail.com> >> wrote: >> > Hi John, >> > >> > ---------------------------------------------------------------------- >> > /usr/bin/install -c -m 644 aprutil.exp /usr/local/apr/lib >> > /usr/bin/install -c -m 755 apu-config.out >> /usr/local/apr/bin/apu-1-config >> > >> > However when I do a 'which apr-util' I get nothing back. >> >> Sorry, I forgot apr-utils isn't the name of the command you need. >> >> It's apu-1-config -- see the last 'install' command in the 'make >> install' output above. >> >> > [root@host1 apr-util-1.5.3]# which apr-util >> > /usr/bin/which: no apr-util in >> > >> (/opt/python27/bin:/opt/php-5.3.28/bin:/usr/kerberos/sbin:/usr/kerberos/bin:/opt/csvquerytool-0.0.3/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/opt/apache2/bin:/root/bin) >> >> You don't have /usr/local/apr/bin in that PATH. Try adding it. >> >> j. >> >> -- >> To unsubscribe, e-mail: beginners-unsubscr...@perl.org >> For additional commands, e-mail: beginners-h...@perl.org >> http://learn.perl.org/ >> >> >> > > > -- > GPG me!! > > gpg --keyserver pool.sks-keyservers.net --recv-keys F186197B > > -- GPG me!! gpg --keyserver pool.sks-keyservers.net --recv-keys F186197B