On Sun, Jun 15, 2014 at 11:36 AM, 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!

That's finding the system one, not the one you just installed under
/usr/local/apr/bin.

> 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

Because you added it to the end of the PATH, the system will still
find the one under /usr/bin first.

> 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:

I'm pretty deep into SWAG territory here, but my guess is that the
version installed with the system is not the required 1.5.3 (or
whatever it was), and that explains those C compiler errors you're
getting.

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