ZM 1.21.4 & 64 bit CPU
ZM 1.21.4 & 64 bit CPU
Hi!
Is ZM 1.21.4 compatible with CPU AMD 64 bit?
Thanks in advance!
Alessandro
Is ZM 1.21.4 compatible with CPU AMD 64 bit?
Thanks in advance!
Alessandro
-
- Posts: 5111
- Joined: Wed Jun 08, 2005 8:07 pm
- Location: Midlands UK
i have one working but in 32 bit mode
James Wilson
Disclaimer: The above is pure theory and may work on a good day with the wind behind it. etc etc.
http://www.securitywarehouse.co.uk
Disclaimer: The above is pure theory and may work on a good day with the wind behind it. etc etc.
http://www.securitywarehouse.co.uk
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
http://www.computerntelecom.com/pub/lin ... MS/x86_64/
Regards,
Cordel
CPU 64 bit
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
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
-
- Posts: 5111
- Joined: Wed Jun 08, 2005 8:07 pm
- Location: Midlands UK
works fine at the moment ben up for about a week
James
James
James Wilson
Disclaimer: The above is pure theory and may work on a good day with the wind behind it. etc etc.
http://www.securitywarehouse.co.uk
Disclaimer: The above is pure theory and may work on a good day with the wind behind it. etc etc.
http://www.securitywarehouse.co.uk
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
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
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?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
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"
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"