Munkhzorig Gankhuyag wrote:

Thanks for reply...
I tried
#export "/opt/oscar/lib/OSCAR" and ./install_cluster

but it's same error again. I am beginner in linux and I don't know how to update python modules. Do you build it in Fedora-X86_64??? It is possible???

------------------------------------------------------------------------

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/

------------------------------------------------------------------------

_______________________________________________
Oscar-users mailing list
Oscar-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oscar-users
Hi,
You do not have to build any modules! There are already there.Python and Perl which are installed on your system have to given a path to find the modules. PackageSmart.pm is a perl module not a python modules So for the above your export is wrong The correct way to export the path name to an environment variale like PERL5LIB is
#export PERL5LIB=$PERL5LIB:"/opt/oscar/lib"
That is if your PackageSmart.pm lives in the directory :/opt/oscar/lib/OSCAR
If you check wizard_prep line 200 the prefix to PackageSmart is OSCAR
Use an emacs text editor to see this file wizard_prep that lives in dir /opt/oscar/scripts/wizard_prep but do not modify it!
To use emacs; type #emacs /opt/oscar/scripts/wizard_prep &
Any way for now type in the same terminal as the oscar install the following:
#export PERL5LIB=$PERL5LIB:"/opt/oscar/lib"
and see if it goes away.
Allan Menezes
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Oscar-users mailing list
Oscar-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oscar-users

Reply via email to