Opened 18 years ago
Last modified 16 years ago
#1079 closed enhancement
Ohana's mktemp shadows BSD's mktemp, leading to 'man' failure — at Initial Version
| Reported by: | Owned by: | eugene | |
|---|---|---|---|
| Priority: | low | Milestone: | |
| Component: | Ohana | Version: | current |
| Severity: | minor | Keywords: | |
| Cc: |
Description
After psconfig ipp-2.5 etc., Ohana's mktemp is the first mktemp that's found on the path.
On our Linux installation (Suse 10), man needs nroff needs OpenBSD's /bin/mktemp, but finds Ohana's mktemp instead, and of course can't do anything with it:
mktemp: error while loading shared libraries: libdvo.so: cannot open shared object file: No such file or directory
/usr/bin/nroff: Can't create temp directory, exiting...
Suggested fix: rename Ohana's mktemp into ohana_mktemp or something like that.
Note:
See TracTickets
for help on using tickets.
