[okl4-developer] [Developer] Fw: build error "okl4_release_1.4.1.1"]
Hal Ashburner
hala at ok-labs.com
Fri May 25 15:35:32 EST 2007
shiraishi eisei wrote:
> Thank you.
>
> Some the matters that commented were tested.
> After all, when python installed with FedoraCore5 is used, I do not think that how to install python is good of the cause that is OK.
> By the way, it installed it of Python as follows.
> cd Python- 2.4
> ./configure
> make
> make install
>
That's one way and will work.
Another way is to use a package that the fedora project have created for you
http://rpmfind.net//linux/RPM/fedora/updates/5/i386/python-2.4.3-9.FC5.i386.html
as root
# rpm -Uvh python-2.4.3-9.FC5.i386.rpm
or better yet, use yum
#yum search python-2.4
which will give you a list of potential packages to install from which
you can select the one that looks
like it's python 2.4 for your architecture. Install with
#yum install $whatever_name_was_best_from_the_list_above
probably it will be simply
#yum install python
As as version 2.4 is probably default on fedora core 5.
I hope there aren't innaccuracies in the above, it's been a while since
I've used Fedora.
--
Kind regards,
Hal Ashburner
More information about the Developer
mailing list