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: Closed
>Resolution: Fixed
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 08:55

Message:
Issue with packaging of CentOS to not include DocBook

Resolution: install docbook-utils; recompile; make && make install

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

Comment By: Vern Burton (vernburton)
Date: 2010-09-10 08:54

Message:
Yep.  I have reconfigured the package and installed with documentation.  I
am now having an issue with library linking but that is an issues that is
maintain on another project.

Thank you and have a great day.

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

Comment By: Markus Hoenicka (mhoenicka)
Date: 2010-09-10 08:50

Message:
looks good, don't you think so?

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

Comment By: Vern Burton (vernburton)
Date: 2010-09-10 08:36

Message:
CentOS doesn't package DocBook at installation 

yum install docbook-utils

new make log added

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

Comment By: Markus Hoenicka (mhoenicka)
Date: 2010-09-10 08:26

Message:
Your output indicates that openjade sends plain text to stdout, instead of
properly using the DocBook stylesheets to generate HTML output. I'm not
really sure how this can happen, especially as your log does not contain
any openjade error message. Could you please verify that you have suitable
DocBook DSSSL stylesheets installed, that there is a SGML catalog file
which resolves the public identifiers "-//James Clark//DTD DSSSL Style
Sheet//EN" and "-//Norman Walsh//DOCUMENT DocBook HTML Stylesheet//EN" to
actual files (either local or via http), and that this SGML catalog file is
mentioned in your environment variable SGML_CATALOG_FILES. If all this
sounds like gibberish to you, you'd definitely be better off using plan B,
i.e. skipping docs generation.

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

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