Page 1 of 1

ZM 1.21.4 & 64 bit CPU

Posted: Wed Nov 30, 2005 2:06 pm
by bujia
Hi!
Is ZM 1.21.4 compatible with CPU AMD 64 bit?
Thanks in advance!
Alessandro

Posted: Wed Nov 30, 2005 5:48 pm
by cordel
NO, it is not.
I am working a 64bit distro now and It will be out soon as it done so hopefully by the end of the week.

Regards,
Cordel

Posted: Wed Nov 30, 2005 6:08 pm
by jameswilson
i have one working but in 32 bit mode

Posted: Wed Nov 30, 2005 7:00 pm
by cordel
I have 64 bit already compiled and up on the ftp if anyone wants it.
http://www.computerntelecom.com/pub/lin ... MS/x86_64/

Regards,
Cordel

CPU 64 bit

Posted: Wed Nov 30, 2005 7:44 pm
by bujia
Thanks!
But can I have ZM source file also for CPU 64 bit? I have Slackware 10.2 distribution.
My question is: with current ZM version, (32 bit) can i run it in a CPU 64bit ? Obviously it runs at 32 bit....but it work correctly or crash it?? This is my question....
Thanks in advance!
Alessandro

Posted: Wed Nov 30, 2005 7:51 pm
by jameswilson
works fine at the moment ben up for about a week

James

Posted: Wed Nov 30, 2005 9:31 pm
by cordel
I used the same source file that is here on the site.
You have to change the path for the libraries /lib to /lib64 in the configure script to get it to build.
Regards,
Cordel

Posted: Fri Dec 02, 2005 2:12 pm
by SyRenity
Hi.

Runs fine on 64-bit CPU, fedora core 4 64-bit. Check this thread to see the information how to build the ZM on 64-bit:

http://www.zoneminder.com/forums/viewto ... sc&start=0

Fedora 4 64 bit

Posted: Mon Jan 02, 2006 7:58 pm
by cursor
SyRenity wrote:Hi.

Runs fine on 64-bit CPU, fedora core 4 64-bit. Check this thread to see the information how to build the ZM on 64-bit:

http://www.zoneminder.com/forums/viewto ... sc&start=0
I followed the intstructions from that link and I still get the same error that it cannot find the libmysqlclient.a file. Is that all you did?

Posted: Mon Jan 02, 2006 8:06 pm
by cordel
Yeah, The patch works for 1.21.4 and earlier. I haven't yet had a go at 1.22.0 but it works for the others.

Corey

Posted: Tue Jan 03, 2006 10:17 am
by SyRenity
Hi.

I used the following instructions, and it worked fine for me:

"Version 1.21.3 on Fedora 4 x86_64 kernel, configure kept failing at mysql_init line complaining about no libmysqlclient.a, even with --with-libarch=lib64
I got ./configure working by editing configure and changing /lib/mysql to /lib64/mysql as below:-

MYSQL_LIBS="-L${MYSQL_PREFIX}/lib64/mysql"

and then running

./configure --with-mysql=/usr --with-webdir=/var/www/zm --with-cgidir=/var/www/cgi-bin

or
./configure --with-mysql=/usr --with-webdir=/var/www/zm --with-cgidir=/var/www/cgi-bin --with-ffmpeg=/usr --with-lame=/usr/lib64"