64位Linux系统下,源码编译时,有时会无法链接libmysqlclient库:
/usr/bin/ld: skipping incompatible /usr/lib/mysql/libmysqlclient.so when searching for -lmysqlclient
/usr/bin/ld: skipping incompatible /usr/lib/mysql/libmysqlclient.a when searching for -lmysqlclient
请将Makefile里面的
-L/usr/lib/mysql
改为
-L/usr/lib64/mysql
---------------
或者:
----------------
# cd /usr/lib
# mv lib lib.bak
# ln -s /usr/lib64/mysql /usr/lib/mysql
2009年8月19日星期三
2009年8月18日星期二
编译Mysql时configure: error: No curses/termcap library found 的错误解决方法
问题:在手动编译安装mysql的过程中.发生错误如下:
configure: error: No curses/termcap library found
在网上找了很多的解决办法,发现以下这个正解,放上以备查用
解决方法:安装 ncurses-devel-5.5-24.20060715.i386.rpm
OK!
注意版本问题,也许我们两个需要安装的版本不一样.
configure: error: No curses/termcap library found
在网上找了很多的解决办法,发现以下这个正解,放上以备查用
解决方法:安装 ncurses-devel-5.5-24.20060715.i386.rpm
OK!
注意版本问题,也许我们两个需要安装的版本不一样.
[Linux] RedHat-linux下安装gcc
复制以下RPM包到/root/install目录下
glibc-kernheaders-2.4-8.10.i386.rpmglibc-devel-2.3.2-11.9.i386.rpmcpp-3.2.2-5.i386.rpmbinutils-2.13.90.0.18-9.i386.rpmgcc-3.2.2-5.i386.rpm
以上文件可以在 安装盘中找到
安装顺序
rpm -ivh glibc-kernheaders-2.4-8.10.i386.rpmrpm -ivh glibc-devel-2.3.2-11.9.i386.rpmrpm -ivh cpp-3.2.2-5.i386.rpmrpm -ivh binutils-2.13.90.0.18-9.i386.rpmrpm -ivh gcc-3.2.2-5.i386.rpm
2009年8月10日星期一
2009年8月7日星期五
I can't open an Office document after I install Office 2008 SP2 Update
I can't open an Office document after I install Office 2008 SP2 Update
Show All
Cause: This is a known issue with Office 2008 for Mac Service Pack 2 (12.2.0) that prevents some Open XML Format files from opening. To address this issue, we will release an update in August. In the meantime, you can use one of the following possible solutions.
Solution: Save your Excel workbook by using an earlier version of Office 2008 for Mac.
Solution: Save your Excel workbook by using Office 2004 for Mac with Open XML Converter.
Solution: Save your PowerPoint presentation, such as .pptx, .pptm, or .potx, by using 2007 Microsoft Office Suite Service Pack 2 (SP2) for Windows.
Solution: Save Excel workbooks to the .xlsb format in Excel 2007.
Solution: Save your document to .doc, .xls, or .ppt format by using Office 2008 for Mac 12.1.9 Update or an earlier version.
Solution: Save your document to .doc, .xls, or .ppt format by using Office 2004 for Mac with Open XML Converter.
Solution: Convert your document to .doc, .xls, or .ppt, by using Open XML Converter.
Solution: Save your Word or Excel documents by using 2007 Microsoft Office Suite Service Pack 2 (SP2) for Windows.
Solution: Save your document to .doc, .xls, or .ppt format by using Microsoft Office 2003 or an earlier version with Microsoft Office Compatibility Pack.
Solution: Use the AppleTime Machine to roll back to Office 2008 for Mac 12.1.9 Update or an earlier version.
Solution: Remove Office manually, reinstall Microsoft Office 2008 for Mac from the original installation media, and then upgrade to Office 2008 for Mac 12.1.9 Update. Do not upgrade to Microsoft Office 2008 for Mac Service Pack 2 (12.2.0) from Microsoft AutoUpdate.
微软没吃错药吧⋯⋯已知bug不去修正,让顾客重装office?
Show All
Cause: This is a known issue with Office 2008 for Mac Service Pack 2 (12.2.0) that prevents some Open XML Format files from opening. To address this issue, we will release an update in August. In the meantime, you can use one of the following possible solutions.
Solution: Save your Excel workbook by using an earlier version of Office 2008 for Mac.
Solution: Save your Excel workbook by using Office 2004 for Mac with Open XML Converter.
Solution: Save your PowerPoint presentation, such as .pptx, .pptm, or .potx, by using 2007 Microsoft Office Suite Service Pack 2 (SP2) for Windows.
Solution: Save Excel workbooks to the .xlsb format in Excel 2007.
Solution: Save your document to .doc, .xls, or .ppt format by using Office 2008 for Mac 12.1.9 Update or an earlier version.
Solution: Save your document to .doc, .xls, or .ppt format by using Office 2004 for Mac with Open XML Converter.
Solution: Convert your document to .doc, .xls, or .ppt, by using Open XML Converter.
Solution: Save your Word or Excel documents by using 2007 Microsoft Office Suite Service Pack 2 (SP2) for Windows.
Solution: Save your document to .doc, .xls, or .ppt format by using Microsoft Office 2003 or an earlier version with Microsoft Office Compatibility Pack.
Solution: Use the AppleTime Machine to roll back to Office 2008 for Mac 12.1.9 Update or an earlier version.
Solution: Remove Office manually, reinstall Microsoft Office 2008 for Mac from the original installation media, and then upgrade to Office 2008 for Mac 12.1.9 Update. Do not upgrade to Microsoft Office 2008 for Mac Service Pack 2 (12.2.0) from Microsoft AutoUpdate.
微软没吃错药吧⋯⋯已知bug不去修正,让顾客重装office?
订阅:
博文 (Atom)