Displaying 4 results from an estimated 4 matches for "posixmodul".
Did you mean:
posixmodule
2010 Oct 05
4
upgrade python to python2.6.4 using yum
...----------------------------------------------------------------
I had tried to install it using contemporary method ( ./configure ; make
;make install) .. but i get the following error when trying to upgrade .
make
:
:
:
ar cr libpython2.6.a Modules/threadmodule.o Modules/signalmodule.o
Modules/posixmodule.o Modules/errnomodule.o Modules/pwdmodule.o
Modules/_sre.o Modules/_codecsmodule.o Modules/zipimport.o
Modules/symtablemodule.o Modules/xxsubtype.o
ranlib libpython2.6.a
gcc -pthread -Xlinker -export-dynamic -o python \
Modules/python.o \
libpy...
2012 Dec 21
1
Problem compiling Samba4, Python installed in nonstandard location
...`floor'/usr/src/Python-2.7.3/./Modules/signalmodule.c:112: undefined reference to `floor'/usr/src/Python-2.7.3/./Modules/signalmodule.c:113: undefined reference to `fmod'/usr/src/Python-2.7.3/./Modules/signalmodule.c:113: undefined reference to `fmod'/opt/python2/lib/libpython2.7.a(posixmodule.o): In function `posix_openpty':/usr/src/Python-2.7.3/./Modules/posixmodule.c:3756: undefined reference to `openpty'/opt/python2/lib/libpython2.7.a(posixmodule.o): In function `posix_forkpty':/usr/src/Python-2.7.3/./Modules/posixmodule.c:3816: undefined reference to `forkpty'/opt/p...
2004 Aug 06
2
Error compiling ices-0.3
I'm trying to compile ices-0.3 on a RedHat 9, kernel 2.4.23 box and I
receive the following error:
: the use of `tmpnam_r' is dangerous, better use `mkstemp'
/usr/lib/python2.2/config/libpython2.2.a(posixmodule.o)(.text+0x385e):
In function `posix_tempnam':
: the use of `tempnam' is dangerous, better use `mkstemp'
playlist/libplaylist.a(pm_perl.o)(.text+0x515): In function
`pl_perl_eval':
/usr/src/ices-0.3/src/playlist/pm_perl.c:253: undefined reference to
`PL_thr_key'
playlist/libp...
2004 Aug 06
0
Error compiling ices-0.3
On Wednesday, 03 December 2003 at 12:56, Charles Burns wrote:
> I'm trying to compile ices-0.3 on a RedHat 9, kernel 2.4.23 box and I
> receive the following error:
>
> : the use of `tmpnam_r' is dangerous, better use `mkstemp'
> /usr/lib/python2.2/config/libpython2.2.a(posixmodule.o)(.text+0x385e):
> In function `posix_tempnam':
> : the use of `tempnam' is dangerous, better use `mkstemp'
> playlist/libplaylist.a(pm_perl.o)(.text+0x515): In function
> `pl_perl_eval':
> /usr/src/ices-0.3/src/playlist/pm_perl.c:253: undefined reference to
>...