Bugs item #3062976, was opened at 2010-09-09 16:30
Message generated for change (Comment added) made by vernburton
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=512945&aid=3062976&group_id=65979

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Vern Burton (vernburton)
Assigned to: Markus Hoenicka (mhoenicka)
Summary: Issuses compiling for mysql

Initial Comment:
   0. PREAMBLE

    make[3]: *** [dbd_mysql/c168.html] Error 1
make[3]: Leaving directory `/root/sources/libdbi-drivers-0.8.3/drivers/mysql'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/root/sources/libdbi-drivers-0.8.3/drivers'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/sources/libdbi-drivers-0.8.3'
make: *** [all] Error 2

./configure --with-mysql --with-mysql-libdir=/usr/lib64/mysql 
--with-mysql-incdir=/usr/include/mysql/

[r...@***1 libdbi-drivers-0.8.3]# find / -name mysql.h
/usr/include/mysql/mysql.h

[r...@***1 libdbi-drivers-0.8.3]# uname -a
Linux **** 2.6.18-194.11.3.el5 #1 SMP Mon Aug 30 16:19:16 EDT 2010 x86_64 
x86_64 x86_64 GNU/Linux

This is a fresh untar with the configure command above


----------------------------------------------------------------------

>Comment By: Vern Burton (vernburton)
Date: 2010-09-10 07:55

Message:
I have attached the make output into file.  attaching said file.
This is a make after make clean

----------------------------------------------------------------------

Comment By: Markus Hoenicka (mhoenicka)
Date: 2010-09-10 03:52

Message:
Could you please post the "make" output that lead to the error messages
shown above? Also, unless you require the docs installed locally you may
try to disable docs generation. Unfortunately 0.8.3 still has a bug in
configure which causes some strange behaviour regarding docs. Please see
whether either --enable-docs or --disable-docs happens to switch off docs
generation. If not, please apply the following patch to configure.in and
re-run ./autogen.sh && configure --disable-docs [your other options here].

--- configure.in        2009/02/27 01:46:35     1.46
+++ configure.in        2009/04/21 19:32:18     1.47
@@ -146,7 +146,9 @@
 ac_docs="YES"
 AC_ARG_ENABLE(docs,
        [  --disable-docs         do not build and install the documentation.],
-       [  ac_docs="NO" ])
+       [  if test "$enable_docs" = "no"; then
+              ac_docs="NO"
+          fi])
 
 if test "$ac_docs" = "YES"; then
       docs_subdirs="doc"

----------------------------------------------------------------------

Comment By: Vern Burton (vernburton)
Date: 2010-09-09 16:31

Message:
CentOS release 5.5 (Final)

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=512945&aid=3062976&group_id=65979

------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
Libdbi-drivers-devel mailing list
Libdbi-drivers-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libdbi-drivers-devel

Reply via email to