Re: [PDK-Beta] Can't locate Config_dynamic.pl in @INC
by Steven Rowe other posts by this author
Nov 29 2006 8:29AM messages near this date
view in the new Beta List Site
Re: [PDK-Beta] Can't locate Config_dynamic.pl in @INC
|
Re: [PDK-Beta] Can't locate Config_dynamic.pl in @INC
Hi Gisle,
Gisle Aas wrote:
> Steven Rowe <sarowe@[...].edu> writes:
> > When I run perlapp from PDK 7.0 Beta 1 on an x86_64 box, with ActivePerl
> > 5.8.8.819 compiled from source, I get the following error:
> >
> > -----
> > Can't locate Config_dynamic.pl in @INC
[snip]
> > -----
> >
> > Does anyone know what the problem is here? I can't find anything called
> > "Config_dynamic.pl" on my system anywhere. Does perlapp require that
> > Perl is configured to produce libperl.so?
>
> Yes. If it can't find libperl.so in the perl installation it will use
> the one bundled with PDK itself and this one is compiled so that
> Config wants to pick up Config_dynamic.pl (instead of
> Config_heavy.pl). It might be you can get away with setting up a
> symbolic link from "Config_dynamic.pl" to "Config_heavy.pl".
I tried both approaches: symlinking Config_dynamic.pl to
Config_heavy.pl, leaving Perl configured *without* libperl.so; and
reconfiguring and recompiling ActivePerl to produce libperl.so. Both
worked - or at least, perlapp produced output in both cases, where it
previously was not.
> BTW, why do you want to compile ActivePerl from source? Why not use
> just use this one?
>
> http://downloads.activestate.com/ActivePerl/Linux/5.8/ActivePerl-5.8.8.819-x86_64-linux-gl
ibc-2.3.3-gcc-267479.tar.gz
Why wouldn't I want to compile ActivePerl from source? :)
The ActiveState website doesn't list the configuration for binaries, so
I'd have to install it to find out if it was configured like I wanted.
(I just did that, and I see that it does happen to be, so I could have
gone this route.)
While I understand that support is simpler when everybody's on the same
page, I'm by nature leery of relinquishing freedom for safety's sake ;).
Thanks very much for your help.
Steve
_______________________________________________
PDK-Beta@[...].com
http://listserv.ActiveState.com/mailman/listinfo/pdk-beta
Thread:
Steven Rowe
Gisle Aas
Steven Rowe
Jan Dubois
|