DCOracle2 installation problem
Hi, I'm trying to install DCOracle2 in my Zope server (Linux RHAS + Oracle817) After untar it on the Zope directory, i executed make with the next result: /tmp/cciD0fzI.s: Assembler messages: /tmp/cciD0fzI.s:962: Warning: Unrecognized .section attribute: want a,w,x /tmp/cciD0fzI.s:962: Warning: Unrecognized .section attribute: want a,w,x /tmp/cciD0fzI.s:962: Error: Rest of line ignored. First ignored character is `,'. /tmp/cciD0fzI.s:995: Warning: Unrecognized .section attribute: want a,w,x /tmp/cciD0fzI.s:995: Warning: Unrecognized .section attribute: want a,w,x /tmp/cciD0fzI.s:995: Error: Rest of line ignored. First ignored character is `,'. .... /tmp/ccT6yQai.s:31088: Warning: Unrecognized .section attribute: want a,w,x /tmp/ccT6yQai.s:31088: Warning: Unrecognized .section attribute: want a,w,x /tmp/ccT6yQai.s:31088: Error: Rest of line ignored. First ignored character is `,'. make[1]: *** [dco2.o] Error 1 make[1]: Saliendo directorio `/home/Zope-2.6.1-linux2-x86/lib/python/Products/DCOracle2/src' --------------------------------------- There were errors building the dco2 module. This could be because of a coding error in the dco2 module, or because your Oracle environment is not set up properly. Please double check that your Oracle environment is properly established, and that the proper header files exist (e.g. $ORACLE_HOME/rdbms/demo/*.h). If you still have problems, check for updates to DCOracle2 on http://www.zope.org or check out the mailing list archives. You may also try inquiring on the mailing list "zope@zope.org". Please note that the support address "support@digicool.com" is for Digital Creation's paid support customers only. Information about obtaining paid support is available at http://www.digicool.com/Solutions/Support/ --------------------------------------- make: *** [src/dco2.so] Error 1 Is there any solution for it? Xavier Picó Director División Sistemas IN-2 Ingeniería de la Información Passeig de Gràcia, 49, 1-1 08007 Barcelona Spain Tel 93 445 34 00 Fax 93 487 69 87 www.in2.es La informació inclosa en el present correu electrònic es CONFIDENCIAL, essent només per a l'ús exclusiu del destinatari mencionat més amunt. Si vostè llegeix aquest missatge i no és el destinatari assenyalat, l'empleat o l'agent encarregat de lliurar el missatge al destinatari, o ha rebut aquesta comunicació per error, l'informem que està totalment prohibida qualsevol divulgació, distribució o reproducció d'aquesta comunicació, i li preguem ens ho notifiqui, ens retorni el missatge original a l'adreça amunt mencionada i esborri aquest missatge. GRÀCIES La información incluida en el presente correo electrónico es CONFIDENCIAL, siendo para el uso exclusivo del destinatario arriba mencionado. Si usted lee este mensaje y no es el destinatario señalado, el empleado o el agente encargado de entregar el mensaje al destinatario, o ha recibido esta comunicación por error, le informamos que está totalmente prohibida cualquier divulgación, distribución o reproducción de esta comunicación, y le rogamos que nos lo notifique, nos devuelva el mensaje original a la dirección arriba indicada y borre el mensaje. GRACIAS. This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error) please notify the sender immediately and destroy this e-mail. Any unauthorized copying, disclosure or distribution of the material in this e-mail is strictly forbidden.
Xavier Picó wrote at 2003-7-7 13:44 +0200:
I'm trying to install DCOracle2 in my Zope server (Linux RHAS + Oracle817)
After untar it on the Zope directory, i executed make with the next result:
/tmp/cciD0fzI.s: Assembler messages: /tmp/cciD0fzI.s:962: Warning: Unrecognized .section attribute: want a,w,x
Your compiler and assembler do not fit together. Think about upgrading... Dieter
participants (2)
-
Dieter Maurer -
Xavier Picó