On Thu, Apr 17, 2008 at 7:37 PM, Chas. Owens <[EMAIL PROTECTED]> wrote:
>
> On Apr 17, 2008, at 10:03, Sharan Basappa wrote:
> snip
>
>
> > $perl Makefile.PL PREFIX=/u/basappas/local/perl/perm_install
> >
> snip
>
> Try
>
> use lib "/u/basappas/local/perl/perm_install/lib/perl5/site_perl";
>
>
On Apr 17, 2008, at 10:03, Sharan Basappa wrote:
snip
$perl Makefile.PL PREFIX=/u/basappas/local/perl/perm_install
snip
Try
use lib "/u/basappas/local/perl/perm_install/lib/perl5/site_perl";
--
Chas. Owens
wonkden.net
The most important skill a programmer can have is the ability to read.
-
On Thu, Apr 17, 2008 at 1:26 AM, Rob Dixon <[EMAIL PROTECTED]> wrote:
> Sharan Basappa wrote:
> > Rob,
> >
> > I replied to Chas' mail with steps I have followed to install the module.
> > I have also tried omitting Algorithm to PREFIX, but that does not help.
> >
> > perl Makefile.PL PREFIX=
Sharan Basappa wrote:
> Rob,
>
> I replied to Chas' mail with steps I have followed to install the module.
> I have also tried omitting Algorithm to PREFIX, but that does not help.
>
> perl Makefile.PL PREFIX=/u/basappas/local/perl/iter2/Algorithm-Permute-0.11
> make install
> setenv PERL5LIB /u/
Rob,
I replied to Chas' mail with steps I have followed to install the module.
I have also tried omitting Algorithm to PREFIX, but that does not help.
perl Makefile.PL PREFIX=/u/basappas/local/perl/iter2/Algorithm-Permute-0.11
make install
setenv PERL5LIB /u/basappas/local/perl/iter2/Algorithm-Pe
On Tue, Apr 15, 2008 at 9:58 PM, Chas. Owens <[EMAIL PROTECTED]> wrote:
> Where/how did you install the module. If it was not installed in the normal
> directory (ie the one it will be installed in if you installed as root) you
> will need to either set the PERL5_LIB environmental variable or use
Sharan Basappa wrote:
> On Fri, Apr 4, 2008 at 8:48 PM, Sharan Basappa <[EMAIL PROTECTED]> wrote:
>> Dont seem to have luck. I did make test followed by make install.
>> Here is what I got:
>> make install
>> Installing
>> /u/basappas/local/perl/Algorithm-Permute-0.06/lib/perl5/site_perl/5.8.5/
Where/how did you install the module. If it was not installed in the
normal directory (ie the one it will be installed in if you installed
as root) you will need to either set the PERL5_LIB environmental
variable or use the lib pragma.
--
Chas. Owens
wonkden.net
The most important skill a
On Fri, Apr 4, 2008 at 8:48 PM, Sharan Basappa <[EMAIL PROTECTED]> wrote:
> Dont seem to have luck. I did make test followed by make install.
> Here is what I got:
> make install
> Installing
> /u/basappas/local/perl/Algorithm-Permute-0.06/lib/perl5/site_perl/5.8.5/i386-linux-thread-multi/auto/
Dont seem to have luck. I did make test followed by make install.
Here is what I got:
make install
Installing
/u/basappas/local/perl/Algorithm-Permute-0.06/lib/perl5/site_perl/5.8.5/i386-linux-thread-multi/auto/Algorithm/Permute/Permute.so
Installing
/u/basappas/local/perl/Algorithm-Permute-0.06/
> I did the following:
> perl Makefile.PL PREFIX=/u/basappas/local/perl/Algorithm-Permute-0.06
That's probably where you've got the Algorithm-Permute source - I'm
not so sure it's a good idea to install the module into the source
folder, but if you want to do that then next run 'make test', follow
Here is what I have been able to do after installing the permute module:
My updated code looks like:
#!/usr/bin/perl
use lib "/u/basappas/local/perl/Algorithm-Permute-0.06/Algorithm::Permute";
Algorithm::Permute::permute { print "@array\n" } @array;
When I execute this script, I get the following
I did the following:
perl Makefile.PL PREFIX=/u/basappas/local/perl/Algorithm-Permute-0.06
I got the following message:
perl/Algorithm-Permute-0.06
Writing Makefile for Algorithm::Permute
Now what? Should I execute the make file?
After that can I point to this library and start using new library
On Mar 25, 2:52 am, [EMAIL PROTECTED] (Sharan Basappa) wrote:
> Hi,
>
> I am trying to use permute call from the above module and I get the
> following error.
> I believe this is due to either missing lib or incorrect path setting.
> Can you tell
> me how to install this package quickly in my home
On Mar 24, 11:52 am, [EMAIL PROTECTED] (Sharan Basappa) wrote:
> Hi,
>
> I am trying to use permute call from the above module and I get the
> following error.
> I believe this is due to either missing lib or incorrect path setting.
> Can you tell
> me how to install this package quickly in my home
15 matches
Mail list logo