Ok, ik wil dus ff samba draaiend krijgen om beneden op de Win2K machine te kunnen printen.
Ik heb geen ervaring met Samba en ben een newbie m.b.t. Linux
Het volgende heb ik gedaan:
- De nieuwste Samba gedownload.
- $gunzip -d samba.tar.gz
- $tar -xvf samba.tar
- Daarna de source dir in gegaan die werd aangemaakt (/home/megalodon/samba/source)
- $./configure
- $make
- $make install
Bij dat laatste krijg ik dit:
Je kan ook de manpages en de binpages seperatly installeren met: $make installman en
$make installbin
#make installman ging zeiken over dat ie /usr/local/samba/man niet kon maken,.. terwijl ik nu als root ben ingelogged
Toen heb ik handmatig die dir aangemaakt en heeft hij nu wel $make installman kunnen uitvoeren. Maar $make installbin of gewoon $make install wil hij niet pakken en komt hij dus met bovenstaande melding.
Komt iemand dit bekend voor? Of weet iemand een oplossing hiervoor?
Alvast bedankt
Ik heb geen ervaring met Samba en ben een newbie m.b.t. Linux
Het volgende heb ik gedaan:
- De nieuwste Samba gedownload.
- $gunzip -d samba.tar.gz
- $tar -xvf samba.tar
- Daarna de source dir in gegaan die werd aangemaakt (/home/megalodon/samba/source)
- $./configure
- $make
- $make install
Bij dat laatste krijg ik dit:
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
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
| [root@demon source]# pwd /home/megalodon/samba-2.2.5/source [root@demon source]# make install Using FLAGS = -O -O3 -fomit-frame-pointer -pipe -mcpu=pentiumpro -march=i586 -ffast-math -fno-strength-reduce -fno-omit-frame-pointer -Iinclude -I./include -I./ubiqx -I./smbwrapper -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DLOGFILEBASE="/usr/local/samba/var" -DCONFIGFILE="/usr/local/samba/lib/smb.conf" -DLMHOSTSFILE="/usr/local/samba/lib/lmhosts" -DSWATDIR="/usr/local/samba/swat" -DSBINDIR="/usr/local/samba/bin" -DLOCKDIR="/usr/local/samba/var/locks" -DCODEPAGEDIR="/usr/local/samba/lib/codepages" -DDRIVERFILE="/usr/local/samba/lib/printers.def" -DBINDIR="/usr/local/samba/bin" -DPIDDIR="/usr/local/samba/var/locks" -DLIBDIR="/usr/local/samba/lib" -DHAVE_INCLUDES_H -DPASSWD_PROGRAM="/usr/bin/passwd" -DSMB_PASSWD_FILE="/usr/local/samba/private/smbpasswd" -DTDB_PASSWD_FILE="/usr/local/samba/private/smbpasswd.tdb" Using FLAGS32 = -O -O3 -fomit-frame-pointer -pipe -mcpu=pentiumpro -march=i586 -ffast-math -fno-strength-reduce -fno-omit-frame-pointer -Iinclude -I./include -I./ubiqx -I./smbwrapper -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DLOGFILEBASE="/usr/local/samba/var" -DCONFIGFILE="/usr/local/samba/lib/smb.conf" -DLMHOSTSFILE="/usr/local/samba/lib/lmhosts" -DSWATDIR="/usr/local/samba/swat" -DSBINDIR="/usr/local/samba/bin" -DLOCKDIR="/usr/local/samba/var/locks" -DCODEPAGEDIR="/usr/local/samba/lib/codepages" -DDRIVERFILE="/usr/local/samba/lib/printers.def" -DBINDIR="/usr/local/samba/bin" -DPIDDIR="/usr/local/samba/var/locks" -DLIBDIR="/usr/local/samba/lib" -DHAVE_INCLUDES_H -DPASSWD_PROGRAM="/usr/bin/passwd" -DSMB_PASSWD_FILE="/usr/local/samba/private/smbpasswd" -DTDB_PASSWD_FILE="/usr/local/samba/private/smbpasswd.tdb" Using LIBS = -lcups -lssl -lcrypto -lnsl -lcrypt -lpopt Compiling printing/print_cups.c printing/print_cups.c:25:23: cups/cups.h: Onbekend bestand of map printing/print_cups.c:26:27: cups/language.h: Onbekend bestand of map printing/print_cups.c: In function `cups_printer_fn': printing/print_cups.c:79: `http_t' undeclared (first use in this function) printing/print_cups.c:79: (Each undeclared identifier is reported only once printing/print_cups.c:79: for each function it appears in.) printing/print_cups.c:79: `http' undeclared (first use in this function) printing/print_cups.c:80: `ipp_t' undeclared (first use in this function) printing/print_cups.c:80: `request' undeclared (first use in this function) printing/print_cups.c:81: `response' undeclared (first use in this function) printing/print_cups.c:82: `ipp_attribute_t' undeclared (first use in this function) printing/print_cups.c:82: `attr' undeclared (first use in this function) printing/print_cups.c:83: `cups_lang_t' undeclared (first use in this function) printing/print_cups.c:83: `language' undeclared (first use in this function) printing/print_cups.c:84: parse error before `char' printing/print_cups.c:125: `CUPS_GET_PRINTERS' undeclared (first use in this function) printing/print_cups.c:130: `IPP_TAG_OPERATION' undeclared (first use in this function) printing/print_cups.c:130: `IPP_TAG_CHARSET' undeclared (first use in this function) printing/print_cups.c:133: `IPP_TAG_LANGUAGE' undeclared (first use in this function) printing/print_cups.c:136: `IPP_TAG_NAME' undeclared (first use in this function) printing/print_cups.c:138: `requested' undeclared (first use in this function) printing/print_cups.c:159: `IPP_TAG_PRINTER' undeclared (first use in this function) printing/print_cups.c:169: `name' undeclared (first use in this function) printing/print_cups.c:170: `make_model' undeclared (first use in this function) printing/print_cups.c:171: `info' undeclared (first use in this function) printing/print_cups.c:180: `IPP_TAG_TEXT' undeclared (first use in this function) printing/print_cups.c: In function `cups_printername_ok': printing/print_cups.c:216: `http_t' undeclared (first use in this function) printing/print_cups.c:216: `http' undeclared (first use in this function) printing/print_cups.c:217: `ipp_t' undeclared (first use in this function) printing/print_cups.c:217: `request' undeclared (first use in this function) printing/print_cups.c:218: `response' undeclared (first use in this function) printing/print_cups.c:219: `cups_lang_t' undeclared (first use in this function) printing/print_cups.c:219: `language' undeclared (first use in this function) printing/print_cups.c:220: parse error before `char' printing/print_cups.c:254: `IPP_GET_PRINTER_ATTRIBUTES' undeclared (first use in this function) printing/print_cups.c:259: `IPP_TAG_OPERATION' undeclared (first use in this function) printing/print_cups.c:259: `IPP_TAG_CHARSET' undeclared (first use in this function) printing/print_cups.c:262: `IPP_TAG_LANGUAGE' undeclared (first use in this function) printing/print_cups.c:265: `IPP_TAG_NAME' undeclared (first use in this function) printing/print_cups.c:268: `uri' undeclared (first use in this function) printing/print_cups.c:271: `IPP_TAG_URI' undeclared (first use in this function) printing/print_cups.c:288: `IPP_OK_CONFLICT' undeclared (first use in this function) printing/print_cups.c: In function `cups_job_delete': printing/print_cups.c:311: `http_t' undeclared (first use in this function) printing/print_cups.c:311: `http' undeclared (first use in this function) printing/print_cups.c:312: `ipp_t' undeclared (first use in this function) printing/print_cups.c:312: `request' undeclared (first use in this function) printing/print_cups.c:313: `response' undeclared (first use in this function) printing/print_cups.c:314: `cups_lang_t' undeclared (first use in this function) printing/print_cups.c:314: `language' undeclared (first use in this function) printing/print_cups.c:315: parse error before `char' printing/print_cups.c:349: `IPP_CANCEL_JOB' undeclared (first use in this function) printing/print_cups.c:354: `IPP_TAG_OPERATION' undeclared (first use in this function) printing/print_cups.c:354: `IPP_TAG_CHARSET' undeclared (first use in this function) printing/print_cups.c:357: `IPP_TAG_LANGUAGE' undeclared (first use in this function) printing/print_cups.c:360: `uri' undeclared (first use in this function) printing/print_cups.c:362: `IPP_TAG_URI' undeclared (first use in this function) printing/print_cups.c:364: `IPP_TAG_NAME' undeclared (first use in this function) printing/print_cups.c:375: `IPP_OK_CONFLICT' undeclared (first use in this function) printing/print_cups.c: In function `cups_job_pause': printing/print_cups.c:401: `http_t' undeclared (first use in this function) printing/print_cups.c:401: `http' undeclared (first use in this function) printing/print_cups.c:402: `ipp_t' undeclared (first use in this function) printing/print_cups.c:402: `request' undeclared (first use in this function) printing/print_cups.c:403: `response' undeclared (first use in this function) printing/print_cups.c:404: `cups_lang_t' undeclared (first use in this function) printing/print_cups.c:404: `language' undeclared (first use in this function) printing/print_cups.c:405: parse error before `char' printing/print_cups.c:439: `IPP_HOLD_JOB' undeclared (first use in this function) printing/print_cups.c:444: `IPP_TAG_OPERATION' undeclared (first use in this function) printing/print_cups.c:444: `IPP_TAG_CHARSET' undeclared (first use in this function) printing/print_cups.c:447: `IPP_TAG_LANGUAGE' undeclared (first use in this function) printing/print_cups.c:450: `uri' undeclared (first use in this function) printing/print_cups.c:452: `IPP_TAG_URI' undeclared (first use in this function) printing/print_cups.c:454: `IPP_TAG_NAME' undeclared (first use in this function) printing/print_cups.c:465: `IPP_OK_CONFLICT' undeclared (first use in this function) printing/print_cups.c: In function `cups_job_resume': printing/print_cups.c:491: `http_t' undeclared (first use in this function) printing/print_cups.c:491: `http' undeclared (first use in this function) printing/print_cups.c:492: `ipp_t' undeclared (first use in this function) printing/print_cups.c:492: `request' undeclared (first use in this function) printing/print_cups.c:493: `response' undeclared (first use in this function) printing/print_cups.c:494: `cups_lang_t' undeclared (first use in this function) printing/print_cups.c:494: `language' undeclared (first use in this function) printing/print_cups.c:495: parse error before `char' printing/print_cups.c:529: `IPP_RELEASE_JOB' undeclared (first use in this function) printing/print_cups.c:534: `IPP_TAG_OPERATION' undeclared (first use in this function) printing/print_cups.c:534: `IPP_TAG_CHARSET' undeclared (first use in this function) printing/print_cups.c:537: `IPP_TAG_LANGUAGE' undeclared (first use in this function) printing/print_cups.c:540: `uri' undeclared (first use in this function) printing/print_cups.c:542: `IPP_TAG_URI' undeclared (first use in this function) printing/print_cups.c:544: `IPP_TAG_NAME' undeclared (first use in this function) printing/print_cups.c:555: `IPP_OK_CONFLICT' undeclared (first use in this function) printing/print_cups.c: In function `cups_job_submit': printing/print_cups.c:581: `http_t' undeclared (first use in this function) printing/print_cups.c:581: `http' undeclared (first use in this function) printing/print_cups.c:582: `ipp_t' undeclared (first use in this function) printing/print_cups.c:582: `request' undeclared (first use in this function) printing/print_cups.c:583: `response' undeclared (first use in this function) printing/print_cups.c:584: `cups_lang_t' undeclared (first use in this function) printing/print_cups.c:584: `language' undeclared (first use in this function) printing/print_cups.c:585: parse error before `char' printing/print_cups.c:620: `IPP_PRINT_JOB' undeclared (first use in this function) printing/print_cups.c:625: `IPP_TAG_OPERATION' undeclared (first use in this function) printing/print_cups.c:625: `IPP_TAG_CHARSET' undeclared (first use in this function) printing/print_cups.c:628: `IPP_TAG_LANGUAGE' undeclared (first use in this function) printing/print_cups.c:631: `uri' undeclared (first use in this function) printing/print_cups.c:634: `IPP_TAG_URI' undeclared (first use in this function) printing/print_cups.c:637: `IPP_TAG_NAME' undeclared (first use in this function) printing/print_cups.c:653: `IPP_OK_CONFLICT' undeclared (first use in this function) printing/print_cups.c: In function `cups_queue_get': printing/print_cups.c:678: `http_t' undeclared (first use in this function) printing/print_cups.c:678: `http' undeclared (first use in this function) printing/print_cups.c:679: `ipp_t' undeclared (first use in this function) printing/print_cups.c:679: `request' undeclared (first use in this function) printing/print_cups.c:680: `response' undeclared (first use in this function) printing/print_cups.c:681: `ipp_attribute_t' undeclared (first use in this function) printing/print_cups.c:681: `attr' undeclared (first use in this function) printing/print_cups.c:682: `cups_lang_t' undeclared (first use in this function) printing/print_cups.c:682: `language' undeclared (first use in this function) printing/print_cups.c:683: parse error before `char' printing/print_cups.c:693: `ipp_jstate_t' undeclared (first use in this function) printing/print_cups.c:735: `uri' undeclared (first use in this function) printing/print_cups.c:750: `IPP_GET_JOBS' undeclared (first use in this function) printing/print_cups.c:755: `IPP_TAG_OPERATION' undeclared (first use in this function) printing/print_cups.c:755: `IPP_TAG_CHARSET' undeclared (first use in this function) printing/print_cups.c:758: `IPP_TAG_LANGUAGE' undeclared (first use in this function) printing/print_cups.c:761: `IPP_TAG_NAME' undeclared (first use in this function) printing/print_cups.c:763: `jattrs' undeclared (first use in this function) printing/print_cups.c:766: `IPP_TAG_URI' undeclared (first use in this function) printing/print_cups.c:781: `IPP_OK_CONFLICT' undeclared (first use in this function) printing/print_cups.c:795: `qcount' undeclared (first use in this function) printing/print_cups.c:796: `qalloc' undeclared (first use in this function) printing/print_cups.c:797: `queue' undeclared (first use in this function) printing/print_cups.c:805: `IPP_TAG_JOB' undeclared (first use in this function) printing/print_cups.c:818: `temp' undeclared (first use in this function) printing/print_cups.c:840: `job_id' undeclared (first use in this function) printing/print_cups.c:841: `job_priority' undeclared (first use in this function) printing/print_cups.c:842: `job_status' undeclared (first use in this function) printing/print_cups.c:842: `IPP_JOB_PENDING' undeclared (first use in this function) printing/print_cups.c:843: `job_time' undeclared (first use in this function) printing/print_cups.c:844: `job_k_octets' undeclared (first use in this function) printing/print_cups.c:845: `user_name' undeclared (first use in this function) printing/print_cups.c:846: `job_name' undeclared (first use in this function) printing/print_cups.c:857: `IPP_TAG_INTEGER' undeclared (first use in this function) printing/print_cups.c:869: `IPP_TAG_ENUM' undeclared (first use in this function) printing/print_cups.c:902: `IPP_JOB_STOPPED' undeclared (first use in this function) printing/print_cups.c:903: `IPP_JOB_HELD' undeclared (first use in this function) printing/print_cups.c:930: `IPP_GET_PRINTER_ATTRIBUTES' undeclared (first use in this function) printing/print_cups.c:943: `pattrs' undeclared (first use in this function) printing/print_cups.c:978: `IPP_PRINTER_STOPPED' undeclared (first use in this function) printing/print_cups.c:985: `IPP_TAG_TEXT' undeclared (first use in this function) printing/print_cups.c: In function `cups_queue_pause': printing/print_cups.c:1010: `http_t' undeclared (first use in this function) printing/print_cups.c:1010: `http' undeclared (first use in this function) printing/print_cups.c:1011: `ipp_t' undeclared (first use in this function) printing/print_cups.c:1011: `request' undeclared (first use in this function) printing/print_cups.c:1012: `response' undeclared (first use in this function) printing/print_cups.c:1013: `cups_lang_t' undeclared (first use in this function) printing/print_cups.c:1013: `language' undeclared (first use in this function) printing/print_cups.c:1014: parse error before `char' printing/print_cups.c:1048: `IPP_PAUSE_PRINTER' undeclared (first use in this function) printing/print_cups.c:1053: `IPP_TAG_OPERATION' undeclared (first use in this function) printing/print_cups.c:1053: `IPP_TAG_CHARSET' undeclared (first use in this function) printing/print_cups.c:1056: `IPP_TAG_LANGUAGE' undeclared (first use in this function) printing/print_cups.c:1059: `uri' undeclared (first use in this function) printing/print_cups.c:1062: `IPP_TAG_URI' undeclared (first use in this function) printing/print_cups.c:1064: `IPP_TAG_NAME' undeclared (first use in this function) printing/print_cups.c:1075: `IPP_OK_CONFLICT' undeclared (first use in this function) printing/print_cups.c: In function `cups_queue_resume': printing/print_cups.c:1102: `http_t' undeclared (first use in this function) printing/print_cups.c:1102: `http' undeclared (first use in this function) printing/print_cups.c:1103: `ipp_t' undeclared (first use in this function) printing/print_cups.c:1103: `request' undeclared (first use in this function) printing/print_cups.c:1104: `response' undeclared (first use in this function) printing/print_cups.c:1105: `cups_lang_t' undeclared (first use in this function) printing/print_cups.c:1105: `language' undeclared (first use in this function) printing/print_cups.c:1106: parse error before `char' printing/print_cups.c:1140: `IPP_RESUME_PRINTER' undeclared (first use in this function) printing/print_cups.c:1145: `IPP_TAG_OPERATION' undeclared (first use in this function) printing/print_cups.c:1145: `IPP_TAG_CHARSET' undeclared (first use in this function) printing/print_cups.c:1148: `IPP_TAG_LANGUAGE' undeclared (first use in this function) printing/print_cups.c:1151: `uri' undeclared (first use in this function) printing/print_cups.c:1154: `IPP_TAG_URI' undeclared (first use in this function) printing/print_cups.c:1156: `IPP_TAG_NAME' undeclared (first use in this function) printing/print_cups.c:1167: `IPP_OK_CONFLICT' undeclared (first use in this function) make: *** [printing/print_cups.o] Fout 1 [root@demon source]# |
Je kan ook de manpages en de binpages seperatly installeren met: $make installman en
$make installbin
#make installman ging zeiken over dat ie /usr/local/samba/man niet kon maken,.. terwijl ik nu als root ben ingelogged
Toen heb ik handmatig die dir aangemaakt en heeft hij nu wel $make installman kunnen uitvoeren. Maar $make installbin of gewoon $make install wil hij niet pakken en komt hij dus met bovenstaande melding.
Komt iemand dit bekend voor? Of weet iemand een oplossing hiervoor?
Alvast bedankt
Gamertag: Cosmicv0id
"Het woord Gods is voor mij niets meer dan een expressie en het product van menselijke zwakheid. De Bijbel is een verzamelwerk van legendes die achtenswaardig zijn maar ook primitief en kinderachtig.'' - Albert Einstein