It looks like the linker misses some library - likely the python one - and/or the configuration stage has failed to produce a valid command to link the clearsilver dynamic library. [this is a bit off topic, as this issue is related to ClearSilver, not Trac]
HTH, Manu On 3/26/07, Brian McCann <[EMAIL PROTECTED]> wrote: > > > Hi, > during the Trac install steps I get to ClearSilver and everything is > succesful until I run python setup.py install > I then get the attached errors sorry for the length of output. > > anyone know why this would be failing? > Thanks, > Brian > > > $ ./configure --with-python=/usr/bin/python > --with-apache=/opt/CollabNet_Subversion/bin/ > $ make > $ make install > $ cd python > $ python setup.py install > ************************************************ > > [EMAIL PROTECTED] python]# python setup.py install > adding lib_path $(LIB_DIR) > adding lib z > Overriding setup's CC from gcc -pthread to gcc > running install > running build > running build_ext > building 'neo_cgi' extension > gcc build/temp.linux-i686-2.3/neo_cgi.o build/temp.linux-i686-2.3/neo_cs.o > build/temp.linux-i686-2.3/neo_util.o -L $(NEOTONIC_ROOT)/libs/ -L../li > z -lneo_cgi -lneo_cs -lneo_utl -o build/lib.linux-i686-2.3/neo_cgi.so > /usr/lib/gcc/i386-redhat-linux/3.4.6/../../../crt1.o(.text+0x18): > In function `_start': > : undefined reference to `main' > build/temp.linux-i686-2.3/neo_cgi.o(.text+0x21): In function > `p_cgi_dealloc': > /opt/software/ClearSilver/clearsilver-0.10.4/python/neo_cgi.c:60: > undefined reference to `PyObject_Free' > build/temp.linux-i686-2.3/neo_cgi.o(.text+0x3b):/opt/software/ClearSilver/clearsilver-0.10.4/python/neo_cgi.c:60: > undefined reference to `PyObjec > e' > build/temp.linux-i686-2.3/neo_cgi.o(.text+0x6e): In function > `p_cgi_to_object': ... --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/trac-users?hl=en -~----------~----~----~----~------~----~------~--~---
