Well, it looks like the new libmod_spidermonkey.so wasn't compiled
with mysql support at all:

# ldd libmod_spidermonkey.so
        linux-gate.so.1 =>  (0x00eac000)
        libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0x00b5f000)
        libc.so.6 => /lib/libc.so.6 (0x006b1000)
        libm.so.6 => /lib/libm.so.6 (0x0043b000)
        libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x00de6000)
        /lib/ld-linux.so.2 (0x0036b000)

Trying to build it manually works (after much pain) but it is not
working due to the above problem.

I even tried to update mysac library to the latest code, but it didn't
help either.

At this point, it doesn't look like mysql will be supported in APE, so
my next step is either to use PHP to remote sql queries or move away
from APE.


On May 14, 12:53 pm, oferbar <[email protected]> wrote:
> Hello,
>
> We are using APE 1.0 in production for some time.
>
> Now I am trying to upgrade to a newer release to get WebSockets
> support.
>
> I downloaded APE_Server-1.1.1 bits and replaced the new binaries: aped
> and libmod_spidermonkey.so.
>
> However I get the above error:
>
> /usr/bin/aped: symbol lookup error: /etc/ape/modules/
> libmod_spidermonkey.so: undefined symbol: scramble
>
> So I read in this forum that I need to rebuild libmod_spidermonkey.so
> from source.
>
> I downloaded the latest source package (APE-Project-APE_Server-
> v1.1.0-21-gf0cac70.tar.gz).
> After much pain of trying to rebuild this (trial and error of packages
> dependencies), I got it to build without errors.
>
> But I still get the same error as before.
>
> At this point I am lost.
> Is there any way to upgrade APE and get it to work???
>
> Many thanks!
>
> Ofer

-- 
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/

Reply via email to