免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 1607 | 回复: 0
打印 上一主题 下一主题

redhat 9 + mysql 4.0.15 + mysql++ 1.7.9的艰苦历程,期待帮忙 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2003-10-13 20:16 |只看该作者 |倒序浏览
在www.mysql.com下载了mysql++-1.7.9-4.rh9.i386.rpm进行了安装, 也下载了相应的源代码(rpm格式)和补丁, 进行编译安装, 问题如下:
我的环境: redhat 9.0(gcc 3.2.2) + mysql 4.0.15
1.安装源码包, 安装到了/usr/src/redhat/SOURCES/
2.依次打补丁执行
-----------------------------------------------
打此补丁出错
[root@zhaohui-910 SOURCES]# patch -p0 -imysql++-prefix.patch
can't find file to patch at input line 3
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|--- mysql++-1.7.9q/Makefile 2002-10-17 00:12:00.000000000 +0200
|+++ mysql++-1.7.9/Makefile 2002-10-17 15:10:15.000000000 +0200
--------------------------
File to patch:
Skip this patch? [y]
Skipping patch.
1 out of 1 hunk ignored
can't find file to patch at input line 14
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|--- mysql++-1.7.9q/sqlplusint/Makefile 2002-10-17 00:12:01.000000000 +0200
|+++ mysql++-1.7.9/sqlplusint/Makefile 2002-10-17 15:11:21.000000000 +0200
--------------------------
File to patch:
Skip this patch? [y]
Skipping patch.
3 out of 3 hunks ignored
-------------------------------
打此补丁OK
[root@zhaohui-910 SOURCES]# patch -p0 -imysql++-versionfix.patch
patching file mysql++-1.7.9/configure.in
patching file mysql++-1.7.9/sqlplusint/Makefile
-------------------------------------------
此补丁OK
[root@zhaohui-910 SOURCES]# patch -p0 -imysql++-gcc-3.0.patch

--------------------------------------------
此补丁OK
[root@zhaohui-910 SOURCES]# patch -p0 -imysql++-gcc-3.2.2.patch
patching file mysql++-1.7.9/sqlplusint/connection.cc
patching file mysql++-1.7.9/sqlplusint/type_info1.hh
-------------------------------------------
此补丁出错
[root@zhaohui-910 SOURCES]# patch -p0 -imysql++-gcc-3.2.patch
can't find file to patch at input line 4
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|diff -rc mysql++-1.7.9-gcc3.0/configure.in mysql++-1.7.9-gcc3.2/configure.in
|*** mysql++-1.7.9-gcc3.0/configure.in 2001-05-19 18:44:46.000000000 +0200
|--- mysql++-1.7.9-gcc3.2/configure.in 2002-10-13 22:58:08.000000000 +0200
--------------------------
File to patch:
Skip this patch? [y]
Skipping patch.
1 out of 1 hunk ignored
can't find file to patch at input line 24
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|diff -rc mysql++-1.7.9-gcc3.0/sqlplusint/coldata1.hh mysql++-1.7.9-gcc3.2/sqlplusint/coldata1.hh
|*** mysql++-1.7.9-gcc3.0/sqlplusint/coldata1.hh 2002-10-14 13:15:41.000000000 +0200
|--- mysql++-1.7.9-gcc3.2/sqlplusint/coldata1.hh 2002-10-17 12:11:15.000000000 +0200
--------------------------

