installation problem
While installing a module of perl on Solaris box. I am getting some
problem.
I have downloaded DBI.1.48.tar.gz
Untar it.
I have run the command
" perl Makefile.pl" - OK
" make " - shows some error which is mentioned below:
"make: gcc: Command not found
make: *** [Perl.o] Error 127"
Can any one tell me what is the issue.
Regards,
Razat
Relevant Pages
- DBD::Oracle 1.18 installation problem
... I try to install DBD::Oracle and I got message when I do make command ... Configuring DBD::Oracle for perl 5.008004 on solaris ... Attempting to discover Oracle OCI build rules ... I use perl 5.6.1 bundled with Solaris 10 and I got this error message ... (perl.dbi.users) - Re: Wait for background processes to complete
... To be able to execute commands in the background and wait for their ... The documentation I am referring to is http://perldoc.perl.org/. ... You can run a command in the background with: ... There is a general problem with perl documentation: ... (comp.lang.perl.misc) - Re: Perl For Amateur Computer Programmers
... >professional computer programmers could use with the same ease as Basic. ... >Perl For Amateur Computer Programmers ... Also, taking into account that you're appealing to "scientists", it ... Also, as a side note, you seem to use the noun "command" in a naive ... (comp.lang.perl.misc) - Obtaining complete Unix command line that evoked script as string
... If there is a more appropriate list for this, let me know; the other perl lists I've seen seem to specialised for this. ... Note this is not just the arguments of the call to the script, but everything including pipes and redirects, etc., e.g. ... Ideally the perl interpreter would grab the complete command line as its evoked and I'd access this via a variable. ... (perl.beginners) - Re: DBD Make problem
... > Solaris version = 5.10 ... > I built the makefile by using command "perl Makefile.PL". ... > make: Fatal error: Command failed for target ... (comp.lang.perl.misc) |
|