Do this: I used system imager on redhat 6.2 recently and got the same error. Do a "locate AppConfig.pm" on the system and then add the directory into your PERL5LIB path before running the commands. Example:
[EMAIL PROTECTED] /root]# locate AppConfig.pm /usr/lib/perl5/site_perl/AppConfig.pm [EMAIL PROTECTED] /root]# export PERL5LIB=/usr/lib/perl5/site_perl/ It seemed to work fine after that. -----Original Message----- From: Sean Dague [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 29, 2003 9:08 AM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: [Sisuite-users] Can't locate AppConfig.pm What Distro are you imaging? Perl 5.005_03 hasn't been shipped in Red Hat since 6.2. If you are using something that old, the rpms won't work for you, and you will have to install from source. Also, you "really" want to be using the latest systemconfigurator (2.0.8). It is 100% backwards compatible, so will be a drop in replacement for 1.20. -Sean On Tue, Jul 29, 2003 at 03:56:19AM -0400, [EMAIL PROTECTED] wrote: > "Can't locate AppConfig.pm" > > Hi, I wondered if you might shed some light on a problem I have. > > I'm using > > IMAGE SERVER:- > > systemimager-common-2.0.1-4 > systemimager-i386boot-2.0.1-4 > systemimager-server-2.0.1-4 > systemconfigurator-1.20-1 > Redhat 7.3 Kernel 2.4.21 > > glib2-2.0.1-2 > glib-1.2.10-5 > glibc-kernheaders-2.4-7.16 > glibc-common-2.2.5-43 > glibc-2.2.5-43 > glibc-utils-2.2.5-43 > glib-devel-1.2.10-5 > compat-glibc-6.2-2.1.3.2 > glib10-1.0.6-10 > glibc-devel-2.2.5-43 > > > CLIENT:- > > systemimager-common-2.0.1-4 > systemimager-client-2.0.1-4 > systemconfigurator-1.20-1 > > Redhat kernel 2.4.20 > > glib-1.2.8-0_helix_1 > glib10-1.0.6-6 > glibc-profile-2.1.3-22 > glibc-2.1.3-22 > glibc-devel-2.1.3-22 > > Taking an image of the client works just fine, but when I come to restore, > it appears to copy all files across to the client then fails:- > > > Wrote 1116566 bytes read 1188309694 bytes 121911.16 bytes/sec > total size is 1184106655 speedup is 1.00 > Can't locate AppConfig.pm in @INC (@INC contains: /usr/lib/systemconfig > /usr/lib/perl5/5.00503/i386-linux /usr/lib/perl5/5.00503 > /usr/lib/perl5/site_perl/5.005/i386-linux /usr/lib/perl5/site_perl/5.005 > .) at /usr/lib/systemconfig/SCConfig.pm line 24.BEGIN failed--compilation aborted at /usr/lib/systemconfig/SCConfig.pm > line 24.BEGIN failed--compilation aborted at /usr/bin/systemconfigurator line 256. > >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> > > > I've tried moving AppConfig.pm to one of the @INC directories and tried > adding "lib qw(/usr/lib/perl5/site_perl);" to SCConfig.pm, but it doesn't > help. > Any suggestions would be most welcome. > > Steve > > > ---------- > > Why be [EMAIL PROTECTED] when you can be [EMAIL PROTECTED] > > Sign up for Beer Mail today - http://www.beer.com ! > > > > > > ------------------------------------------------------- > This SF.Net email sponsored by: Free pre-built ASP.NET sites including > Data Reports, E-commerce, Portals, and Forums are available now. > Download today and enter to win an XBOX or Visual Studio .NET. > http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01 > _______________________________________________ > Sisuite-users mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/sisuite-users -- __________________________________________________________________ Sean Dague Mid-Hudson Valley sean at dague dot net Linux Users Group http://dague.net http://mhvlug.org There is no silver bullet. Plus, werewolves make better neighbors than zombies, and they tend to keep the vampire population down. __________________________________________________________________ ------------------------------------------------------- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download today and enter to win an XBOX or Visual Studio .NET. http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01 _______________________________________________ Sisuite-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/sisuite-users
