[Gmod-help] Re: [Gmod-gbrowse] /usr/bin/perl hard-coded?
Lincoln Stein
lincoln.stein at gmail.com
Tue Jul 14 16:30:41 EDT 2009
What I'm doing for Erick is to use the Module::Build infrastructure to
rewrite the shebang line so that whichever Perl was invoked during the
initial configuration is used for all later invocations.
This said, I highly recommend that either mod_perl or fastCGI be used for
gbrowse2, as they greatly increase responsiveness of the application. In
either case, the shebang line is ignored.
Lincoln
On Tue, Jul 14, 2009 at 4:25 PM, Robert Citek <robert.citek at gmail.com>wrote:
> An alternative to symlinks is to use /usr/bin/env. That is, modify
> the #! of the script from this:
>
> #!/usr/bin/perl
>
> to this:
>
> #!/usr/bin/env perl
>
> The advantage being that you can then adjust your PATH environment to
> the perl you wish to use, which is especially useful if you have
> multiple versions or configurations of perl installed on the same
> system.
>
> Regards,
> - Robert
>
>
> On Tue, Jul 14, 2009 at 1:57 PM, Dave Clements, GMOD Help
> Desk<gmodhelp at googlemail.com> wrote:
> > The common wisdom on the web is to make one be a sym lnk to the other.
>
>
> ------------------------------------------------------------------------------
> Enter the BlackBerry Developer Challenge
> This is your chance to win up to $100,000 in prizes! For a limited time,
> vendors submitting new applications to BlackBerry App World(TM) will have
> the opportunity to enter the BlackBerry Developer Challenge. See full prize
> details at: http://p.sf.net/sfu/Challenge
> _______________________________________________
> Gmod-gbrowse mailing list
> Gmod-gbrowse at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gmod-gbrowse
>
--
Lincoln D. Stein
Director, Informatics and Biocomputing Platform
Ontario Institute for Cancer Research
101 College St., Suite 800
Toronto, ON, Canada M5G0A3
416 673-8514
Assistant: Renata Musa <Renata.Musa at oicr.on.ca>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://brie4.cshl.edu/pipermail/gmod-help/attachments/20090714/626e3681/attachment.html>
More information about the Gmod-help
mailing list