Actions
Bug #52
closed
MW
IR
Lib htp installs in /usr/lib by default on OSX 10.5
Bug #52:
Lib htp installs in /usr/lib by default on OSX 10.5
Affected Versions:
Effort:
Difficulty:
Label:
Description
Lib htp installs into /usr/lib instead of /usr/local/lib by default on OSX 10.5. This makes BSD admins cranky, as the FHS standard (http://proton.pathname.com/fhs/) and "man hier" disagree.
$ pwd
/usr/lib
$ ls l libhtp* 1 root wheel 306320 Jan 8 09:50 libhtp.a
-rwxr-xr-x 1 root wheel 78360 Jan 8 09:50 libhtp-0.1.1.dylib
-rw-r--r-
lrwxr-xr-x 1 root wheel 18 Jan 8 09:50 libhtp.dylib -> libhtp-0.1.1.dylib
-rwxr-xr-x 1 root wheel 928 Jan 8 09:50 libhtp.la
Actions