RE: Can't locate DBI.pm
Lalitha,
My problem is:
To install perl it is asking cc
The perl source requires a compiler not necessarily cc. Install gcc. Put
the path to gcc before the path to /usr/ucb/cc. When you run configure
within in the perl source, it should detect you have gcc and use it.
I downloaded gcc from freeware,
To install gcc: if I have cc in path it is giving " /usr/ucb/cc:
language optional software package not installed" error.
The binaries from freeware (http://www.sunfreeware.com/indexsparc9.html)
should install fine without cc. You should be able to uncompress the
package and do a pkgadd on the package to install it. It should install
gcc into /usr/local/bin. To make use of the gcc, simply put
/usr/local/bin in your path before /usr/ucb.
Regards,
Michael
.
Relevant Pages
- Re: [SLE] Problems with kxdocker
... I am attempting to install kxdocker in SuSE10.1 under KDE.. ... checking for gcc... ... checking for C compiler default output file name... ... checking how to recognise dependent libraries... ... (SuSE) - Re: "easypack" gcc package
... > to the latest version of gcc, I tried twice to installing it using ... > easypack, and a third one manually, but all three failed while ... > untarring the package. ... > Of cource, the darn thing couldn't install at that time either, but at ... (comp.os.minix) - installing X libraries?? -- need your help!
... Then I tried to install a kdm theme called "QtCurve- ... checking for gcc... ... checking for C compiler default output file name... ... checking how to recognise dependent libraries... ... (Debian-User) - Re: libgcc and gcc deleted
... I deleted the packages libgcc and gcc from my system. ... the problem as I said is that I was unable to install those two rpm files ... So, without the package installed, I ... (Fedora) - Re: slmodem overwrites my system files
... However, my system package manager, dpkg, complains that some files owned ... GCC with a GCC thats compatable with the slmodem source. ... Notice that the slmodem install replaced your GCC v4.1 programs and ... (comp.os.linux.networking) |
|