Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re: Perl install ignores -Dprefix

by neuty (Novice)
on Jan 23, 2015 at 21:00 UTC ( [id://1114326]=note: print w/replies, xml ) Need Help??


in reply to Perl install ignores -Dprefix

This thread a little old, but I had this same issue and thought I'd chime in what went wrong for me.

First, when I did my first ./Configure, I forgot to put the dash '-' before 'Dprefix'. Doing this seemed to mess up the build, since further Configures, makes, and make cleans with the correct flag didn't solve the problem. The issue resolved itself when I deleted the source folder, untarred it again from the tar file, and did the first, fresh ./Configure with the correct command:

./Configure -des -Dprefix=/home/user/localperl

So if anyone is still running into this issue, try deleting the source directory and doing it again with a freshly untarred folder.

Replies are listed 'Best First'.
Re^2: Perl install ignores -Dprefix
by Anonymous Monk on Jan 24, 2015 at 03:21 UTC
    there is also a  make realclean :)

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (7)
As of 2024-04-24 09:50 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found