Author Topic: wine help needed  (Read 1239 times)

cdhgold

  • Member
  • **
  • Posts: 50
  • Kudos: 0
wine help needed
« 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

voidmain

  • VIP
  • Member
  • ***
  • Posts: 5,605
  • Kudos: 184
    • http://voidmain.is-a-geek.net/
wine help needed
« Reply #1 on: 23 January 2002, 03:52 »
What about NMP?
Someone please remove this account. Thanks...

cdhgold

  • Member
  • **
  • Posts: 50
  • Kudos: 0
wine help needed
« Reply #2 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

voidmain

  • VIP
  • Member
  • ***
  • Posts: 5,605
  • Kudos: 184
    • http://voidmain.is-a-geek.net/
wine help needed
« Reply #3 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
Someone please remove this account. Thanks...

cdhgold

  • Member
  • **
  • Posts: 50
  • Kudos: 0
wine help needed
« Reply #4 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



 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

cdhgold

  • Member
  • **
  • Posts: 50
  • Kudos: 0
wine help needed
« Reply #5 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


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

chris

voidmain

  • VIP
  • Member
  • ***
  • Posts: 5,605
  • Kudos: 184
    • http://voidmain.is-a-geek.net/
wine help needed
« Reply #6 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?
Someone please remove this account. Thanks...

cdhgold

  • Member
  • **
  • Posts: 50
  • Kudos: 0
wine help needed
« Reply #7 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

badkarma

  • VIP
  • Member
  • ***
  • Posts: 497
  • Kudos: 0
wine help needed
« Reply #8 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  

(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 ]

If you can't learn to do something well, learn to enjoy doing it poorly.