On Wed, 2009-08-12 at 19:38 +1000, Ron Savage wrote: > Hi Folks > > 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?
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. -- Ron Savage [email protected] http://savage.net.au/index.html
