[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] MetaDot
- Subject: [cobalt-users] MetaDot
- From: "Steve Ball" <steve@xxxxxxxxxxx>
- Date: Wed Jan 17 12:10:34 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
Hi guys,
I'm going through the Metadot install but I'm having a problem installing
the Perl module DBI.
The mail below is one I found from the perl archives.
Does anyone know if the "kernal-headers package" is installed on the RaQ3?
Thanks,
Steve
-----------------------------
Question: When you upgraded your redhat installation, did you install the
kernel-headers package? Is there a /usr/include/asm link? The latter
usually is created during the kernel-headers install...
-Alan
-----Original Message-----
From: Swisher, Karl <kswisher@xxxxxxxxxx>
To: dbi-users@xxxxxxx <dbi-users@xxxxxxx>
Date: Friday, January 07, 2000 4:34 PM
Subject: Upgrading is not painless
> *** From dbi-users - To unsubscribe, see the end of this message. ***
> *** DBI Home Page - http://www.symbolstone.org/technology/perl/DBI/ ***
>
>Hello,
> I'm new to this list. I searched the archeive but didn't find this
>problem there.
>
>Here is the problem:
> DBI quit connecting after upgrading from perl 5.004.04
> to 5.005.03 during an upgrade from RH5.2 to RH6.1. Perl 5.004.04 was
compiled
>under RH5.2 on my machine and 5.005.03 was installed by RPM. I then
remembered
>everything works best if it is compiled on the machine it is run on. I'm
>having the same type of compiling errors on a recompile of DBI-1.1.3 and
perl
>5.004.04. It errors out on a "make ?file?.o" after not being able to
>find several include files. A short example from a failed DBI compile
below.
>
>In file included from /usr/include/signal.h:294,
>from /usr/lib/perl5/5.00503/i386-linux/CORE/unixish.h:93,
>from /usr/lib/perl5/5.00503/i386-linux/CORE/perl.h:1121,
>from DBIXS.h:19,
>from DBI.xs:10:/usr/include/bits/sigcontext.h:28: asm/sigcontext.h: No such
file or directory
>make: *** [DBI.o] Error 1