Opened 20 years ago
Closed 20 years ago
Last modified 19 years ago
#46 closed patch (wontfix)
make install should use the full path to ldconfig
| Reported by: | 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)
Change History (2)
by , 20 years ago
| Attachment: | mythfrontend.pro.patch added |
|---|
comment:1 by , 20 years ago
| Resolution: | → wontfix |
|---|---|
| Status: | new → closed |
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.

Patch to use full path to ldconfig