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";


Reply via email to