[ python-Bugs-1580726 ] Configure script does not work for RHEL 4 x86_64

SourceForge.net noreply at sourceforge.net
Thu Oct 19 20:56:42 CEST 2006


Bugs item #1580726, was opened at 2006-10-19 18:38
Message generated for change (Comment added) made by gbrandl
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1580726&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Installation
Group: None
>Status: Pending
Resolution: None
Priority: 5
Submitted By: Chris (spotvt01)
Assigned to: Nobody/Anonymous (nobody)
Summary: Configure script does not work for RHEL 4 x86_64

Initial Comment:
I tryto build python 2.4 with:
./configure --enable-unicode=4 --prefix=/usr
--exec-prefix=/usr

Attached is the config.log file

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

>Comment By: Georg Brandl (gbrandl)
Date: 2006-10-19 18:56

Message:
Logged In: YES 
user_id=849994

The unicode build option should be "--enable-unicode=ucs4".
Can you retry with that option?

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

Comment By: Chris (spotvt01)
Date: 2006-10-19 18:55

Message:
Logged In: YES 
user_id=1624982

Ok, so when you add a file, it automatically submits ....

Well ... like I was saying..

./configure --enable-unicode=ucs4 --prefix=/usr
--exec-prefix=/usr
make
make altinstall

please see attached config.log for the configuration of python. 

I then go to make mod_python with
./configure --with-python=/usr/bin/python2.4
make

and then I get the errors listed in MP_compile_error.txt
please also see MP_config.log

It seems the linker is having a problem with libpython2.4.a
 making it look like it wasn't compiled properly.

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

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1580726&group_id=5470


More information about the Python-bugs-list mailing list