Hung Jung Lu wrote:
pedro vega <pveg-@clientes.euskaltel.es> wrote: original article:http://www.egroups.com/group/zope/?start=27617
Hi all.
I'm trying to build Sybasedav2 but i get one error building the Makefile; below is the output of make :
rm -f *.o *~ rm -f *.a tags TAGS config.c Makefile.pre python sedscript rm -f *.so *.sl so_locations VERSION=`python -c "import sys; print sys.version[:3]"`; \ installdir=`python -c "import sys; print sys.prefix"`; \ exec_installdir=`python -c "import sys; print sys.exec_prefix"`; \ make -f ./Makefile.pre.in VPATH=. srcdir=. \ VERSION=$VERSION \ installdir=$installdir \ exec_installdir=$exec_installdir \ Makefile make[1]: Entering directory `/usr/local/Zope-2.1.6-linux2-x86/lib/python/Products/SybaseDAv2/src' make[1]: Leaving directory `/usr/local/Zope-2.1.6-linux2-x86/lib/python/Products/SybaseDAv2/src'
Thanks in advance and sorry for my terrible english.
El castellano tambien funciona aqui. ;) Podrias dar mas detalles del mensaje de error? Asegurate de que el duenno de las carpetas sea "nobody", para que no haya problemas durante el proceso de makefile.
Could you provide the error message itself? Make sure that the owner of folders are "nobody". (Usually I am lazy and change myself to superuser, and then change everything recursively into nobody.nobody for owner.group)
Hung Jung
______________________________________________________ Get Your Private, Free Email at http://www.hotmail.com
The owner:group of all folders is nobody. The system is: RedHat 6.1 ZOPE 2.1.6 Python 1.5 i don't know what more tell you about the error. Pedro Vega.