Hi John, Thanks for getting back to me. I'm attempting a source install since that's easiest for my environment. As far as I know, all that's required for building apr-util is this configure flag :
./configure --with-apr=/usr/local/apr/bin then make/ make install. That seemed to go ok. libtool: finish: PATH="/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:/sbin" ldconfig -n /usr/local/apr/lib ---------------------------------------------------------------------- Libraries have been installed in: /usr/local/apr/lib If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the `-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the `LD_LIBRARY_PATH' environment variable during execution - add LIBDIR to the `LD_RUN_PATH' environment variable during linking - use the `-Wl,-rpath -Wl,LIBDIR' linker flag - have your system administrator add LIBDIR to `/etc/ld.so.conf' See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- /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. [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) If I do a find from root for 'apr-util' this is all I get back: [root@host1 apr-util-1.5.3]# find / -name "*apr-util*" /tmp/install/src/apr-util-1.5.3 /tmp/install/src/apr-util-1.5.3/apr-util.spec /tmp/install/src/apr-util-1.5.3/build/rpm/apr-util.spec.in /tmp/install/src/apr-util-1.5.3/apr-util.pc.in /tmp/install/src/apr-util-1.5.3/apr-util.pc /tmp/install/src/apr-util-1.5.3.tar.bz2 /usr/local/apr/lib/apr-util-1 /usr/local/apr/lib/pkgconfig/apr-util-1.pc /usr/lib/apr-util-1 /usr/lib/pkgconfig/apr-util-1.pc And I don't see anything that could be considered a binary. Maybe I've done something wrong here? Thanks Tim On Sun, Jun 15, 2014 at 12:53 PM, John SJ Anderson <geneh...@genehack.org> wrote: > On Fri, Jun 13, 2014 at 3:45 PM, Tim Dunphy <bluethu...@gmail.com> wrote: > > > How can I specify apr-util to this perl module when apr-util 1.5.1 is > > already installed. > > Can you confirm that 'which apr-util' shows that the command is > actually in your $PATH? > > 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