3. ./configure 执行结果
[root@zhaohui-910 mysql++-1.7.9]# ./configure
loading cache ./config.cache
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... (cached) yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... found
checking whether make sets ${MAKE}... (cached) yes
checking host system type... i686-pc-linux-gnu
checking build system type... i686-pc-linux-gnu
checking for ranlib... (cached) ranlib
checking for gcc... (cached) gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for ld used by GCC... (cached) /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes
checking for BSD-compatible nm... (cached) /usr/bin/nm -B
checking whether ln -s works... (cached) yes
loading cache ./config.cache within ltconfig
checking for object suffix... o
checking for executable suffix... (cached) no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.lo... yes
checking if gcc supports -fno-rtti -fno-exceptions ... yes
checking if gcc static flag -static works... -static
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the linker (/usr/bin/ld) supports shared libraries... yes
checking command to parse /usr/bin/nm -B output... ok
checking how to hardcode library paths into programs... immediate
checking for /usr/bin/ld option to reload object files... -r
checking dynamic linker characteristics... Linux ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for objdir... .libs
creating libtool
loading cache ./config.cache
checking whether to enable maintainer-specific portions of Makefiles... no
checking for MySQL library directory... /usr/lib/mysql
checking for MySQL include directory... /usr/include/mysql
checking for gcc... (cached) gcc
checking whether the C compiler (gcc -g -O2 -L/usr/lib/mysql) works... yes
checking whether the C compiler (gcc -g -O2 -L/usr/lib/mysql) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for c++... (cached) c++
checking whether the C++ compiler (c++ -L/usr/lib/mysql) works... yes
checking whether the C++ compiler (c++ -L/usr/lib/mysql) is a cross-compiler... no
checking whether we are using GNU C++... (cached) yes
checking whether c++ accepts -g... (cached) yes
checking for main in -lintl... (cached) no
checking for main in -lsocket... (cached) no
checking for main in -lnsl... (cached) yes
checking for mysql_store_result in -lmysqlclient... (cached) no
checking if malloc debugging is wanted... no
checking how to run the C preprocessor... (cached) gcc -E
checking for ANSI C header files... (cached) yes
checking for working const... (cached) yes
checking for strtol... (cached) yes
creating ./config.status
creating Makefile
creating sqlplusint/Makefile
creating examples/Makefile
creating config.h
config.h is unchanged
creating sqlplusint/exceptions.hh
sqlplusint/exceptions.hh is unchanged
------------------------------------
4. make 出了一堆的错
[root@zhaohui-910 mysql++-1.7.9]# make
make all-recursive
make[1]: Entering directory `/usr/src/redhat/SOURCES/mysql++-1.7.9'
Making all in sqlplusint
make[2]: Entering directory `/usr/src/redhat/SOURCES/mysql++-1.7.9/sqlplusint'
/bin/sh ../libtool --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -I.. -I. -I../sqlplusint -I/usr/include/mysql -g -O2 -c coldata.cc
mkdir .libs
c++ -DHAVE_CONFIG_H -I. -I. -I.. -I. -I../sqlplusint -I/usr/include/mysql -g -O2
-Wp,-MD,.deps/coldata.pp -c -fPIC -DPIC coldata.cc -o .libs/coldata.lo
In file included from /usr/include/c++/3.2.2/backward/ostream.h:31,
from null1.hh:4,
.......................................
......................................
connection1.hh:51: after previous specification in `bool
MysqlConnection::real_connect(const cchar* = "", const cchar* = "", const
cchar* = "", const cchar* = "", unsigned int = 0, char = 0, unsigned int =
60, const cchar* = "", unsigned int = 0)'
connection.cc:45: default argument given for parameter 9 of `bool
MysqlConnection::real_connect(const cchar*, const cchar*, const cchar*,
const cchar*, unsigned int, char = 0, unsigned int = 60, const char* = "",
unsigned int = 0)'
connection1.hh:51: after previous specification in `bool
MysqlConnection::real_connect(const cchar* = "", const cchar* = "", const
cchar* = "", const cchar* = "", unsigned int = 0, char = 0, unsigned int =
60, const cchar* = "", unsigned int = 0)'
make[2]: *** [connection.lo] Error 1
make[2]: Leaving directory `/usr/src/redhat/SOURCES/mysql++-1.7.9/sqlplusint'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/redhat/SOURCES/mysql++-1.7.9'
---------------------------------------------------
************************************
上面的补丁错误我实在是不理解, 在网上看到了一些类似的错误解答,但没有明确的答案

上面的问题已经困扰了我两天, 原来在3.2.23下工作的还是不错的, 现在换了4.0.15却引发了这么多的文体,真是有点晕了

请各位帮忙了, 非常感谢

gcc322mysql4015.jpg (8.24 KB, 下载次数: 44)

gcc322mysql4015.jpg
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP