Stop Microsoft

Operating Systems => Linux and UNIX => Topic started by: cdhgold on 23 January 2002, 03:01

Title: wine help needed
Post by: cdhgold on 23 January 2002, 03:01
need help i have wine installed installed it during my original os install but can't find out how to configure and use it ..running redhat7.2 end goal i would like toa chieve is being able to use wine to run the novell client to be able to manage my netware box without windoze

chris
LONG LIVE NETWARE
Title: wine help needed
Post by: voidmain on 23 January 2002, 03:52
What about NMP?
Title: wine help needed
Post by: cdhgold on 23 January 2002, 04:12
quote:
Originally posted by VoidMain:
What about NMP?


what is NMP? to clarify i want to be able to run things like Nwadmin and AdREm Remote Console ..

Chris
Title: wine help needed
Post by: voidmain on 23 January 2002, 04:16
Netware Management Portal (web based). Assuming you are running Netware 5.1?

See: http://www.internetwk.com/lead/lead042500.htm (http://www.internetwk.com/lead/lead042500.htm)
Title: wine help needed
Post by: cdhgold on 23 January 2002, 04:32
quote:
Originally posted by VoidMain:
Netware Management Portal (web based). Assuming you are running Netware 5.1?

See: http://www.internetwk.com/lead/lead042500.htm (http://www.internetwk.com/lead/lead042500.htm)



 duh your right has ben long day and was having MASSIVE brain cramp yes i know i can use that but is  still need to be able to use NWAdmin for some thign such as bordermanager config

chris
Title: wine help needed
Post by: cdhgold on 23 January 2002, 04:33
quote:
Originally posted by VoidMain:
Netware Management Portal (web based). Assuming you are running Netware 5.1?

See: http://www.internetwk.com/lead/lead042500.htm (http://www.internetwk.com/lead/lead042500.htm)


 
plus i also ahve to manage nw4.x boxes that nmp doesn't work with

chris
Title: wine help needed
Post by: voidmain on 23 January 2002, 04:51
Unfortunately I don't have any Netware servers to play with so I can't be of much help. If I could get a copy somewhere I could probably help. I used to run "rconsole" and "syscon" for Netware 3.12 under the DOS Emulator for Linux.  

Doesn't Netware now have native client drivers for Linux?
Title: wine help needed
Post by: cdhgold on 23 January 2002, 05:03
quote:
Originally posted by VoidMain:
Unfortunately I don't have any Netware servers to play with so I can't be of much help. If I could get a copy somewhere I could probably help. I used to run "rconsole" and "syscon" for Netware 3.12 under the DOS Emulator for Linux.  

Doesn't Netware now have native client drivers for Linux?



they have native filea cces with nw6 and the java console one for nw5.x and nw6 but is till need to be able to run NWadmin for bordermanager and nw4.x which is why back to my main questiosn i need to know how to confiure and use wine
Title: wine help needed
Post by: badkarma on 4 February 2002, 03:23
sorry to drag this topic back up but I noticed you still didn't have wine running.

download wine source, latest version.
(http://www.winehq.org)

put the file in your /tmp dir

then :

su -
rpm --erase --test wine (or something similar, don't know exact package name)
rpm --erase wine
cd /usr/src
tar tzf /tmp/Wine-20020122.tar.gz
tar xzf /tmp/Wine-20020122.tar.gz
cd wine-20020122
./tools/wineinstall
(do everything up untill the local config file)
exit
cd /usr/src
./tools/wineinstall
(create the local configfile)

happy wine'ing   (http://smile.gif)

(p.s. if some programs don't work right you should try them with other versions because it's in a development state so sometimes a release may break what was working in a last release)

[ February 03, 2002: Message edited by: BadKarma ]