in reply to Re^4: Perl DBI installation problem on MacOS Sierra - Can't open blib/lib/DBI/Util/
in thread Perl DBI installation problem on MacOS Sierra - Can't open blib/lib/DBI/Util/

Hello again Nanjizal,

I took a quick look on your errors I noticed this:

'YAML' not installed, will not store persistent state

This is an important module to install before anything else. I would suggest start with this:

cpan install YAML

Then you need to work your way up to the other problems.

Give it another try and let us if you manage to resolve your problem(s).

Hint: When you use the <readmore> and </readmore> tags use then outside of the <code> and <code> tags. :)

Hope this helps, BR.

Seeking for Perl wisdom...on the process of learning...not there...yet!