Hi!
A wine alatt hogyan kell a hálózatot beállítani.
Automatice létrejött a .wine alatt minden, csak egy windows-os progi nem
lát ki a netre - sztem nem találja a dns-t/gateway-t.
Ezt hol lehet beállítani, hogy lássa a wines progi?
G.
_________________________________________________
linux lista - li...@mlf.linux.rulez.org
http://mlf2.linux.rulez.org/mailman/listinfo/linux
Hi!
Bocs, lemaradt... 64bites rendszerről van szó.
A winwhq.org-on megtaláltam a lehetséges okot:
"6.22. Why doesn't DNS resolve in 64-bit OS's?
Many distributions don't provide all the 32-bit compatibility libraries
that wine needs. In this case, wine needs 32-bit DNS libraries. On
Ubuntu/Debian, this package is lib32nss-mdns. To install it on those
OS's, use:
sudo apt-get install lib32nss-mdns"
Fedora alatt nem tudom mi kellhet. Az nss-mdns.i586 csomag fent van.
Debian alatt ezek vannak az ajanlott csomagban:
/emul/lib/ia32-linux/lib/
libnss_mdns.so.2
libnss_mdns4.so.2
libnss_mdns4_minimal.so.2
libnss_mdns6.so.2
libnss_mdns6_minimal.so.2
libnss_mdns_minimal.so.2
--
Udvozlettel
Zsiga
Hi!
Kideritettem a kérdeéses progi a ssl protoklt használ.
Ezért nem megy. Mi kell ehhez?
A wine honlapján ezt találtam (http://wiki.winehq.org/Secur32):
"Secur32
Secur32.dll mainly contains the Secure Service Provider Interface, SSPI.
SSPI allows developers to use different providers of secure socket-like
services. In SSPI, a Secure Service Provider (SSP) is loaded by the
system and queried for the capabilities it supports. You (the client
developer) can choose which provider you want by name. Normal SSPs (I
don't know a better name for them) are loaded by secur32.dll in the
context of the calling process.
The are also authentication SSPs, which are capable of authenticating
users. They're loaded (in Windows) in the context of the LSA. Since Wine
doesn't have an LSA and doesn't authenticate users, I'm only talking
about normal SSPs here.
SSPI is a plugin interface: SSPs are implemented in external DLLs, and
secur32.dll loads them. Wine's secur32.dll is already able to load
native SSP DLLs.
Wine's Secur32.dll also provides a couple of built-in SSPs, the NTLM
provider and the Schannel provider."
Mi is hiányzik? secur32.dll?
G.