Hello DongInn,

Well, I have the 8CD edition so I guess I'm biased (Mandrake powerpack).
Can you tell me precisely which RPM is missing from the original 3 CD
from the list I gave you ?

Anyway, they are avalaible from mirrors : 

http://gulus.usherbrooke.ca/pub/distro/Mandrakelinux/official/10.0/i586/Mandrake/RPMS/perl-libwww-perl-5.76-3mdk.noarch.rpm
http://gulus.usherbrooke.ca/pub/distro/Mandrakelinux/official/10.0/i586/Mandrake/RPMS/perl-XML-Parser-2.34-1mdk.i586.rpm
http://gulus.usherbrooke.ca/pub/distro/Mandrakelinux/official/10.0/i586/Mandrake/RPMS/perl-XML-Simple-2.09-1mdk.noarch.rpm
http://gulus.usherbrooke.ca/pub/distro/Mandrakelinux/official/10.0/i586/Mandrake/RPMS/perl-URI-1.25-1mdk.noarch.rpm

urpmi.addmedia gulus 
http://gulus.usherbrooke.ca/pub/distro/Mandrakelinux/official/10.0/i586/Mandrake/RPMS/

and the urpmi command will do the trick.

Ben

PS : Please tell me which RPM is not distributed in the 3CD distro so
     that it can be distributed with OSCAR...
