- 积分
 - 5
 
- 威望
 -  
 
- 金钱
 -  
 
- 注册时间
 - 2019-6-27
 
- 在线时间
 -  小时
 
- 最后登录
 - 1970-1-1
 
 
 
 
 
 
 | 
 
 由于业务需要在 Linux服务器项目里请求 access数据库,所以需要安装 odbc扩展来实现,但是一直安装失败 
 安装odbc提示: 
configure: WARNING: unrecognized options: --with-pdo-odbc 
checking for grep that handles long lines and -e... /usr/bin/grep 
checking for egrep... /usr/bin/grep -E 
checking for a sed that does not truncate output... /usr/bin/sed 
checking for cc... cc 
checking whether the C compiler works... yes 
checking for C compiler default output file name... a.out 
checking for suffix of executables...  
checking whether we are cross compiling... no 
checking for suffix of object files... o 
checking whether we are using the GNU C compiler... yes 
checking whether cc accepts -g... yes 
checking for cc option to accept ISO C89... none needed 
checking how to run the C preprocessor... cc -E 
checking for icc... no 
checking for suncc... no 
checking whether cc understands -c and -o together... yes 
checking for system library directory... lib 
checking if compiler supports -R... no 
checking if compiler supports -Wl,-rpath,... yes 
checking build system type... x86_64-unknown-linux-gnu 
checking host system type... x86_64-unknown-linux-gnu 
checking target system type... x86_64-unknown-linux-gnu 
checking for PHP prefix... /usr/local/php 
checking for PHP includes... -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/usr/local/php/include/php/ext -I/usr/local/php/include/php/ext/date/lib 
checking for PHP extension directory... /usr/local/php/lib/php/extensions/no-debug-non-zts-20131226 
checking for PHP installed headers prefix... /usr/local/php/include/php 
checking if debug is enabled... no 
checking if zts is enabled... no 
checking for re2c... re2c 
checking for re2c version... 0.16 (ok) 
checking for gawk... gawk 
checking for Adabas support... cp: cannot stat '/usr/local/lib/odbclib.a': No such file or directory 
configure: error: ODBC header file '/usr/local/incl/sqlext.h' not found! 
 
 
然后又想办法 安装com_dotnet来实现,安装时有报错: 
checking for grep that handles long lines and -e... /usr/bin/grep 
checking for egrep... /usr/bin/grep -E 
checking for a sed that does not truncate output... /usr/bin/sed 
checking for cc... cc 
checking whether the C compiler works... yes 
checking for C compiler default output file name... a.out 
checking for suffix of executables...  
checking whether we are cross compiling... no 
checking for suffix of object files... o 
checking whether we are using the GNU C compiler... yes 
checking whether cc accepts -g... yes 
checking for cc option to accept ISO C89... none needed 
checking how to run the C preprocessor... cc -E 
checking for icc... no 
checking for suncc... no 
checking whether cc understands -c and -o together... yes 
checking for system library directory... lib 
checking if compiler supports -R... no 
checking if compiler supports -Wl,-rpath,... yes 
checking build system type... x86_64-unknown-linux-gnu 
checking host system type... x86_64-unknown-linux-gnu 
checking target system type... x86_64-unknown-linux-gnu 
checking for PHP prefix... /usr/local/php 
checking for PHP includes... -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/usr/local/php/include/php/ext -I/usr/local/php/include/php/ext/date/lib 
checking for PHP extension directory... /usr/local/php/lib/php/extensions/no-debug-non-zts-20131226 
checking for PHP installed headers prefix... /usr/local/php/include/php 
checking if debug is enabled... no 
checking if zts is enabled... no 
checking for re2c... re2c 
checking for re2c version... 0.16 (ok) 
checking for gawk... gawk 
./configure: line 4046: //: Is a directory 
./configure: line 4047: //: Is a directory 
./configure: line 4049: syntax error near unexpected token `"com-dotnet",' 
./configure: line 4049: `ARG_ENABLE("com-dotnet", "COM and .Net support", "yes");' 
 
实在是技术有限。寻求大神帮助。 |   
 
 
 
 |