[mythtv-commits] Ticket #8973: Perl bindings may be installed to directory not in @INC

MythTV mythtv at cvs.mythtv.org
Tue Sep 21 08:30:04 UTC 2010


#8973: Perl bindings may be installed to directory not in @INC
-----------------------------+----------------------------------------------
 Reporter:  mdean            |           Owner:  beirdo    
     Type:  defect           |          Status:  closed    
 Priority:  minor            |       Milestone:  unknown   
Component:  Bindings - Perl  |         Version:  Trunk Head
 Severity:  medium           |      Resolution:  fixed     
 Keywords:                   |   Ticket locked:  0         
-----------------------------+----------------------------------------------
Changes (by beirdo):

  * status:  accepted => closed
  * resolution:  => fixed


Comment:

 (In [26427]) Fix perl bindings make install

 Instead of passing PREFIX in directly, if you want to install the Perl
 bindings
 anywhere but system default, you will need to use --perl-config-opts in
 configure like so:
  --perl-config-opts="PREFIX=/tmp/blah"

 Of course substitute in your selected PREFIX value

 If you do install them in nonstandard places, it is still up to you as the
 user
 to set @INC or PERL5LIB correctly so your scripts can see the bindings.

 Fixes #8973.

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/8973#comment:2>
MythTV <http://www.mythtv.org/>
MythTV Media Center


More information about the mythtv-commits mailing list