@Frederik, Nicolas     - Thanks for the much needed help .

 I downloaded the new version from Thierry's website and replaced the
contents of the existing mysac folder inside modules/deps with these
files . After running make clean and make in mysacs, igot the
following output


Makefile:77: make.deps: No such file or directory
for src in *.c; do \
                DEPS="$(sed -e 's/^#include[    ]"\(.*\)"/\1/; t; d;' $src | 
xargs
echo)"; \
                echo "${src//.c/.o}: $src $DEPS"; \
        done > make.deps
make lib
make[1]: Entering directory `/home/vineet/ubuntustuff/APE_Server/
modules/deps/mysac'
cc -DBUILDVER=0.5b -I/usr/include/mysql -O0 -g -Wall -Werror -fpic   -
c -o mysac.o mysac.c
cc -DBUILDVER=0.5b -I/usr/include/mysql -O0 -g -Wall -Werror -fpic   -
c -o mysac_net.o mysac_net.c
cc -DBUILDVER=0.5b -I/usr/include/mysql -O0 -g -Wall -Werror -fpic   -
c -o mysac_decode_field.o mysac_decode_field.c
cc -DBUILDVER=0.5b -I/usr/include/mysql -O0 -g -Wall -Werror -fpic   -
c -o mysac_decode_row.o mysac_decode_row.c
cc -DBUILDVER=0.5b -I/usr/include/mysql -O0 -g -Wall -Werror -fpic   -
c -o mysac_encode_values.o mysac_encode_values.c
cc -DBUILDVER=0.5b -I/usr/include/mysql -O0 -g -Wall -Werror -fpic   -
c -o mysac_errors.o mysac_errors.c
ar -rcv libmysac-static.a mysac.o mysac_net.o mysac_decode_field.o
mysac_decode_row.o mysac_encode_values.o mysac_errors.o
a - mysac.o
a - mysac_net.o
a - mysac_decode_field.o
a - mysac_decode_row.o
a - mysac_encode_values.o
a - mysac_errors.o
ld -o libmysac.so -shared -soname libmysac.so.0.0 mysac.o mysac_net.o
mysac_decode_field.o mysac_decode_row.o mysac_encode_values.o
mysac_errors.o
make -C exemple CFLAGS="-DBUILDVER=0.5b -I/usr/include/mysql -O0 -g -
Wall -Werror -fpic" LDFLAGS="-g -L/usr/lib -lmysqlclient_r"
make[2]: Entering directory `/home/vineet/ubuntustuff/APE_Server/
modules/deps/mysac/exemple'
cc -c -o client.o client.c -DBUILDVER=0.5b -I/usr/include/mysql -O0 -g
-Wall -Werror -fpic -I..
cc -o client client.o -g -L/usr/lib -lmysqlclient_r -L.. -lmysac
/usr/bin/ld: client: hidden symbol `__stack_chk_fail_local' in /usr/
lib/libc_nonshared.a(stack_chk_fail_local.oS) is referenced by DSO
/usr/bin/ld: final link failed: Nonrepresentable section on output
collect2: ld returned 1 exit status
make[2]: *** [client] Error 1
make[2]: Leaving directory `/home/vineet/ubuntustuff/APE_Server/
modules/deps/mysac/exemple'
make[1]: *** [exemple] Error 2
make[1]: Leaving directory `/home/vineet/ubuntustuff/APE_Server/
modules/deps/mysac'
make: *** [build] Error 2

But after this when I started the server, it showed an additional
line

"[Module] Failed to load ../modules/lib/libmod_spidermonkey.so
[Invalid library] (libmysac.so.0.0: cannot open shared object file: No
such file or directory)
"
One more thing is that the "make clean" command inside module folder
still gives me  "make: *** No rule to make target `clean'.  Stop." .
If I am not wrong, this is because the Makefile file inside modules
doesnt have a clean rule .

Thanks

On Mar 31, 6:12 am, Nicolas Trani <[email protected]> wrote:
> Hi Frederik, thanks for the fix, we will integrate it soon in APE.
>
> Frederik Kriewitz wrote:
> > Hello vineet,
>
> > I sent a patch for this issue to Thierry (Author of libmysac).
> > He release the new version just a few mintes ago.
>
> > Try version 0.5b fromhttp://cv.arpalert.org/page.sh?mysac
>
> --
> Nicolas Trani - Web engineer
> Weelya - Improve the web
> 32 rue du faubourg boutonnet
> 34090 Montpellier
> Tel: 04 67 169 778 - Fax: 09 57 91 99 
> 91http://www.weelya.comhttp://www.ape-project.org

-- 
You received this message because you are subscribed to the Google
Groups "APE Project" 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/ape-project?hl=en
---
APE Project (Ajax Push Engine)
Official website : http://www.ape-project.org/
Git Hub : http://github.com/APE-Project/

To unsubscribe, reply using "remove me" as the subject.

Reply via email to