我正在尝试连接到Linux机器上的Sage Line 50数据库(这是一些糟糕的旧.DTA格式)。Sage提供了在Windows下工作的ODBC驱动程序,并且与我能够使用原生ODBC在Wine中设置DSN的指令非常接近。
但是,当我尝试从脚本访问DSN时,我得到一个"Data source name not Wine“的unixODBC错误,大概是因为unixODBC无法看到/连接到Wine DSN。看起来在Wine下运行的程序可以访问unixODBC DSN,但是有没有其他方法可以做到这一点,或者脚本本身需要在Wine中运行?
我是一个ubuntu,每当我尝试在那里下载一些东西--一堆未满足的葡萄酒依赖项--我就运行sudo apt-获取-f安装并获得以下内容。
bailey@bailey-FQ565AA-ABA-a6700f:~$ sudo apt-get -f install
Reading package lists... Done
Building dependency tree
Reading state information... Done
Correcting dependencies... Done
The following packages were automatically i
我一直试图使用WINE来运行Windows驱动程序,用于Linux中的数字音频接口。然而,运行:
wine saffire-mixcontrol-3.4.exe
得出这一结果:
002c:err:winediag:load_gssapi_krb5 Failed to load libgssapi_krb5, Kerberos SSP support will not be available.
002c:err:crypt:CRYPT_ImportSystemRootCertsToReg Failed to import system certs into registry, 00000057
如何在linux上安装Glibc 2.28?我一直在寻找不同的方法,但我做不到。我需要它来启动一个vps上的一个基本的“我的世界”服务器。
如果你知道用我的基本插件打开服务器的更简单的方法,请告诉我,我已经尝试了3天了,我已经创建了大约8个实例来重新开始。linux上的新手哈哈!
IBC_2.28' not found (required by node)
wine: cannot find './bedrock_server.exe'
node: /lib/aarch64-linux-gnu/libc.so.6: version `GLIBC_2.28' no
我在连接我的mongohq数据库时遇到了很大的问题。我遵循本教程,但使用远程mongoHQ db:替换本地mongo DB
wines.js
var mongo = require('mongodb');
Db = mongo.Db;
BSON = mongo.BSONPure;
con = null;
server = new Server('troup.mongohq.com', 'mongo_port', {auto_reconnect: true});
DBCon = new Db('dev', server, {sa
因此,在昨天安装Xubuntu之后,我尝试使用ppa:ubuntu/ppa安装Wine1.7。但是,在执行sudo apt-get install wine1.7之后,它一直给我这个错误:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you
Wine Installer v1.0
Warning !! wine binary (still) found, which may indicate
a (conflicting) previous installation.
You might want to abort and uninstall Wine first.
(If you previously tried to install from source manually,
run 'make uninstall' from the wine root directory)
We need to
我无法在我的linux上安装x64(x64 14.04 )
The following packages have unmet dependencies:
wine1.6 : Depends: wine1.6-amd64 (= 1:1.6.2-0ubuntu4)
Depends: wine1.6-i386 (= 1:1.6.2-0ubuntu4)
E: Unable to correct problems, you have held broken packages.
该怎么办呢?