Darrell Shifflett wrote:
> On Tue, 13 Jul 1999, Richard Reina wrote:
>
> > > >
> > > > Thanks once again for responding so quickly. Unfortunately I still
> cannot
> > > > get it ot work.
> > > >
> > > > I tried:
> > > >
> > > > cd mnt/cdrom/SRPMS
> > > > rpm -i make-3.76.1-5.src.rpm
> > > >
> > > > I then went back to the directory where the DBI files are, but I still
> get
> > > > command not found when
> > > > I try the make command.
> > > >
> > > > Any ideas
> > > >
> > > > Richard
>
> mount your cdrom first.
>
> mount /cdrom
> this is in my /etc/fstab
> /dev/cdrom /cdrom iso9660 noauto,ro 0 0
>
> then .. cd /cdrom ; ls
> All rpms are shown.
> I have a cdrom directory in /
> If you have /mnt/cdrom in / then cd /mnt/cdrom
It worked. I found it. However, are the last couple of lines (begining with
make:cc: and make:*** ) going to cause me problems later?
make test
cc -c -Dbool=char -DHAS_BOOL -I/usr/local/include -O2 -DVERSION=\"1.08\"
-DXS_VERSION=\"1.08\" -fpic -I/usr/lib/perl5/i386-linux/5.00404/CORE
-DDBI_NO_THREADS Perl.c
make: cc: Command not found
make: *** [Perl.o] Error 127