>On 8/24/06, Lampang, Arman Elianto <[EMAIL PROTECTED]> wrote: >> >> >> *** Error code 2 >> make: Fatal error: Command failed for target `Oracle.o' >> >> I use perl 5.6.1 bundled with Solaris 10 and I got this error message >> Do anyone can help me ?
>Use a current version of Perl. > >I don't know if that is the exact problem here, but that is where I would >start. > >Current versions are 5.8.x. > >Many folks consider it best practice to install a separate version of Perl >for use with database work. > >Modifying (such as adding modules) the version used by the OS is not >generally a good idea. It's not really just because it is not generally a good idea, as far as I remember In order for it to work at all you have to compile any additional modules (or DBI and DBDs anyway) with the same compiler that perl was built with. Generally that is not available or practical. Get your own perl but make sure you don't install it over the one that is there that is generally a bad thing. Ken. **************************************************************************************************************************************************** This e-mail and any accompanying documents contain confidential information intended for a specific individual which is private and protected by law. If you are not the intended recipient, any disclosure, copying, distribution or other use of this information is strictly prohibited. You are also requested to advise us immediately if you receive information which is not addressed to you. beCogent is Authorised and Regulated by the Financial Services Authority. *****************************************************************************************************************************************************
