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
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
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--
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 \
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