Configure tool onder Ubuntu?

Pagina: 1
Acties:

Onderwerpen


Acties:
  • 0 Henk 'm!

  • Autoreply
  • Registratie: Oktober 2006
  • Laatst online: 08:42
Ik plaats maar even een nieuw topic omdat ik niet precies weet waar het probleem zit.

Eerst 64 bits Ubuntu gedraaid en dat ging prima. RP-PPPOE geinstalleerd en dit ging niet, er ontbrak een C compiler. Deze geïnstalleerd vanaf de DVD via
code:
1
sudo aptitude build-essential

Verder ging de installatie van RP-PPPOE (nodig om op internet te komen hierzo) vlekkeloos.
Nu wil ik de 32 bits versie installeren en loop ik uiteraard tegen hetzelfde probleem aan.
code:
1
sudo aptitude build-essential

Werkt echter niet; de output is:
code:
1
2
No candidate version found for build-essential
No packages will be installed, upgraded or removed.


Help :X

Reden dat ik naar 32 bits wil is overigens Easyubuntu, ik wil zonder ál te veel gekloot gewoon films e.d. kunnen kijken. Ik heb overigens een X2 3800+ en DDR2. en 6.06 (Dapper)

Edit:

Helemaal vergeten om te melden; maar de reden dat ik build-essential niet van internet heb geplukt (memorystick enzo) is dat deze een dependency error geeft mbt libc6-dev|libc-dev

[ Voor 9% gewijzigd door Autoreply op 17-01-2007 20:41 ]


Acties:
  • 0 Henk 'm!

  • Harm
  • Registratie: Mei 2002
  • Niet online
En als je via Synaptic eens zoekt naar `build-essential`? Vind je dan wel wat?

Daarnaast, het commando is `sudo aptitude install build-essential`, maakt dat wat uit of is het een typefout van je?

Acties:
  • 0 Henk 'm!

  • Autoreply
  • Registratie: Oktober 2006
  • Laatst online: 08:42
Harm schreef op woensdag 17 januari 2007 @ 21:12:
En als je via Synaptic eens zoekt naar `build-essential`? Vind je dan wel wat?

Daarnaast, het commando is `sudo aptitude install build-essential`, maakt dat wat uit of is het een typefout van je?
Helaas gewoon een typefout. Bij Synaptic is niets te vinden; terwijl ik zeker weet dat ik bij de 64 bits versie deze vanaf de DVD heb geïnstalleerd. Kan er verschil tussen de DVD's zitten? (AMD64 versie en de X86 versie) De DVD heb ik nog ff door de ingebouwde check gehaald; die staat een hele tijd OK uit te spuwen om vervolgens de install-modes op te starten.

Acties:
  • 0 Henk 'm!

  • moto-moi
  • Registratie: Juli 2001
  • Laatst online: 09-06-2011

moto-moi

Ja, ik haat jou ook :w

Zo te zien bestaat hij gewoon, heb je al geprobeerd packages van het internet af te halen in plaats van de cd? :)

God, root, what is difference? | Talga Vassternich | IBM zuigt


Acties:
  • 0 Henk 'm!

  • Harm
  • Registratie: Mei 2002
  • Niet online
Ga eens naar System > Administration > Software Sources. Check vervolgens de settings in dat dialoogvenster. Heb je bijvoorbeeld wel ingesteld dat je software van internet wil downloaden?

Daarnaast, het pakket 'build-essential' installeert dacht ik zelf geen packages. Het gaat om de dependency's van dat pakket (welke dat zijn, staan op de pagina die moto-moi noemt), dus eventueel kun je die ook handmatig installeren.

Acties:
  • 0 Henk 'm!

  • Autoreply
  • Registratie: Oktober 2006
  • Laatst online: 08:42
moto-moi schreef op woensdag 17 januari 2007 @ 21:59:
Zo te zien bestaat hij gewoon, heb je al geprobeerd packages van het internet af te halen in plaats van de cd? :)
Ja dus:
Autoreply schreef op woensdag 17 januari 2007 @ 20:36:
Helemaal vergeten om te melden; maar de reden dat ik build-essential niet van internet heb geplukt (memorystick enzo) is dat deze een dependency error geeft mbt libc6-dev|libc-dev
Ik zal ze allemaal 's ff downloaden en installeren; tot nu toe dus alleen het package zelf geinstalleerd en dán krijg ik het gemiep over die dependencies. Software settings zal ik ook nog ff checken.

Acties:
  • 0 Henk 'm!

  • Autoreply
  • Registratie: Oktober 2006
  • Laatst online: 08:42
Mooi; de DVD aanzetten en herstarten helpt O-)

Maargoed; nou gaat ie dus weer op z'n plaat tijdens de installatie van RP-PPPOE.

