Mailinglist Archive: opensuse (1438 mails)
| < Previous | Next > |
Re: [opensuse] Installing Madwifi
- From: Andre den Oudsten <AdenOudsten@xxxxxx>
- Date: Sat, 15 Nov 2008 12:55:33 +0100
- Message-id: <491EB8B5.1040202@xxxxxx>
David C. Rankin schreef:
totaal 20
drwxr-xr-x 5 root root 4096 okt 28 10:46 .
drwxr-xr-x 13 root root 4096 jun 10 14:55 ..
lrwxrwxrwx 1 root root 19 okt 28 10:46 linux -> linux-2.6.25.18-0.2
drwxr-xr-x 22 root root 4096 nov 14 20:43 linux-2.6.25.18-0.2
drwxr-xr-x 3 root root 4096 okt 22 17:01 linux-2.6.25.18-0.2-obj
lrwxrwxrwx 1 root root 23 okt 28 10:46 linux-obj ->
linux-2.6.25.18-0.2-obj
drwxr-xr-x 7 root root 4096 jun 10 14:23 packages
linux-zpoq:/home/andredo # ls -al /usr/src/linux
lrwxrwxrwx 1 root root 19 okt 28 10:46 /usr/src/linux -> linux-2.6.25.18-0.2
linux-zpoq:/home/andredo #
André
André
--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx
Andre den Oudsten wrote:linux-zpoq:/home/andredo # ls -al /usr/src
David C. Rankin schreef:
Andre den Oudsten wrote:linux-zpoq:/usr/src # if [[ -d linux-2.6.25.18-0.2-obj ]]; then ln -s
Woops,I got:
make: gcc: Opdracht niet gevonden (Command not found)
We will have to step back one more step and get you the rest of the
pieces of
the puzzle that every working machine should have. You are missing the c
compiler. Go ahead and install the following. There are a few optional
packages
here, but they don't hurt. As root, and all on one line, do:
zypper in gcc43-gij-32bit libgcc43 gcc43-objc gcc43-obj-c++ gcc-gij
gcc43-c++
gcc-obj-c++ gcc43-info gcc43-java gcc-java gcc43 gcc gcc-c++ gcc-objc
gcc-info
gcc43-gij libgcc43-32bit
Then go back and re-work the steps in my last post.
linux-2.6.25.18-0.2-obj
linux-obj; else echo "SOURCE-OBJ NOT FOUND"; fi
This is where the issues is. If you did the long zypper in line, then you now
how the compiler installed. The "SOURCE-OBJ NOT FOUND" means that you don't
have the linux-2.6.25.18-0.2-obj files installed. Post:
ls -al /usr/src
ls -al /usr/src/linux
totaal 20
drwxr-xr-x 5 root root 4096 okt 28 10:46 .
drwxr-xr-x 13 root root 4096 jun 10 14:55 ..
lrwxrwxrwx 1 root root 19 okt 28 10:46 linux -> linux-2.6.25.18-0.2
drwxr-xr-x 22 root root 4096 nov 14 20:43 linux-2.6.25.18-0.2
drwxr-xr-x 3 root root 4096 okt 22 17:01 linux-2.6.25.18-0.2-obj
lrwxrwxrwx 1 root root 23 okt 28 10:46 linux-obj ->
linux-2.6.25.18-0.2-obj
drwxr-xr-x 7 root root 4096 jun 10 14:23 packages
linux-zpoq:/home/andredo # ls -al /usr/src/linux
lrwxrwxrwx 1 root root 19 okt 28 10:46 /usr/src/linux -> linux-2.6.25.18-0.2
linux-zpoq:/home/andredo #
André
Andre,I have made good notice of that!!!
Believe it or not, we are getting close.
*** Note for your future installs, when you are presented with the
summary
page right before the install happens, click on the "Software Management" link
where you can add/remove packages and then Choose and install:
Base Development
Just click the check box next to it and it will install all the
pertinent
packages. (then I also show the details and select and install "build" that
is
left out for some reason) This will install all of your basic software
compilers and make life a lot easier.
André
--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx
| < Previous | Next > |