More on 3)
"Access denied for user" is the problem I see too:
mmap(NULL, 1052672, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x7f32f4045000
socket(PF_INET, SOCK_STREAM, IPPROTO_TCP) = 8
fcntl(8, F_SETFL, O_RDONLY|O_NONBLOCK) = 0
setsockopt(8, SOL_TCP, TCP_NODELAY, [1], 4) = 0
setsockopt(8, SOL_SOCKET, SO_REUSEADDR, [1], 4) = 0
connect(8, {sa_family=AF_INET, sin_port=htons(3306),
sin_addr=inet_addr("83.170.85.13")}, 16) = -1 EINPROGRESS (Operation
now in progre ss)
epoll_ctl(5, EPOLL_CTL_ADD, 8, {EPOLLIN|EPOLLPRI|EPOLLOUT|EPOLLET,
{u32=8, u64=8}}) = 0
epoll_wait(5, {{EPOLLOUT, {u32=7, u64=7}}, {EPOLLIN|EPOLLOUT, {u32=8,
u64=8}}}, 16, 50) = 2
recvfrom(7, 0x662cf0, 4096, 64, 0x7fffff4143c0, 0x7fffff4142bc) = -1
EAGAIN (Resource temporarily unavailable)
getsockopt(8, SOL_SOCKET, SO_ERROR, [0], [4]) = 0
read(8, "A\0\0\0", 4) = 4
read(8, "\n5.1.41-3ubuntu12.10\0\310G\0\0=sNjM\"]"..., 65) = 65
write(8, "P\0\0\1\5\202\0\0\0\0\0@
\10\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 84) = 84
read(8, 0x7f32f4045010, 4) = -1 EAGAIN (Resource
temporarily unavailable)
read(8, "^\0\0\2", 4) = 4
read(8, "\377\25\4#28000Access denied for user "..., 94) = 94
epoll_wait(5, {{EPOLLIN|EPOLLOUT, {u32=8, u64=8}}}, 16, 49) = 1
On 12 sep, 17:17, Nicolas <[email protected]> wrote:
> Hi,
>
> I am still trying to compile APE with Mysql support (mysac library)
> for Ubuntu 64 bits.
>
> After speaking to the author of mysac and reading another post on the
> subject, here are a few thoughts.
>
> 1) APE uses an outdated version of mysac (0.4beta). It would be
> advisable to update to the latest version. There is one big bug in
> mysac: if the first data of a query is NULL, mysac crashes. I don't
> think our current problem will be solved with this update though.
>
> 2) I was told that a working 32 bits version of APE-mysac should also
> be working on a 64 bits system (as long as it was the same distrib).
> Such aped was not starting until I installed ia32-libs, but then I got
> a "segmentation fault". That's the end of the road for that idea then
> I believe.
>
> 3) Another user has tried to debug this and said that mysac was not at
> fault.
>
> Can anyone help with this? I am now paying for a 64 bits dedicated
> server that just does not let APE-mysac work? Very frustrating.
>
> Any idea welcome.
--
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/