stow/tdw-experimental
2009-07-18 13:56:22 -07:00
..
rails-stow Added Rails program 2009-07-17 08:14:10 +04:00
sample-configs new file 2009-07-17 09:24:58 -07:00
gnu-install Added Rails program 2009-07-17 08:14:10 +04:00
gnu.db Added autoconf 2.63 and automake 1.11 2009-07-18 13:56:22 -07:00
README Updated instructions for install Perl DBI and DBH::SQLite 2009-07-17 00:21:35 +04:00
sql-gnu-populate Added autoconf 2.63 and automake 1.11 2009-07-18 13:56:22 -07:00

# su -c 'perl -MCPAN -e "install DBI"'
# su -c 'perl -MCPAN -e "install DBD::SQLite"'

Plan:
1. Write a Perl program with _very_ simple dependency checking.
2. Make notes on ldconfig
3. Make notes on various packages, e.g. OpenSSL

##############################################################################
Note about /sbin/ldconfig:
The ldconfig man page (ldconfig(8) states that "ldconfig ignores symbolic links
when scanning for libraries." What does this mean?

Stowing OpenSSL
I ( Troy Will April 2009 ) did a ./config --prefix=/usr/local shared && make &&
  make install of OpenSSL. With Stow could not find the shared libraries with
  ldconfig -v. Installing directly without Stow, I was able to find the shared
  libraries with ldconfig -v.