|
|
在DBD-mysql的地方停住了,因为不使用系统自带的MYSQL,我
perl Makefile.PL --mysql_config=/home/mysql-5.0.67-percona-highperf-b6/scripts/mysql_config
了之后,可以继续编译了,如何从停止的地方继续呢?
emerge --resume -e world
又报
>>> Emerging (1 of 1) dev-perl/DBD-mysql-4.00.5 to /
* DBD-mysql-4.005.tar.gz RMD160 SHA1 SHA256 size ;-) ... [ ok ]
* checking ebuild checksums ;-) ... [ ok ]
* checking auxfile checksums ;-) ... [ ok ]
* checking miscfile checksums ;-) ... [ ok ]
* checking DBD-mysql-4.005.tar.gz ;-) ... [ ok ]
>>> Unpacking source...
>>> Unpacking DBD-mysql-4.005.tar.gz to /var/tmp/portage/dev-perl/DBD-mysql-4.00.5/work
>>> Source unpacked.
>>> Compiling source in /var/tmp/portage/dev-perl/DBD-mysql-4.00.5/work/DBD-mysql-4.005 ...
* Using ExtUtils::MakeMaker
Can't exec "mysql_config": No such file or directory at Makefile.PL line 76.
Cannot find the file 'mysql_config'! Your execution PATH doesn't seem
not contain the path to mysql_config. Resorting to guessed values!
Can't exec "mysql_config": No such file or directory at Makefile.PL line 466.
Can't exec "mysql_config": No such file or directory at Makefile.PL line 466.
Can't exec "mysql_config": No such file or directory at Makefile.PL line 466.
Can't exec "mysql_config": No such file or directory at Makefile.PL line 466.
Can't exec "mysql_config": No such file or directory at Makefile.PL line 466.
Can't exec "mysql_config": No such file or directory at Makefile.PL line 466.
Failed to determine directory of mysql.h. Use
perl Makefile.PL --cflags=-I<dir> |
|