"Aurangzeb M. Agha" wrote:
> Also, the finding of deHTMLxs.pm seems to be a prob.  But I'm not clear on
> why it's looking where it is.  From my home-dir, I ran:

Not sure about your other problem;  installing to an arbitrary location
as non-root while building RPM packages worked fine for me- after I
fixed this little headache with deHTMLxs.pm...

> @INC doesn't include the i386-linux dir as one of the paths.  Is this
> something that I need to resolve?

>From the spec file for the RPM I built: (Mangled a little for clarity)

eval `perl '-V:installsitearch'`
make install PREFIX=/path/to/my/installtree \
        PERL5LIB=/path/to/my/installtree/$installsitearch

I'm not certain that your setenv statements will have any effect; 
personally I'd rather make sure things get set exactly as required on a
per-command basis instead of relying on environment variables.  Yes, it
does mean more typing.  :/

You should be able to do something like "make install
PERL5LIB=/home/aagha/SPAM/Razor2/perl5" to get things working- but I
can't say for sure, as I've never actually *used* Razor on a
personal-install basis- I've always either had access to install it as
root, or someone else had already done so.

-kgd
-- 
Money is overrated.


-------------------------------------------------------
This SF.net email is sponsored by: Get the new Palm Tungsten T 
handheld. Power & Color in a compact size! 
http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0002en
_______________________________________________
Razor-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/razor-users

Reply via email to