code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
jarno@jarno-home:/media/sda4/rp-pppoe-3.8$ cd src sudo make install
jarno@jarno-home:/media/sda4/rp-pppoe-3.8/src$ sudo pppoe-start
sudo: pppoe-start: command not found
jarno@jarno-home:/media/sda4/rp-pppoe-3.8/src$ cd
jarno@jarno-home:~$ cd /media/sda4/rp-pppoe-3.8/
jarno@jarno-home:/media/sda4/rp-pppoe-3.8$ ./go
Running ./configure...
chmod: changing permissions of `conf26078.sh': Operation not permitted
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for ranlib... ranlib
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking sys/dlpi.h usability... no
checking sys/dlpi.h presence... no
checking for sys/dlpi.h... no
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking syslog.h usability... yes
checking syslog.h presence... yes
checking for syslog.h... yes
checking for unistd.h... (cached) yes
checking net/if_arp.h usability... yes
checking net/if_arp.h presence... yes
checking for net/if_arp.h... yes
checking netinet/if_ether.h usability... yes
checking netinet/if_ether.h presence... yes
checking for netinet/if_ether.h... yes
checking getopt.h usability... yes
checking getopt.h presence... yes
checking for getopt.h... yes
checking sys/uio.h usability... yes
checking sys/uio.h presence... yes
checking for sys/uio.h... yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking for fcntl.h... (cached) yes
checking net/bpf.h usability... no
checking net/bpf.h presence... no
checking for net/bpf.h... no
checking netpacket/packet.h usability... yes
checking netpacket/packet.h presence... yes
checking for netpacket/packet.h... yes
checking net/ethernet.h usability... yes
checking net/ethernet.h presence... yes
checking for net/ethernet.h... yes
checking asm/types.h usability... yes
checking asm/types.h presence... yes
checking for asm/types.h... yes
checking linux/if_packet.h usability... yes
checking linux/if_packet.h presence... yes
checking for linux/if_packet.h... yes
checking linux/if_ether.h usability... yes
checking linux/if_ether.h presence... yes
checking for linux/if_ether.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/cdefs.h usability... yes
checking sys/cdefs.h presence... yes
checking for sys/cdefs.h... yes
checking net/if.h usability... yes
checking net/if.h presence... yes
checking for net/if.h... yes
checking net/if_dl.h usability... no
checking net/if_dl.h presence... no
checking for net/if_dl.h... no
checking net/if_ether.h usability... no
checking net/if_ether.h presence... no
checking for net/if_ether.h... no
checking net/if_types.h usability... no
checking net/if_types.h presence... no
checking for net/if_types.h... no
checking for netinet/if_ether.h... (cached) yes
checking for net/if_types.h... (cached) no
checking for net/if_dl.h... (cached) no
checking for linux/if.h... yes
checking for linux/if_pppox.h... yes
checking for an ANSI C-conforming const... yes
checking for pid_t... yes
checking whether time.h and sys/time.h may both be included... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for struct sockaddr_ll... yes
checking for N_HDLC line discipline... yes
checking for working memcmp... yes
checking for function prototypes... yes
checking whether setvbuf arguments are reversed... no
checking return type of signal handlers... void
checking for select... yes
checking for socket... yes
checking for strerror... yes
checking for strtol... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking for unsigned short... yes
checking size of unsigned short... 2
checking for unsigned int... yes
checking size of unsigned int... 4
checking for unsigned long... yes
checking size of unsigned long... 4
checking for pppd... /usr/sbin/pppd
checking for echo... /bin/echo
checking for setsid... /usr/bin/setsid
checking for id... /usr/bin/id
checking for Linux 2.4.X kernel-mode PPPoE support... yes
checking packing order of bit fields... reversed
configure: creating ./config.status
chmod: changing permissions of `./config.status': Operation not permitted
chmod: changing permissions of `conf28345.sh': Operation not permitted
config.status: creating Makefile
config.status: creating libevent/Makefile
config.status: creating ../scripts/pppoe-connect
config.status: creating ../scripts/pppoe-start
config.status: creating ../scripts/pppoe-stop
config.status: creating ../scripts/pppoe-init
config.status: creating ../scripts/pppoe-init-suse
config.status: creating ../scripts/pppoe-init-turbolinux
config.status: creating ../scripts/pppoe-setup
config.status: creating ../gui/Makefile
config.status: creating ../gui/tkpppoe
config.status: creating config.h
config.status: config.h is unchanged
On this platform, the following targets will be built:
pppoe pppoe-server pppoe-sniff pppoe-relay
Type 'make' to compile the software.
Running make...

Type 'make install' as root to install the software.
Running make install...

Type 'make install' as root to install the software.
mkdir -p /usr/sbin
/usr/bin/install -c -m 755 pppoe /usr/sbin
/usr/bin/install: cannot create regular file `/usr/sbin/pppoe': Permission denie d
make: *** [install] Error 1
Oops!  It looks like make install failed.
jarno@jarno-home:/media/sda4/rp-pppoe-3.8$ cd src sudo make install
jarno@jarno-home:/media/sda4/rp-pppoe-3.8/src$


Wat doe ik fout; ik ben toch ingelogd als root?

[ Voor 47% gewijzigd door Autoreply op 17-01-2007 22:48 ]


Acties:
  • 0 Henk 'm!

  • moto-moi
  • Registratie: Juli 2001
  • Laatst online: 09-06-2011

moto-moi

Ja, ik haat jou ook :w

nee, ubuntu heeft geen root account zoals bij andere unices, het moment dat jij ./go doet vergeet je er 'sudo' voor te zetten :)

[ Voor 10% gewijzigd door moto-moi op 17-01-2007 22:50 ]

God, root, what is difference? | Talga Vassternich | IBM zuigt


Acties:
  • 0 Henk 'm!

  • Autoreply
  • Registratie: Oktober 2006
  • Laatst online: 08:42
Het werkt! _/-\o_


Heren, als jullie in de buurt komen van Delft; doe dan ff een belletje, gratis bier is nooit af te slaan me dunkt :w
Pagina: 1