Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
02-21-2003, 07:20 PM
|
#1
|
LQ Newbie
Registered: Feb 2003
Posts: 2
Rep:
|
rdesktop?
Hello, I've recently converted to Linux from Windows for my home OS, and have one particular problem that's been concerning me, that I hope you can help me with:
My office runs Windows 2000, with a Terminal Services connection to access it at home. However, with Linux, we needed a special plugin called 'Rdesktop' that I found on the internet, and downloaded. When I unzipped it, it all came to one directory containing a bunch of text files and scripts. (I have Red Hat 8.0) What should I do with this? I've been looking through help files and such, but can't find the answer. Thanks a bunch.
|
|
|
02-21-2003, 07:43 PM
|
#2
|
LQ Guru
Registered: Jan 2001
Posts: 24,149
|
If its a tar.gz type file, in most cases you can:
./configure
make
make install (as root)
What does the INSTALL or README file tell you ? Most of the time there are those two files that will explain how to install the program.
|
|
|
02-21-2003, 07:47 PM
|
#3
|
LQ Newbie
Registered: Feb 2003
Posts: 2
Original Poster
Rep:
|
Well, I don't see an Install file but there is a Readme that says the same thing as you said:
Installation
------------
rdesktop uses a typical GNU-style build procedure:
% ./configure [options]
% make
% make install
I know I should be using a command line to do this, but where should I do it? Under the home/user/rdesktop directory?
Last edited by tdanco; 02-21-2003 at 07:48 PM.
|
|
|
02-22-2003, 01:38 AM
|
#4
|
Member
Registered: Apr 2002
Location: Denmark
Distribution: OS X
Posts: 306
Rep:
|
In the directory where you uncompressed the file you run the scripts
first
$ ./configure
then
$ make
And then finally the last should be run as root
$ su
(type password)
# make install
Be sure that ./configure or make doesn't come with any errors
|
|
|
02-22-2003, 08:13 AM
|
#5
|
LQ Guru
Registered: Jan 2001
Posts: 24,149
|
Quote:
Originally posted by tdanco
I know I should be using a command line to do this, but where should I do it? Under the home/user/rdesktop directory?
|
Yes most likely as that is where the configure file will reside to start compilation.
|
|
|
02-22-2003, 09:36 AM
|
#6
|
Member
Registered: Jan 2003
Location: Kingston, Jamaica
Posts: 444
Rep:
|
Please note that Windows 2000/XP come with their own terminal services client access licence (TSCAL).
Using Linux will mean that the terminal services licencing server will have to issue one to your box. If you have any problems connecting to the terminal server, contact your administrator.
Yup, Microsoft licencing is a complicated thing.
|
|
|
All times are GMT -5. The time now is 06:02 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|