Search found 12 matches

by tray
Tue Dec 09, 2003 8:01 am
Forum: ZoneMinder Previous Versions
Topic: MySQCL C Library
Replies: 42
Views: 27924

Re: MySQCL C Library

Hello Peter, A slow second but I've followed the remaining make instructions and have made it to the console. Now I've just got buy a camera, and attempt to get that running. Perhaps..I should have got the camera going first?? Funny thing in the consol page I have the following: Warning: Division by ...
by tray
Tue Dec 09, 2003 7:41 am
Forum: ZoneMinder Previous Versions
Topic: Installation problem
Replies: 4
Views: 15660

Re: Installation problem

Hello Peter Yep, I changed directory to the location of the schema then mysql mysql <zmschema.sql -uroot -p@@@@ where @@@ is the password. and this produced the prompt but no warnings so I assume it has worked. I'm posting this for mine & the linux newbie's well being. Pete: keep up the good work
by tray
Mon Dec 08, 2003 10:00 am
Forum: ZoneMinder Previous Versions
Topic: MySQCL C Library
Replies: 42
Views: 27924

Re: MySQCL C Library

Hi Peter, I figure you're right I need to create the database. I thought the schema.sql file would provide the structure for mysql to create the tables required??? Following that logic, [root@localhost zm-0.9.16]# mysql mysql < zmschema.sql bash: zmschema.sql: No such file or directory the top line ...
by tray
Mon Dec 08, 2003 8:12 am
Forum: ZoneMinder Previous Versions
Topic: MySQCL C Library
Replies: 42
Views: 27924

Re: MySQCL C Library

Hello, Sorry it seems I need "hand holding" for the installation of this program Here's my progress to date. [root@localhost zm-0.9.16]# perl ./zmconfig.pl -noi Loading config from 'zmconfig.txt' Loading config from DB DBI connect('database=zm;host=localhost','root',...) failed: Unknown database 'zm ...
by tray
Mon Dec 08, 2003 8:11 am
Forum: ZoneMinder Previous Versions
Topic: MySQCL C Library
Replies: 42
Views: 27924

Re: MySQCL C Library

Hello, Sorry it seems I need "hand holding" for the installation of this program Here's my progress to date. [root@localhost zm-0.9.16]# perl ./zmconfig.pl -noi Loading config from 'zmconfig.txt' Loading config from DB DBI connect('database=zm;host=localhost','root',...) failed: Unknown database 'zm ...
by tray
Sun Dec 07, 2003 9:40 am
Forum: ZoneMinder Previous Versions
Topic: MySQCL C Library
Replies: 42
Views: 27924

Re: MySQCL C Library

Hello, Great to hear you've got the consol running Peter :) I've managed to get the ./configure command to run, so now I'm onto sorting out the mysql users side of things. So back to where you were last tuesday Peter. Some of the readme is a bit ambiguous, but still combine that with the fact end ...
by tray
Sat Dec 06, 2003 1:44 am
Forum: ZoneMinder Previous Versions
Topic: MySQCL C Library
Replies: 42
Views: 27924

Re: MySQCL C Library

Hi, I'm afraid I'm not making much progress. Here's a posting of the reponses I get from my RH9 system. [root@localhost zm-0.9.16]# locate mysqlclient /usr/lib/mysql/libmysqlclient.so.10.0.0 /usr/lib/mysql/libmysqlclient.so.10 /usr/lib/mysql/libmysqlclient_r.so.10.0.0 /usr/lib/mysql/libmysqlclient_r ...
by tray
Mon Dec 01, 2003 7:25 am
Forum: ZoneMinder Previous Versions
Topic: MySQCL C Library
Replies: 42
Views: 27924

Re: MySQCL C Library

Don't know how that happened??
by tray
Mon Dec 01, 2003 7:20 am
Forum: ZoneMinder Previous Versions
Topic: MySQCL C Library
Replies: 42
Views: 27924

Re: MySQCL C Library

Hi Guys, Still no joy! I've got the location of libmyclient; /usr/lib/mysql The problem is libmysqlclient.a isn't present only .so.10.0.0, .so.10, client_r.so.10.0.0. I've got all the programs listed as per Philip Coombes. (however different versions) I'm in the motions of finding if I require ...
by tray
Mon Dec 01, 2003 7:05 am
Forum: ZoneMinder Previous Versions
Topic: MySQCL C Library
Replies: 42
Views: 27924

Re: MySQCL C Library

Hi Guys, Still no joy! I've got the location of libmyclient; /usr/lib/mysql The problem is libmysqlclient.a isn't present only .so.10.0.0, .so.10, client_r.so.10.0.0. I've got all the programs listed as per Philip Coombes. (however different versions) I'm in the motions of finding if I require ...
by tray
Wed Nov 26, 2003 8:29 am
Forum: ZoneMinder Previous Versions
Topic: MySQCL C Library
Replies: 42
Views: 27924

Re: MySQCL C Library

Hi Guys, Good to see the replies to my first ever post. Yep, I realise linux is case sensitive, but the text-complete function in gnome counters some of this when combined with copy & paste. Using 'Locate libmysqlclient.a' I get no results just a new prompt. The location of mysql appears to be /usr ...
by tray
Tue Nov 25, 2003 9:37 am
Forum: ZoneMinder Previous Versions
Topic: MySQCL C Library
Replies: 42
Views: 27924

MySQCL C Library

Hello,
Iim trying to install zoneminder, after running "./configure--with-mysql=/Usr/Local" I get an error
"You must call configure with the --with-mysql option"
"e.g. --with-mysql=/usr/local"

How can I identify the MySQL root location??