shared libraries compatibility
From: Ittay Dror (notreal_at_mailinator.com)
Date: 03/28/04
- Previous message: Hon Seng Phuah: "Re: about timestamp reformat"
- Next in thread: Gunnar Hjalmarsson: "Re: shared libraries compatibility"
- Reply: Gunnar Hjalmarsson: "Re: shared libraries compatibility"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 27 Mar 2004 21:48:42 -0800
Hi,
I want to write a perl script which will run on diverse client
machines. I don't want to force the clients to install any perl
modules, so I want to package them with my script.
So I put the external modules under my app tree and add this path to
@INC when the script starts.
However, I have problems with shared libraries that come with some
modules (specifically HTML::Parser). Sometimes the runtime environment
is not the same as the compile time and I get undefined symbols
(PL_sv_undef in HTML::Parser for Parser.so). Any suggestions as to how
to resolve this issue?
Thanx,
Ittay
- Previous message: Hon Seng Phuah: "Re: about timestamp reformat"
- Next in thread: Gunnar Hjalmarsson: "Re: shared libraries compatibility"
- Reply: Gunnar Hjalmarsson: "Re: shared libraries compatibility"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|