This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author lambrechtphilippe
Recipients lambrechtphilippe
Date 2013-11-26.12:27:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1385468868.4.0.798110212412.issue19797@psf.upfronthosting.co.za>
In-reply-to
Content
Bonjour. Any idea ? 

mod_python 3.3.1 apache 2.2.6

...
/METHPR/tmp/apache/build/libtool --silent --mode=link gcc -o mod_python.la  -rpath /METHPR/tmp/apache/modules -module -avoid-version    finfoob
ject.lo hlistobject.lo hlist.lo filterobject.lo connobject.lo serverobject.lo util.lo tableobject.lo requestobject.lo _apachemodule.lo mod_pyth
on.lo -L/METHPR/data/python/lib/python2.6/config -lm -lintl -lpython2.6 -lsocket -lnsl -lrt -ldl -lm _eprintf.o _floatdidf.o _muldi3.o

*** Warning: Linking the shared library mod_python.la against the non-libtool
*** objects  _eprintf.o _floatdidf.o _muldi3.o is not portable!
Text relocation remains                         referenced
    against symbol                  offset      in file
.text (section)                     0x1510      /METHPR/data/python/lib/python2.6/config/libpython2.6.a(floatobject.o)
.text (section)                     0x1514      /METHPR/data/python/lib/python2.6/config/libpython2.6.a(floatobject.o)
.text (section)                     0x1518      /METHPR/data/python/lib/python2.6/config/libpython2.6.a(floatobject.o)
.text (section)                     0x151c      /METHPR/data/python/lib/python2.6/config/libpython2.6.a(floatobject.o)
.text (section)                     0x1520      /METHPR/data/python/lib/python2.6/config/libpython2.6.a(floatobject.o)
.text (section)                     0x1524      /METHPR/data/python/lib/python2.6/config/libpython2.6.a(floatobject.o)

.../...
                           0x33ec      /METHPR/produits/python/lib/python2.6/config/libpython2.6.a(fileobject.o)
__filbuf                            0x33fc      /METHPR/produits/python/lib/python2.6/config/libpython2.6.a(fileobject.o)
ld: fatal: relocations remain against allocatable but non-writable sections
collect2: ld returned 1 exit status
apxs:Error: Command failed with rc=65536
.
*** Error code 1
make: Fatal error: Command failed for target `mod_python.so'
Current working directory /METHPR/data/mod_python-3.3.1/src
*** Error code 1
The following command caused the error:
cd src && make
make: Fatal error: Command failed for target `do_dso'
History
Date User Action Args
2013-11-26 12:27:48lambrechtphilippesetrecipients: + lambrechtphilippe
2013-11-26 12:27:48lambrechtphilippesetmessageid: <1385468868.4.0.798110212412.issue19797@psf.upfronthosting.co.za>
2013-11-26 12:27:48lambrechtphilippelinkissue19797 messages
2013-11-26 12:27:47lambrechtphilippecreate