[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: embedded perl and upgrades



Brendan O'Dea wrote:
> On Wed, Nov 12, 2003 at 01:59:52PM +1100, Brendan O'Dea wrote:
> >On Tue, Nov 11, 2003 at 09:28:11PM -0500, Joey Hess wrote:
> >>I have a daemon (mood in mooix) that embeds perl and loads perl modules
> >>from time to time in a complicated way. After upgrading perl from 5.8.1
> >>to 5.8.2, my daemon still looks in the old 5.8.1 directories for perl
> >>core modules, and cannot find them. 
> >
> >Setting of @INC is done in perl_parse(), which is in libperl...  You'll
> >have problems if you link to libperl.a, but libperl.so.5.8 works fine.
> 
> Hrm...  I think I see what you mean now.  You need to restart mood when
> libperl5.8 is upgraded.

Or something to that effect, yes. I am limking with libperl.so.

(BTW, what kind of speed difference am I likely to see on i386 if I link
to the static library like /usr/bin/perl does?)

> Not sure of a good way to do that.

:-(

-- 
see shy jo

Attachment: signature.asc
Description: Digital signature


Reply to: