472,119 Members | 1,524 Online
Bytes | Software Development & Data Engineering Community
Post +

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,119 software developers and data experts.

Problem installing Python 2.4.3 on FreeBSD 5.3-RELEASE-p31

I have a problem installing Pyhton 2.4.3, running "./configure
--with-threads=no" completes, but gives the warning:

configure: WARNING: curses.h: present but cannot be compiled
configure: WARNING: curses.h: check for missing prerequisite
headers?
configure: WARNING: curses.h: see the Autoconf documentation
configure: WARNING: curses.h: section "Present But Cannot Be
Compiled"
configure: WARNING: curses.h: proceeding with the preprocessor's result
configure: WARNING: curses.h: in the future, the compiler will take
precedence

Running "make" then gives the error:

gcc -shared build/temp.freebsd-5.3-RELEASE-p31-i386-2.4/_cursesmodule.o
-L/usr/local/lib -lncursesw -o
build/lib.freebsd-5.3-RELEASE-p31-i386-2.4/_curses.so
Segmentation fault (core dumped)
*** Error code 139

I assume this is related to the configure warning... ? Same error with
just a standard "./configure" and "make".

Any help would be great :)

Regards,
James

Aug 17 '06 #1
4 1827
ja***@uh-hosting.co.uk schrieb:
I assume this is related to the configure warning... ? Same error with
just a standard "./configure" and "make".

Any help would be great :)
If you don't need the curses module, go on with the installation.
It's a known bug in FreeBSD's curses header file.

Regards,
Martin
Aug 20 '06 #2

Martin v. Löwis wrote:
ja***@uh-hosting.co.uk schrieb:
I assume this is related to the configure warning... ? Same error with
just a standard "./configure" and "make".

Any help would be great :)

If you don't need the curses module, go on with the installation.
It's a known bug in FreeBSD's curses header file.

Regards,
Martin
But I cannot continue because it seg faults and does not continue the
make - Forgive my ignorance, but how do I prevent the curses module
from being included?

Aug 21 '06 #3

jamesuh wrote:
Martin v. Löwis wrote:
ja***@uh-hosting.co.uk schrieb:
I assume this is related to the configure warning... ? Same error with
just a standard "./configure" and "make".
>
Any help would be great :)
If you don't need the curses module, go on with the installation.
It's a known bug in FreeBSD's curses header file.

Regards,
Martin

But I cannot continue because it seg faults and does not continue the
make - Forgive my ignorance, but how do I prevent the curses module
from being included?
Nevermind done it :)

Aug 21 '06 #4

jamesuh wrote:
Martin v. Löwis wrote:
ja***@uh-hosting.co.uk schrieb:
I assume this is related to the configure warning... ? Same error with
just a standard "./configure" and "make".
>
Any help would be great :)
If you don't need the curses module, go on with the installation.
It's a known bug in FreeBSD's curses header file.

Regards,
Martin

But I cannot continue because it seg faults and does not continue the
make - Forgive my ignorance, but how do I prevent the curses module
from being included?
There is some severe problem here. I have this very version of Python
on a FreeBSD 5.3 system (I'm typing on it now) and didn't have this
problem. I think you may have some conflict in your object libs.

If you don't need tkinter you can go to one of the FreeBSD ftp sites
and download the packaged binary version.

Aug 22 '06 #5

This discussion thread is closed

Replies have been disabled for this discussion.

Similar topics

1 post views Thread by Seo Sanghyeon | last post: by
8 posts views Thread by Jan Danielsson | last post: by
20 posts views Thread by Mike Meyer | last post: by
reply views Thread by Adam Smith | last post: by
2 posts views Thread by Dorian Mcfarland | last post: by
9 posts views Thread by Marshall Dudley | last post: by
1 post views Thread by Vyacheslav Sotnikov | last post: by
3 posts views Thread by Robin Becker | last post: by
1 post views Thread by Robin Becker | last post: by
reply views Thread by leo001 | last post: by

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.