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/


Reply via email to