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

Re: embedded perl and upgrades



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.

Not sure of a good way to do that.

--bod



Reply to: