Share

SandWeb

Tracker: Bugs

5 PERLPREFIX not set in Makefile - ID: 1087756
Last Update: Settings changed ( formnull )

When running make install it gets a fatal error running
custom_install in Makefile.

Problem is a variable, PERLPREFIX, in Makefile that is
used and required by install_script.pl (as the first
paramter to that script), but doesn't get defined.

A workaround is to define this yourself.
Ex: (From Makefile)
---snip----
RANLIB = :
SO = so
EXE_EXT =
FULL_AR = /usr/bin/ar
---Added row---
PERLPREFIX = /usr/local
---end of added row---
---end of snip---

After this was added the installation could continue.

There was a person, Jason, asking about this on the
forum, but I couldn't answer him (I'm not on the list)
and I couldn't find his e-mail address here.


Anders Mårtensson ( vondi ) - 2004-12-19 01:16

5

Closed

Works For Me

Nick Jennings

install process

1.0

Public


Comment ( 1 )




Date: 2005-11-27 22:11
Sender: formnullProject Admin

Logged In: YES
user_id=167041

PERLPREFIX is set to PREFIX in the Makefile after running
perl Makefile.PL in the 1.0.1 release. Please reopen if you
have more info or problems.




Log in to comment.

Attached File

No Files Currently Attached

Changes ( 3 )

Field Old Value Date By
close_date - 2005-11-27 22:11 formnull
status_id Open 2005-11-27 22:11 formnull
resolution_id None 2005-11-27 22:11 formnull