Using the WINE Program with Sun's Solaris system
Using the WINE Program with Sun's Solaris system
Hi.
I was trying to use the WINE program on Sun's Solaris 10 UNIX operating system, x86-64 version. It seems I can't run many applications as they often give this error:
"err:module:load_builtin_dll failed to load .so lib for builtin L"ws2_32.dll": ld.so.1: wine: fatal: libnsl.so.1: open failed: No such file or directory
err:module:import_dll Loading library ws2_32.dll (which is needed by L"c:\\windows\\system32\\wsock32.dll") failed (error c000007a)."
But the "missing" file "libnsl.so.1" exists on the system. Why is it not working? Is it impossible to make it work? I heard once that this was because it is a 64-bit system. So does that mean, then, that there is no way this can be resolved, short of dumping the O/S and switching to something else?
I was trying to use the WINE program on Sun's Solaris 10 UNIX operating system, x86-64 version. It seems I can't run many applications as they often give this error:
"err:module:load_builtin_dll failed to load .so lib for builtin L"ws2_32.dll": ld.so.1: wine: fatal: libnsl.so.1: open failed: No such file or directory
err:module:import_dll Loading library ws2_32.dll (which is needed by L"c:\\windows\\system32\\wsock32.dll") failed (error c000007a)."
But the "missing" file "libnsl.so.1" exists on the system. Why is it not working? Is it impossible to make it work? I heard once that this was because it is a 64-bit system. So does that mean, then, that there is no way this can be resolved, short of dumping the O/S and switching to something else?
Re: Using the WINE Program with Sun's Solaris system
But is it 32-bit or 64-bit library? Wine is 32-bit and requires 32-bit libraries.mike3 wrote:But the "missing" file "libnsl.so.1" exists on the system.
Re: Using the WINE Program with Sun's Solaris system
Looks like it's 32-bit:vitamin wrote:But is it 32-bit or 64-bit library? Wine is 32-bit and requires 32-bit libraries.mike3 wrote:But the "missing" file "libnsl.so.1" exists on the system.
--
# file /lib/libnsl.so.1
/lib/libnsl.so.1: ELF 32-bit LSB dynamic lib 80386 Version 1, dynamically linked, not stripped, no debugging information available
--
Using the WINE Program with Sun's Solaris system
On Wed, Jan 7, 2009 at 3:14 PM, mike3 <[email protected]> wrote:
--
-Austin
Did you compile it yourself? Did you get compiler errors?So what would you think the problem is, then?
--
-Austin
Re: Using the WINE Program with Sun's Solaris system
No, I did not compile the package myself. I downloaded the binary linked to from this website (winehq.org, in the download section) and installed it.austin987 wrote:On Wed, Jan 7, 2009 at 3:14 PM, mike3 <[email protected]> wrote:Did you compile it yourself? Did you get compiler errors?So what would you think the problem is, then?
--
-Austin
Using the WINE Program with Sun's Solaris system
On Wed, Jan 7, 2009 at 4:27 PM, mike3 <[email protected]> wrote:
64-bit issue, or it could be a wine bug.
--
-Austin
I'd suggest e-mailing the maintainer and asking him. It may be aaustin987 wrote:No I did not compile the package myself, I downloaded the binary linked to from this website (winehq.org at the download section) and installed it.On Wed, Jan 7, 2009 at 3:14 PM, mike3 <[email protected]> wrote:
Did you compile it yourself? Did you get compiler errors?So what would you think the problem is, then?
--
-Austin
64-bit issue, or it could be a wine bug.
--
-Austin
-
- Newbie
- Posts: 1
- Joined: Mon Jan 19, 2009 8:50 am
The same on OpenSolaris
Hi
I've got the same problem, but on OpenSolaris 2008.11.
Yesterday I've enabled "Password Safe" application over wine in Solaris 10 u6 (x86-64) on my home PC and had no problems. Today tried to repeat the procedure on my work notebook on OpenSolaris and it dind't worked
.
This is the output:
| > uname -a
| SunOS solplr 5.11 snv_101b i86pc i386 i86pc
|
| > LD_LIBRARY_PATH=/lib
| > export LD_LIBRARY_PATH
|
| > /opt/gnu/wine/bin/wine pwsafe.exe
| err:module:load_builtin_dll failed to load .so lib for builtin L"WS2_32.dll": ld.so.1: wine: fatal: libnsl.so.1: open failed: No such file or directory
| err:module:import_dll Loading library WS2_32.dll (which is needed by L"Z:\\z00\\app\\pwsafe\\pwsafe.exe") failed (error c000007a).
| err:module:LdrInitializeThunk Main exe initialization for L"Z:\\z00\\app\\pwsafe\\pwsafe.exe" failed, status c0000135
|
| > ls -l /lib/libnsl.so.1
| -rwxr-xr-x 1 root bin 868592 Nov 13 01:26 /lib/libnsl.so.1
| > file /lib/libnsl.so.1
| /lib/libnsl.so.1: ELF 32-bit LSB dynamic lib 80386 Version 1, dynamically linked, not stripped, no debugging information available
|
Installed WINE from sunfreepacks.com, the binary packages for Solaris 10 and Open Solaris are actually different.
I cant't upgrade, 2008.11 (101b) is the last version of OpenSolaris. There are newer versions of SXDE (Solaris Express Developer Edition), but I belive it is not the upgrade path.
What should I do?
regards
Pavel
I've got the same problem, but on OpenSolaris 2008.11.
Yesterday I've enabled "Password Safe" application over wine in Solaris 10 u6 (x86-64) on my home PC and had no problems. Today tried to repeat the procedure on my work notebook on OpenSolaris and it dind't worked

This is the output:
| > uname -a
| SunOS solplr 5.11 snv_101b i86pc i386 i86pc
|
| > LD_LIBRARY_PATH=/lib
| > export LD_LIBRARY_PATH
|
| > /opt/gnu/wine/bin/wine pwsafe.exe
| err:module:load_builtin_dll failed to load .so lib for builtin L"WS2_32.dll": ld.so.1: wine: fatal: libnsl.so.1: open failed: No such file or directory
| err:module:import_dll Loading library WS2_32.dll (which is needed by L"Z:\\z00\\app\\pwsafe\\pwsafe.exe") failed (error c000007a).
| err:module:LdrInitializeThunk Main exe initialization for L"Z:\\z00\\app\\pwsafe\\pwsafe.exe" failed, status c0000135
|
| > ls -l /lib/libnsl.so.1
| -rwxr-xr-x 1 root bin 868592 Nov 13 01:26 /lib/libnsl.so.1
| > file /lib/libnsl.so.1
| /lib/libnsl.so.1: ELF 32-bit LSB dynamic lib 80386 Version 1, dynamically linked, not stripped, no debugging information available
|
Installed WINE from sunfreepacks.com, the binary packages for Solaris 10 and Open Solaris are actually different.
I cant't upgrade, 2008.11 (101b) is the last version of OpenSolaris. There are newer versions of SXDE (Solaris Express Developer Edition), but I belive it is not the upgrade path.
What should I do?
regards
Pavel