1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 <2019> 2020 2021 2022 2023 2024 2025 | Index | 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 <2019> 2020 2021 2022 2023 2024 2025 |
<== Date ==> | <== Thread ==> |
---|
Subject: | Re: MySQL statement in caMonitor code |
From: | Aaron Brown via Tech-talk <[email protected]> |
To: | Mark Rivers <[email protected]> |
Cc: | tech-talk <[email protected]> |
Date: | Tue, 3 Dec 2019 13:18:12 +0000 |
Hi Mark,
I tried that, but everything I did returned some sort of "missing separator" error.
I tried typing the paths to the libraries at the end of the Makefile and at the beginning.
I even tried this:
MYSQLLIBS += <path to libraries>
I keep getting the same "missing separator" error.
Thanks,
Aaron Brown
Detector Support Group
Jefferson Lab
From: Mark Rivers <[email protected]>
Sent: Tuesday, December 3, 2019 8:10 AM To: Aaron Brown <[email protected]> Cc: tech-talk <[email protected]> Subject: [EXTERNAL] Re: MySQL statement in caMonitor code > I think this means there is a linker issue, but am not sure how to fix this. Did you modify the Makefile to add the MySQL libraries to those that should be linked with? Mark ________________________________ From: Tech-talk <[email protected]> on behalf of Aaron Brown via Tech-talk <[email protected]> Sent: Tuesday, December 3, 2019 6:50 AM To: [email protected] Subject: MySQL statement in caMonitor code Hello all, I have embedded a MySQL statement in the caMonitor example code. I have included all the necessary header files, I think, but when I compile it complains of undefined references: caMonitor.o: In function `eventCallback': /home/ambrown/3rdTest/3rdTestApp/O.linux-x86_64/../caMonitor.c:74: undefined reference to `mysql_init' /home/ambrown/3rdTest/3rdTestApp/O.linux-x86_64/../caMonitor.c:75: undefined reference to `mysql_real_connect' /home/ambrown/3rdTest/3rdTestApp/O.linux-x86_64/../caMonitor.c:92: undefined reference to `mysql_query' /home/ambrown/3rdTest/3rdTestApp/O.linux-x86_64/../caMonitor.c:93: undefined reference to `mysql_close' collect2: error: ld returned 1 exit status I think this means there is a linker issue, but am not sure how to fix this. Any ideas? Thanks Aaron Brown Detector Support Group Jefferson Lab |