Opened 13 years ago
Closed 13 years ago
#45 closed defect (fixed)
ODIN RPM package and missing path satement in config.sys for PE.EXE
Reported by: | gerrit | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | general enhancement |
Component: | odin | Version: | |
Severity: | high | Keywords: | |
Cc: |
Description
After installing ODIN by running YUM INSTALL LIBODIN the portable executable PE.EXE resides in .\usr\lib. In the adapted config.sys the subdirectory .\usr\lib should be in the PATH statement to run PE.EXE from anywhere, but it's not.
Change History (2)
comment:1 by , 13 years ago
comment:2 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Thanks for the report.
Executables have slipped into the "libodin" package by mistake (it's a library-only package as its name suggests). The package that contains executables to manipulate PE EXEs is called "odin-exe-tools" (it installs them to \usr\bin).
I've uploaded the fixes packages (0.7.1-3) to netlabs-rel, wait for 15-20 min and then try to update. PE.EXE and friends should get removed from \usr\lib.
Jojo, yes, exactly, the packages are designed so that it doesn't pollute PATH/LIBPATH and consequently doesn't require a reboot -) (except when you install win32k.sys of course).
Or rather, pe.exe should not be in \usr\lib but \usr\bin
No need for convoluting the path with \usr\lib..!