|
Home > Archive > alt.os.linux > September 2002 > How can I install the packages make, gcc and glibc-devel?
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
How can I install the packages make, gcc and glibc-devel?
|
|
| Patrick Di Maio 2002-09-30, 4:28 am |
| Hi Everyone, I need your help...
I am new to Linux, just installed SuSE Linux 8.0 Professional, nice and
clean following default settings.
I now want to browse the internet with my Speedtouch USB modem, found the
instructions to configure it but I am stuck, (see SuSE document).
How can I install the packages make, gcc and glibc-devel?
I am following the instructions below and when typing the command 'make' I
get the response 'bash: make: command not found'
Your help is appreciated.
Patrick
----------
From: SuSE SDB Webinterface <sdb@suse.de>
Date: Sun, 29 Sep 2002 18:59:24 +0200 (CEST)
To: pdimaio@ukonline.co.uk
Subject: Ihr angeforderter SuSE sdb Artikel configSpeedTouch
If this article didn't help you, you are welcome to
write an e-mail including your registration code to
support@suse.de if your question is in the scope of
the SuSE Linux installation support. You can also
create a support request online:
http://support.suse.de/en/services/...onlineform.html
Title: Setting up Alcatel SpeedTouch USB DSL Modem
http://sdb.suse.de/en/sdb/html/configSpeedTouch.html
______________________________
_________________________
Applies to
SuSE Linux: Version 8.0
Situation
You want to set up your DSL access with the SpeedTouch USB
DSL modem under SuSE Linux.
Procedure
First, you need the management software of Alcatel that can
be found at http://www.alcateldsl.com/. To install the
management software, proceed as described below:
1. Log in as user 'root'.
2. Unpack the management software with the command:
tar -xvzf speedmgmt.tar.gz
3. Change to the new directory "mgmt" by entering:
cd mgmt.
4. Enter the following commands in this order to compile
and install the the software:
make
make install
Please make sure that the packages make, gcc and glibc-devel
are installed.
Now you have to change a line in the start script and in the
file usb.usermap. To do so, open the file
/etc/hotplug/usb/speedtouch with an editor and change the
line
modprobe -k speedtch
to
modprobe -k speedtouch
Add one 0x0000 in the file /etc/hotplug/usb.usermap:
Before:
speedtouch 0x0003 0x06b9 0x4061 0x0000 0x00 0x00 0x00 0x00
0x00 0x00 0x00000000 "Alcatel SpeedTouch USB"
After:
speedtouch 0x0003 0x06b9 0x4061 0x0000 0x0000 0x00 0x00
0x00 0x00 0x00 0x00 0x00000000 "Alcatel SpeedTouch USB"
Restart the hotplug service with the command "rchotplug
restart".
Start YaST2 and open the module Network/Basic -> DSL
Configuration. You will be asked if T-Online is your
provider, answer 'No'. In the next dialog, enter user name,
password, VPI/VCI numbers (e.g., 0.38 for British Telecom),
and switch the 'PPP mode' to 'PPP over ATM'.
Tipp: You can get the VPI/VCI numbers with the Windows
Alcatel Tool or by asking your provider.
| |
| Sybren 2002-09-30, 4:28 am |
| Patrick Di Maio wrote:
> How can I install the packages make, gcc and glibc-devel?
SuSe might have a better way to do this, but I wouldn't know since I use
Debian. Just mount your CD, find the right RPM files and do rpm -Uvh
filename. Something like this:
rpm -Uvh gcc* make* glibc-devel*
will probably work. If it complains about dependencies and/or missing
packages, just add those packages to the command-line.
Sybren
|
|
|
|
|