[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] Perl killed my GUI
- Subject: RE: [cobalt-users] Perl killed my GUI
- From: "Stuart Low" <thedude@xxxxxxxxxxx>
- Date: Wed Nov 28 00:23:07 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
Hi,
YEP, I had this problem when I updated a RaQs Perl to 5.6.1 too. :) Turns
out Perl installs its modules into a different default location than 5.005
(/usr/local/lib/perl5/5.6.1/ as opposed to /usr/lib/perl5/5.005*/).
Best bet is to do the following;
cd /usr/local/lib/perl5/5.005*
cp -R * /usr/local/lib/perl5/5.6.1/
As root.
If that still doesn't fix it, email me off the list and I can do it in a
jiffy.
Stuart
> -----Original Message-----
> From: cobalt-users-admin@xxxxxxxxxxxxxxx
> [mailto:cobalt-users-admin@xxxxxxxxxxxxxxx]On Behalf Of kymsabq
> Sent: Wednesday, 28 November 2001 3:08 PM
> To: cobalt-users@xxxxxxxxxxxxxxx
> Subject: Re: [cobalt-users] Perl killed my GUI
>
>
> > Today I put mod_perl-1.2.6 as a DSO on my RaQ4i and then I compiled and
> > installed Perl-5.6.1. Right after this my GUI Cobalt interface started
> > giving me 500 errors.
>
> Well, I have scoured the adm_error log in /etc/admserver/logs and it
> ~appears~ that the Cobalt Perl scripts are looking for Perl
> Modules, namely
> Cobalt::Locale, Cobalt::Util, Locale::gettext, and some others
> that got gone
> when I did the Perl 'upgrade'. I found the location of the .cgi perl
> scripts that are called and crash looking for these Perl Modules. Would
> anyone know just where these rascals might be hanging out? I've spent the
> better part of the evening picking through directories as root looking for
> hidden stuff and I still have some of the drive to check out. I looked on
> Cobalt's ftp site for Perl Modules. Nothing....
>
> Much thanks for any assistance-
>
>
>
> _________________________________________________________
> Do You Yahoo!?
> Get your free @yahoo.com address at http://mail.yahoo.com
>
> _______________________________________________
> cobalt-users mailing list
> cobalt-users@xxxxxxxxxxxxxxx
> To Subscribe or Unsubscribe, please go to:
> http://list.cobalt.com/mailman/listinfo/cobalt-users
>