With Perl v 5.10.0, compiled both for threads and without, I get:
make: *** No rule to make target
`/opt/eHealth/custom/perl/lib/5.10.0/sun4-solaris-thread-multi/CORE/thrdvar.h', needed by `BerkeleyDB.o'
Any ideas?
--
Ron Savage
r...@savage.net.au
http://savage.net.au/index.html
Yep. As with DBI, PERL5LIB pointing to a previous Perl's lib was the
problem.
However, after fixing that, I got undefined symbol clock_gettime.
Perl 5.10.0 comes with Time::HiRes 1.9711. I upgraded to 1.9719, but
that did not fix the problem.