Re: [blfs-dev] Berkeley DB library locations

2020-12-03 Thread Tim Tassonis via blfs-dev
On 12/3/20 10:18 PM, Bruce Dubbs via blfs-dev wrote: In some cases PAM may use Berkeley DB libraries.  We should probably change the bdb build to move the libraries to /lib: ... ../dist/configure --prefix=/usr  \   --libdir=/lib  \  <-- added   --enab

Re: [blfs-dev] Location of Cmake's Vim files

2020-12-03 Thread Bruce Dubbs via blfs-dev
On 12/3/20 6:38 PM, Kevin Buckley via blfs-dev wrote: Noticed this when doing a PkgUser install because of a conflict between Vim and CMake The install of Vim has deployed, amongst other things pkg cmake:cmake-3.18.1> ls -l /usr/share/vim/vim82/ total 384 drwxr-xr-x

[blfs-dev] Location of Cmake's Vim files

2020-12-03 Thread Kevin Buckley via blfs-dev
Noticed this when doing a PkgUser install because of a conflict between Vim and CMake The install of Vim has deployed, amongst other things pkg cmake:cmake-3.18.1> ls -l /usr/share/vim/vim82/ total 384 drwxr-xr-x 4 vim vim 4096 Nov 24 18:57 autoload -rw-r--r--

[blfs-dev] Berkeley DB library locations

2020-12-03 Thread Bruce Dubbs via blfs-dev
In some cases PAM may use Berkeley DB libraries. We should probably change the bdb build to move the libraries to /lib: ... ../dist/configure --prefix=/usr \ --libdir=/lib \ <-- added --enable-compat185 \ --enable-dbm \

Re: [blfs-dev] Linux-PAM option --enable-db=no

2020-12-03 Thread Thomas Trepl via blfs-dev
Am Mittwoch, dem 02.12.2020 um 20:13 +0100 schrieb Tim Tassonis via blfs-dev: > > On 12/1/20 11:23 PM, Bruce Dubbs via blfs-dev wrote: > > On 12/1/20 3:02 PM, Tim Tassonis via blfs-dev wrote: > > > > > > > > > On 12/1/20 5:33 PM, Bruce Dubbs via blfs-dev wrote: > > > > On 12/1/20 7:48 AM, Tim Ta