Opened 19 years ago

Closed 19 years ago

Last modified 17 years ago

#46 closed patch (wontfix)

make install should use the full path to ldconfig

Reported by: memoryguy@… Owned by: Isaac Richards
Priority: trivial Milestone: unknown
Component: mythtv Version: head
Severity: low Keywords:
Cc: Ticket locked: no

Description

I compile Myth as a normal user, and then use sudo to run the make install step. But this doesn't quite work because /sbin isn't in my normal user's path (as it shouldn't be) and make install calls "ldconfig" without specifying the full path.

A trivial patch to mythfrontend.pro makes it use the full path so that "sudo make install" can work.

Attachments (1)

mythfrontend.pro.patch (529 bytes) - added by memoryguy@… 19 years ago.
Patch to use full path to ldconfig

Download all attachments as: .zip

Change History (2)

Changed 19 years ago by memoryguy@…

Attachment: mythfrontend.pro.patch added

Patch to use full path to ldconfig

comment:1 Changed 19 years ago by danielk

Resolution: wontfix
Status: newclosed

This can be solved by simply adding sbin to the path when sudo'ing. This patch could cause more problems. For instance where is ldconfig on MacOS X?

Note: See TracTickets for help on using tickets.