Ticket #739 (closed patch: fixed)
path of installed config.fpmc file on a 64bit system
| Reported by: | gerd | Owned by: | allison |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | install | Version: | 1.2.0 |
| Severity: | medium | Keywords: | |
| Cc: | Language: | ||
| Patch status: | Platform: |
Description
Executing an installed pbc_to_exe binary on a 64bit system gives out the following error-message:
pbc_to_exe hello.pbc
Can't read '/usr/lib/parrot/1.2.0/include/config.fpmc' : No such file or directory
This because on a 64bit computer config.fpmc is installed under /usr/lib64. This little patch use libdir which provides the correct path. It is also used in the SuSE patch. I tested it under Fedora.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

