Thanks. Applied. I also changes the earlier m//;
Tim.
p.s. Uh, worked for me as was. Oh well, thanks.
On Thu, Aug 30, 2001 at 05:16:19PM -0400, John D Groenveld wrote:
> LD_RUN_PATH still doesn't seem to get set...
> John
> [EMAIL PROTECTED]
>
> *** Makefile.PL 2001/08/30 20:58:16 1.1
> --- Makefile.PL 2001/08/30 21:15:57
> ***************
> *** 1139,1145 ****
> # if it's empty then set it manually
> $ldrp ||= "$OH/lib:$OH/rdbms/lib";
> # stitch it back in
> ! s/^LD_RUN_PATH=(.*)/LD_RUN_PATH=$ldrp/m;
> my $env = $ENV{LD_RUN_PATH};
> print "Ignoring LD_RUN_PATH='$env' in environment\n" if $env;
> print "LD_RUN_PATH=$ldrp\n";
> --- 1139,1145 ----
> # if it's empty then set it manually
> $ldrp ||= "$OH/lib:$OH/rdbms/lib";
> # stitch it back in
> ! s/^LD_RUN_PATH\s*=\s*(.*)/LD_RUN_PATH=$ldrp/m;
> my $env = $ENV{LD_RUN_PATH};
> print "Ignoring LD_RUN_PATH='$env' in environment\n" if $env;
> print "LD_RUN_PATH=$ldrp\n";
>
>