Vorheriges
Thema anzeigen :: Nächstes
Thema anzeigen |
Autor |
Nachricht |
targa
Anmeldungsdatum:
19.09.2006 Beiträge: 9
|
Verfasst am: Di
Okt 03, 2006 9:26 am
Titel: opsb problem |
|
|
ich versuche opsb zu
installieren wenn ich ./configure mache geht es ohne fehler
aber wenn ich make mache kommt folgendes.
Code: |
unreal@s15226335:~/OPSB-3.0.a2> make
(cd libopm; make libopm.a) make[1]: Entering
directory `/home/unreal/OPSB-3.0.a2/libopm' gcc -c
-O2 -Wall -I. -I.. compat.c gcc -c -O2 -Wall -I.
-I.. config.c config.c: In function
`libopm_config_create': config.c:97: warning: use of
cast expressions as lvalues is deprecated
config.c:101: warning: use of cast expressions as
lvalues is deprecated config.c:106: warning: use of
cast expressions as lvalues is deprecated config.c:
In function `libopm_config_free': config.c:149:
warning: dereferencing type-punned pointer will break
strict-aliasing rules config.c:159: warning:
dereferencing type-punned pointer will break
strict-aliasing rules config.c: In function
`libopm_config_set': config.c:195: warning: use of
cast expressions as lvalues is deprecated gcc -c -O2
-Wall -I. -I.. inet.c gcc -c -O2 -Wall -I. -I..
libopm.c libopm.c: In function `opm_remote_free':
libopm.c:224: warning: dereferencing type-punned
pointer will break strict-aliasing rules libopm.c:
In function `opm_free': libopm.c:303: warning:
dereferencing type-punned pointer will break
strict-aliasing rules libopm.c: In function
`libopm_protocol_config_free': libopm.c:503:
warning: dereferencing type-punned pointer will break
strict-aliasing rules libopm.c: In function
`libopm_scan_free': libopm.c:760: warning:
dereferencing type-punned pointer will break
strict-aliasing rules libopm.c: In function
`libopm_connection_free': libopm.c:809: warning:
dereferencing type-punned pointer will break
strict-aliasing rules libopm.c: In function
`libopm_check_poll': libopm.c:1111: warning:
dereferencing type-punned pointer will break
strict-aliasing rules gcc -c -O2 -Wall -I. -I..
list.c list.c: In function `libopm_list_free':
list.c:117: warning: dereferencing type-punned
pointer will break strict-aliasing rules list.c: In
function `libopm_node_free': list.c:122: warning:
dereferencing type-punned pointer will break
strict-aliasing rules gcc -c -O2 -Wall -I. -I..
malloc.c gcc -c -O2 -Wall -I. -I.. proxy.c ar
cru libopm.a compat.o config.o inet.o libopm.o list.o
malloc.o proxy.o ranlib libopm.a make[1]:
Leaving directory `/home/unreal/OPSB-3.0.a2/libopm'
gcc -c -O2 -Wall
-I/home/unreal/NeoStats3.0//include/ -I. -Ilibopm opsb.c
opsb.c: In function `opsb_cmd_lookup':
opsb.c:101: warning: dereferencing type-punned
pointer will break strict-aliasing rules opsb.c:127:
warning: dereferencing type-punned pointer will break
strict-aliasing rules opsb.c: In function
`opsb_cmd_check': opsb.c:158: warning: dereferencing
type-punned pointer will break strict-aliasing rules
opsb.c:170: warning: dereferencing type-punned
pointer will break strict-aliasing rules opsb.c: In
function `opsb_cmd_ports_del': opsb.c:275: warning:
dereferencing type-punned pointer will break
strict-aliasing rules opsb.c: In function
`addtocache': opsb.c:435: warning: dereferencing
type-punned pointer will break strict-aliasing rules
opsb.c: In function `checkcache': opsb.c:487:
warning: dereferencing type-punned pointer will break
strict-aliasing rules opsb.c: In function
`startscan': opsb.c:565: warning: dereferencing
type-punned pointer will break strict-aliasing rules
opsb.c:576: warning: dereferencing type-punned
pointer will break strict-aliasing rules opsb.c:586:
warning: dereferencing type-punned pointer will break
strict-aliasing rules opsb.c:600: warning:
dereferencing type-punned pointer will break
strict-aliasing rules opsb.c:619: warning:
dereferencing type-punned pointer will break
strict-aliasing rules opsb.c:620: warning:
dereferencing type-punned pointer will break
strict-aliasing rules opsb.c:626: warning:
dereferencing type-punned pointer will break
strict-aliasing rules opsb.c:633: warning:
dereferencing type-punned pointer will break
strict-aliasing rules opsb.c: In function
`dnsblscan': opsb.c:663: warning: dereferencing
type-punned pointer will break strict-aliasing rules
opsb.c:685: warning: dereferencing type-punned
pointer will break strict-aliasing rules opsb.c:694:
warning: dereferencing type-punned pointer will break
strict-aliasing rules opsb.c:697: warning:
dereferencing type-punned pointer will break
strict-aliasing rules opsb.c:721: warning:
dereferencing type-punned pointer will break
strict-aliasing rules opsb.c:729: warning:
dereferencing type-punned pointer will break
strict-aliasing rules opsb.c: In function
`reportdns': opsb.c:758: warning: dereferencing
type-punned pointer will break strict-aliasing rules
opsb.c:769: warning: dereferencing type-punned
pointer will break strict-aliasing rules
opsb.c:821:7: warning: no newline at end of file
gcc -MM -I/home/unreal/NeoStats3.0//include/ -I.
-Ilibopm -c opsb.c > opsb.d gcc -c -O2 -Wall
-I/home/unreal/NeoStats3.0//include/ -I. -Ilibopm
proxy.c proxy.c: In function `load_port':
proxy.c:138: warning: dereferencing type-punned
pointer will break strict-aliasing rules proxy.c: In
function `init_libopm': proxy.c:199: warning:
passing arg 3 of `add_sockpoll' from incompatible
pointer type proxy.c:199: warning: passing arg 4 of
`add_sockpoll' from incompatible pointer type
proxy.c: In function `check_scan_free':
proxy.c:415: warning: dereferencing type-punned
pointer will break strict-aliasing rules gcc -MM
-I/home/unreal/NeoStats3.0//include/ -I. -Ilibopm -c
proxy.c > proxy.d gcc -c -O2 -Wall
-I/home/unreal/NeoStats3.0//include/ -I. -Ilibopm
opsb_help.c gcc -MM
-I/home/unreal/NeoStats3.0//include/ -I. -Ilibopm -c
opsb_help.c > opsb_help.d ld -shared -o
opsb.so
opsb.o proxy.o opsb_help.o
libopm/libopm.a ld: opsb.o: relocation R_X86_64_32S
against `me' can not be used when making a shared
object; recompile with -fPIC opsb.o: could not read
symbols: Bad value make: *** [module] Error 1
unreal@s15226335:~/OPSB-3.0.a2> |
geht mir bei floodserv ect
genauso | |
Nach
oben |
|
|
Andre Site
Admin
Anmeldungsdatum: 21.05.2005 Beiträge:
314 Wohnort: Bayern
|
Verfasst am: Di
Okt 03, 2006 9:38 am
Titel: |
|
|
Versuch mal
./configure -fPIC _________________ imac 20" - 2
GB RAM - 256 VRAM - Tiger Powerbook 12" - 1,5 GHz - 1GB
RAM - Panther iPod shuffle - 2nd Generation - 1 GB -
orange
| |
Nach
oben |
|
|
targa
Anmeldungsdatum:
19.09.2006 Beiträge: 9
|
Verfasst am: Di
Okt 03, 2006 10:16 am
Titel: opsb problem |
|
|
Code: |
unreal@s15226335:~/OPSB-3.0.a2>
./configure -fPIC configure: error: unrecognized
option: -fPIC Try `./configure --help' for more
information. unreal@s15226335:~/OPSB-3.0.a2>
|
des
kommt als fehlermeldung han dann
Code: |
./configure
--with-fPIC | aber
genau das selbe prob
unreal3.2.5 und
anope1.7.15[/code] | |
Nach
oben |
|
|
Gast
|
Verfasst am: Di
Okt 03, 2006 12:03 pm
Titel: |
|
|
Welche gcc version? Ich
würde sagen du updatest den mal | |
Nach
oben |
|
|
targa
Anmeldungsdatum:
19.09.2006 Beiträge: 9
|
Verfasst am: Di
Okt 03, 2006 12:25 pm
Titel: opsb problem |
|
|
ich verwende gcc 3.3.5
Server bs: Suse 9.3 64 bit
hättest du da evtl
einen link für mich | |
Nach
oben |
|
|
CyberWar Support Sheriff
Anmeldungsdatum: 24.09.2006 Beiträge:
93
|
Verfasst am: Di
Okt 03, 2006 2:51 pm
Titel: |
|
|
Lieber Gast die Gcc's
sollte man nicht updaten in solchen fällen
bei den 4er
versionen kann man die NeoStats nicht mehr compilieren man
muss dan in der ircd.h den static löschen ich habe selber noch
eine 3er version und es geht alles
einwandfrei _________________ ircDnet.org Seems to be
Seen | |
Nach
oben |
|
|
CyberWar Support Sheriff
Anmeldungsdatum: 24.09.2006 Beiträge:
93
|
Verfasst am: Di
Okt 03, 2006 2:53 pm
Titel: |
|
|
targa
versuch mal
diese version zu compilieren
Code: |
http://bdd.exolia.net/modneostats/OPSB-2.5.tar.gz |
falls es nicht geht schreib mir eine
mail an
dann komm ich mal persönlich auf den
irc dann gucken wir das zusammen
an _________________ ircDnet.org Seems to be
Seen | |
Nach
oben |
|
|
targa
Anmeldungsdatum:
19.09.2006 Beiträge: 9
|
Verfasst am: Di
Okt 03, 2006 3:53 pm
Titel: opsb problem |
|
|
wenn ich diese opsb version
compiliere mit der pfadangabe sagt er mir
Code: |
checking for
/home/unreal/NeoStats3.0/include/dl.h... yes
checking Version of NeoStats...... configure: error:
This Module requires NeoStats 2.5.8 or Higher
| obwohl
NeoStats3.0 drauf sind | |
Nach
oben |
|
|
CyberWar Support Sheriff
Anmeldungsdatum: 24.09.2006 Beiträge:
93
|
Verfasst am: Di
Okt 03, 2006 4:33 pm
Titel: |
|
|
klar geht das nicht die 3er
version von NeoStats ist sowieso für die Developers
Ich selber nutze NeoStats ver. 2.5.21 und
OPSB 2.4 _________________ ircDnet.org Seems to be
Seen | |
Nach
oben |
|
|
targa
Anmeldungsdatum:
19.09.2006 Beiträge: 9
|
Verfasst am: Di
Okt 03, 2006 4:38 pm
Titel: opsb problem |
|
|
aber wieso funzt des
compilieren mit der anderen version net des kapier ich net hab
auch schon gegoogelt aber ich scheine der einzige mit dem prob
zu sein. | |
Nach
oben |
|
|
CyberWar Support Sheriff
Anmeldungsdatum: 24.09.2006 Beiträge:
93
|
Verfasst am: Di
Okt 03, 2006 10:11 pm
Titel: |
|
|
was hast du für eine gcc
version? schreib doch mal in der shell
danach steht die version
zuunterst _________________ ircDnet.org Seems to be
Seen | |
Nach
oben |
|
|
targa2 Gast
|
Verfasst am: Mi
Okt 04, 2006 6:58 pm
Titel: opsb problem |
|
|
gcc version 3.3.5 20050117
(prerelease) (SUSE Linux
des ist meine version sorry
wegen andern nick | |
Nach
oben |
|
|
CyberWar Support Sheriff
Anmeldungsdatum: 24.09.2006 Beiträge:
93
|
Verfasst am: Mi
Okt 04, 2006 7:17 pm
Titel: |
|
|
generell sollte das mit
dieser version gehen. Wir helfen nur soviel wie wir wissen,
das Problem ist: wenn Ihr Probleme habt, geben wir die Info's
falls die Probleme immer noch sind müssten wir das fast selber
vor uns haben, wie gesagt ich habe oben meine NeoStats &
OPSB version posted. Wenn das bei dir nicht geht müsste man
das fast selber anschauen. Die meisten Probleme sind ja, wie
man so schön sagt zu 90% zwischen Tastatur und Stuhl
_________________ ircDnet.org Seems to be
Seen | |
Nach
oben |
|
|
targa2 Gast
|
Verfasst am: Mi
Okt 04, 2006 7:22 pm
Titel: opsb problem |
|
|
lol der angriff auf mich
war gewählt ausgedrückt aber ich weis was du meinst .......war nur joke
ja wenn du am wochenende zeit hast können wir gerne
mal schauen.
kannst mich auch anskypen
balu29 | |
Nach
oben |
|
|
CyberWar Support Sheriff
Anmeldungsdatum: 24.09.2006 Beiträge:
93
|
Verfasst am: Mi
Okt 04, 2006 7:25 pm
Titel: |
|
|
Ja ich bin immer da, ich
worke auch ziemlich viel am rechner was Support angeht so
27stunden bevor ich schlafen gehe ist bei mir normal
und sonst kannst ja mal auf den Support
Server kommen ich hab diesen ja als "Spam" drinne. ircdnet.org
lass ma was von dir
hören _________________ ircDnet.org Seems to be
Seen | |
Nach
oben |
|
|
|