Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re: Re: Re: Re: editing paths in INC

by perlknight (Pilgrim)
on Nov 10, 2003 at 15:08 UTC ( [id://305884]=note: print w/replies, xml ) Need Help??


in reply to Re: Re: Re: editing paths in INC
in thread editing paths in INC

Please read the thread before posting. Perl -v is posted in my original post and make test is included.

Replies are listed 'Best First'.
•Re: Re: Re: Re: Re: editing paths in INC
by merlyn (Sage) on Nov 10, 2003 at 18:55 UTC
    Please read the thread before posting.
    You should follow your own advice! He said:
    You need to provide everything from `perl Makefile.PL' up until (and including) `make test',
    Where's the part between the Makefile.PL and the testing. Namely, the building? You've not included that yet, and I noticed because I was curious about that too. How could a "make all" not put the module in place that you are now testing?

    -- Randal L. Schwartz, Perl hacker
    Be sure to read my standard disclaimer if this is a reply.

Re: Re: Re: Re: Re: editing paths in INC
by ysth (Canon) on Nov 11, 2003 at 02:10 UTC
    I would still very much like to know your MakeMaker version (output from perl -MExtUtils::MakeMaker=999) and some details about your perl configuration. Can you give the output from perl -V:'(site|config_args|prefix).*'? For example:
    $ perl -V:'(site|config_args|prefix).*' prefix='/usr' config_args='-de -Dmksymlinks -Dusemultiplicity -Duse64bitint -Doptimi +ze=-O3 -Dman3ext=3pm' prefixexp='/usr' sitearch='/usr/lib/perl5/site_perl/5.8.0/cygwin-multi-64int' sitearchexp='/usr/lib/perl5/site_perl/5.8.0/cygwin-multi-64int' sitebin='/usr/bin' sitebinexp='/usr/bin' sitelib='/usr/lib/perl5/site_perl/5.8.0' sitelib_stem='/usr/lib/perl5/site_perl' sitelibexp='/usr/lib/perl5/site_perl/5.8.0' siteman1='/usr/share/man/man1' siteman3='/usr/share/man/man3' siteprefix='/usr' siteprefixexp='/usr'
    What I understand you to have reported (MakeMaker putting a module into somewhere not in @INC), shouldn't be happening. I'd like to find out what's up. (You might consider updating MakeMaker; I hesitate to recommend that not knowing how you have things set up--for all I know it might be having gotten a newer MakeMaker that broke things for you.)

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://305884]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (4)
As of 2024-04-19 22:30 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found