* DongInn Kim <[EMAIL PROTECTED]> [04-11-03 13:15]:
> Ben,
> 
> I did what you said.
> 
> [EMAIL PROTECTED] root]# cd /tftpboot/rpm/
> [EMAIL PROTECTED] rpm]# urpmi perl-XML-Parser perl-XML-Simple patch 
> perl-libwww-perl perl-URI
>                                                                                      
>                                                                        
> 
> eject: unable to eject, last error: Invalid argument
> Please insert the medium named "Installation CD 4 (x86) " on device 
> [/dev/hdc]
> Press Enter when ready... eject: unable to eject, last error: Invalid 
> argument
> Please insert the medium named "Installation CD 4 (x86) " on device 
> [/dev/hdc]
> Press Enter when ready...
> eject: unable to eject, last error: Invalid argument
> Please insert the medium named "Installation CD 4 (x86) " on device 
> [/dev/hdc]
> Press Enter when ready...
>                                                                                      
>                                                                        
> 
> eject: unable to eject, last error: Invalid argument
> Please insert the medium named "Installation CD 4 (x86) " on device 
> [/dev/hdc]
> Press Enter when ready... eject: unable to eject, last error: Invalid 
> argument
> Please insert the medium named "Installation CD 4 (x86) " on device 
> [/dev/hdc]
> Press Enter when ready...
> 
> Actually I don't have "Installation CD 4 (x86)". All I have for MDK10 is 
> 3 CDs. When I downloaded MDK10, there were only 3 iso files.
> Is there another ISO file for "Installation CD 4 (x86)"?
> The URL that I used is 
> ftp://mirror.cs.wisc.edu/pub/mirrors/linux/Mandrakelinux/official/iso/10.0/i586/
> 
> I have tried all 3 cds but not working for the above command.
> 
> Regards,
> 
> DongInn.
> 
> Benoit des Ligneris wrote:
> 
> >Hello DongInn,
> >
> >We will use the distrbution rpm.
> >
> >So please try :
> >urpmi perl-XML-Parser perl-XML-Simple patch perl-libwww-perl perl-URI
> >
> >this will install all the necessary perl-packages from the distribution
> >RPM.
> >
> >This will be included in the prereq step for mandrake systems.
> >
> >Ben
> >
> >* DongInn Kim <[EMAIL PROTECTED]> [04-11-03 12:14]:
> > 
> >
> >>Hi Ben,
> >>
> >>I have been trying to test OSCAR 4.0 on MDK 10.0 but as you have seen in 
> >>my previous email, I was not able to go further because of the 
> >>XML::Simple setup problem.
> >>
> >>So, here are what I have tried to setup XML::Simple.
> >>
> >>1)RPM
> >>[EMAIL PROTECTED] root]# ll
> >>total 126144
> >>drwx------   2 root root      4096 Nov  2 20:44 drakx/
> >>drwxrwxrwx  13  500  505      4096 Nov  2 22:48 oscar-4.0b1/
> >>-rw-r--r--   1 root root 125780810 Nov  2 22:44 oscar-4.0b1.tar.gz
> >>-rw-r--r--   1 root root     66318 Nov  3 04:28 
> >>perl-XML-Simple-2.12-1mdk.noarch.rpm
> >>drwx------   2 root root      4096 Nov  3 00:09 tmp/
> >>[EMAIL PROTECTED] root]# rpm -ivh perl-XML-Simple-2.12-1mdk.noarch.rpm
> >>error: Failed dependencies:
> >>     perl-base >= 2:5.8.4 is needed by perl-XML-Simple-2.12-1mdk
> >>[EMAIL PROTECTED] root]# rpm -qa | grep perl-base
> >>perl-base-5.8.3-5mdk
> >>[EMAIL PROTECTED] root]# rpm -Uvh perl-base-5.8.5-3mdk.i586.rpm
> >>error: Failed dependencies:
> >>     perl-base = 2:5.8.3-5mdk is needed by (installed) perl-5.8.3-5mdk
> >>
> >>==> I don't know how to get the perl-base = 2:5.8.3.-5mdk since RPM 
> >>search does not have this file with the keywork "perl-base = 
> >>2:5.8.3.-5mdk".
> >>Am I doing something wrong with the search keyword?
> >>
> >>
> >>2)SOURCE
> >>[EMAIL PROTECTED] root]# tar xzf XML-Simple-2.12.tar.gz
> >>[EMAIL PROTECTED] root]# cd XML-Simple-2.12
> >>[EMAIL PROTECTED] XML-Simple-2.12]# ll
> >>total 64
> >>-rw-r--r--  1  500  500  9595 Apr  5  2004 Changes
> >>drwxr-xr-x  3  500  500  4096 Apr  5  2004 lib/
> >>-rw-r--r--  1 root root 21971 Nov  3 04:40 Makefile
> >>-rw-r--r--  1  500  500  1346 Feb 29  2004 Makefile.PL
> >>-rw-r--r--  1  500  500  2350 Dec  7  2002 maketest
> >>-rw-r--r--  1  500  500   414 Feb 29  2004 MANIFEST
> >>-rw-r--r--  1  500  500   421 Apr  5  2004 META.yml
> >>-rw-r--r--  1  500  500  2172 Apr  5  2004 README
> >>drwxr-xr-x  4  500  500  4096 Nov  3 04:41 t/
> >>[EMAIL PROTECTED] XML-Simple-2.12]# perl Makefile.PL
> >>Checking installed modules ...
> >>XML::SAX is installed, it will be used by the test suite
> >>Writing Makefile for XML::Simple
> >>[EMAIL PROTECTED] XML-Simple-2.12]#
> >>[EMAIL PROTECTED] XML-Simple-2.12]# make
> >>make: *** No rule to make target 
> >>`/usr/lib/perl5/5.8.3/i386-linux-thread-multi/CORE/config.h', needed by 
> >>`Makefile'.  Stop.
> >>[EMAIL PROTECTED] XML-Simple-2.12]#
> >>
> >>Here I got the same error message as when I did "install_cluster eth0".
> >>
> >>Would you help me out to setup the XML::Simple module?
> >>
> >>Regards,
> >>
> >>DongInn.
> >>
> >>
> >>-------------------------------------------------------
> >>This SF.Net email is sponsored by:
> >>Sybase ASE Linux Express Edition - download now for FREE
> >>LinuxWorld Reader's Choice Award Winner for best database on Linux.
> >>http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
> >>_______________________________________________
> >>Oscar-devel mailing list
> >>[EMAIL PROTECTED]
> >>https://lists.sourceforge.net/lists/listinfo/oscar-devel
> >>   
> >>
> >
> > 
> >
> 
> 
> 
> -------------------------------------------------------
> This SF.Net email is sponsored by:
> Sybase ASE Linux Express Edition - download now for FREE
> LinuxWorld Reader's Choice Award Winner for best database on Linux.
> http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
> _______________________________________________
> Oscar-devel mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/oscar-devel

-- 
Benoit des Ligneris Ph. D.          
President de Revolution Linux     http://www.revolutionlinux.com/
OSCAR Chair                    http://oscar.openclustergroup.org/
Chef de projet EduLinux                  http://www.edulinux.org/


-------------------------------------------------------
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
_______________________________________________
Oscar-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/oscar-devel

Reply via email to