in reply to Re: Error during compilation of 5.8.8 on solaris 10
in thread Error during compilation of 5.8.8 on solaris 10
Hi,
I encountered the same problem. A simple link did the job:
ln -s /usr/lib/libdb.so.1 /usr/lib/libdb.so
after doing so, I could compile perl5.8.8
(whithout installing the "patch" mentioned above) ;-)
Bye,
PiT