- 论坛徽章:
- 0
|
本帖最后由 limits999 于 2014-05-19 15:50 编辑
Monox 发表于 2014-05-19 12:22 ![]()
回复 11# limits999
看来你说的是对的
我手动安装,设置了正确的头文件和库文件路径之后,仍然有一些库文件找不到,打开文件夹后发现确实不存在那些库文件!
搜寻了整个电脑,也不存在那些库文件!
不知道大侠能否进一步指点,如何获取这些库文件?
是我的mysql版本问题?还是?
附手动安装后的代码:
- D:\perl\DBD-mysql-4.027>perl Makefile.PL --cflags=D:\mysql\mysql-5.5.25-winx64\include --libs=D:\mysql\mysql-5.5.25-winx
- 64\lib --testhost=localhost --testuser=root --testpassword=111111 --testdb=test
- mysql_config.pl, and an associated bat file, has been
- successfully created under
- D:\mysql\MYSQL-~1.25-\bin
- Unknown option: testsocket
- Unknown option: testport
- Unknown option: nocatchstderr
- Unknown option: ssl
- Unknown option: nofoundrows
- Unknown option: force-embedded
- I will use the following settings for compiling and testing:
- cflags (User's choice) = D:\mysql\mysql-5.5.25-winx64\include
- embedded (mysql_config ) =
- libs (User's choice) = D:\mysql\mysql-5.5.25-winx64\lib
- mysql_config (guessed ) = mysql_config
- nocatchstderr (default ) = 0
- nofoundrows (default ) = 0
- ssl (guessed ) = 0
- testdb (User's choice) = test
- testhost (User's choice) = localhost
- testpassword (User's choice) = 111111
- testport (default ) =
- testsocket (default ) =
- testuser (User's choice) = root
- To change these settings, see 'perl Makefile.PL --help' and
- 'perldoc DBD::mysql::INSTALL'.
- Checking if your kit is complete...
- Looks good
- Warning (mostly harmless): No library found for -lmoldname
- Warning (mostly harmless): No library found for -lkernel32
- Warning (mostly harmless): No library found for -luser32
- Warning (mostly harmless): No library found for -lgdi32
- Warning (mostly harmless): No library found for -lwinspool
- Warning (mostly harmless): No library found for -lcomdlg32
- Warning (mostly harmless): No library found for -ladvapi32
- Warning (mostly harmless): No library found for -lshell32
- Warning (mostly harmless): No library found for -lole32
- Warning (mostly harmless): No library found for -loleaut32
- Warning (mostly harmless): No library found for -lnetapi32
- Warning (mostly harmless): No library found for -luuid
- Warning (mostly harmless): No library found for -lws2_32
- Warning (mostly harmless): No library found for -lmpr
- Warning (mostly harmless): No library found for -lwinmm
- Warning (mostly harmless): No library found for -lversion
- Warning (mostly harmless): No library found for -lodbc32
- Warning (mostly harmless): No library found for -lodbccp32
- Warning (mostly harmless): No library found for -lcomctl32
- Multiple copies of Driver.xst found in: D:/perl/site/lib/auto/DBI/ D:/perl/lib/auto/DBI/ at Makefile.PL line 936.
- Using DBI 1.631 (for perl 5.018002 on MSWin32-x64-multi-thread) installed in D:/perl/site/lib/auto/DBI/
- Generating a dmake-style Makefile
- Writing Makefile for DBD::mysql
- Writing MYMETA.yml and MYMETA.json
复制代码 |
|