[cx-oracle-users] error when compiling src rpm....
Brought to you by:
atuining
From: Screaming E. <tek...@gm...> - 2006-09-06 15:37:50
|
All, I am running FC5 with 10.2 Oracle. I try rebuilding from src rpm: "rpmbuild --rebuild <src rpm>" and get the following error: + '[' 0 -ne 0 ']' + cd cx_Oracle-4.2 ++ /usr/bin/id -u + '[' 500 = 0 ']' ++ /usr/bin/id -u + '[' 500 = 0 ']' + /bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.5169 + umask 022 + cd /home/area51/rpmbuild/BUILD + cd cx_Oracle-4.2 + LANG=C + export LANG + unset DISPLAY + env 'CFLAGS=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-pr otector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous -unwind-tables' python2.3 setup.py build env: python2.3: No such file or directory error: Bad exit status from /var/tmp/rpm-tmp.5169 (%build) RPM build errors: user anthony does not exist - using root group possedev does not exist - using root user anthony does not exist - using root group possedev does not exist - using root Bad exit status from /var/tmp/rpm-tmp.5169 (%build) ============== It looks like it is looking for python2.3, I am running python2.4.3-8.FC5. Any idea how to get this to compile? Thanks. |