Mozy Online Backup: 2GB Free. Automatic. Secure.
Subject: LD_LIBRARY_PATH problem - msg#00017
List: lang.perl.par
Hi all,
I have recently started using PAR and I really appreciate what it does.
However, I have a problem with the shared objects needed to execute an exe
file.
I have packed that file with all .so files needed and I can see that all of
them are located in the /shlib/.. directory. Still when I try to execute the
file it complains that it cannot find the shared objects.
It works if I unpack the executable and copy the so files needed to say /tmp
and add /tmp to the $LD_LIBRARY_PATH, but this is an additional step I do
not like to perform.
I use PAR-085 on Solaris.
Thanks in advance!
/Johan
Was this page helpful?
Thread at a glance:
Previous Message by Date:
click to view message preview
Re: compiling PAR with Visual C++ toolkit
On 19 Oct 2004 at 19:58, Edward Peschko wrote:
> ok, then another question.. have you used vc6 to compile perl itself? For
> some reason,
> when I use vc6, ..\perl.h has a bunch of incorrect return codes (ie: it
> expects
> 'sys/time.h' which doesn't exist, and has 'long long', etc), and I looked
> through
> the docs for an equivalent to configure.gnu...
>
> Am I doing something braindead, or is the perl build for 5.8.5 really this
> broken for
> vc6?
>
> Ed
I hadn't tried 5.8.5 before, but just now downloaded and compiled with VC6,
doing:
cd perl-5.8.5\win32
vcvars32
nmake
nmake test
and got no compile errors. I did get 2 of 86043 subtests failed during test.
In my VC6 dirs, time.h is in include/ rather than include/sys/ but I didn't see
any
error on this during compile.
Alan
Next Message by Date:
click to view message preview
Event
Hi,
"use Event" seems to require -M Event::idle ( and io, timer,signal and var )
--
Key fingerprint = 40D0 9FFB 9939 7320 8294 05E0 BCC7 02C4 75CC 50D9
We're giving you a new chance in life, and an opportunity
to screw it up in a new, original way.
Previous Message by Thread:
click to view message preview
compiling PAR with Visual C++ toolkit
hey all,
I tried to compile PAR with Microsoft's Visual C++ toolkit - and it looks like
it
is so braindead that it can't even find 'windows.h'.
Has anybody done this, or do you need to stick to VC++ 6+?
Thanks much,
Ed
Next Message by Thread:
click to view message preview
Event
Hi,
"use Event" seems to require -M Event::idle ( and io, timer,signal and var )
--
Key fingerprint = 40D0 9FFB 9939 7320 8294 05E0 BCC7 02C4 75CC 50D9
We're giving you a new chance in life, and an opportunity
to screw it up in a new, original way.