PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : Interchange-5.2.0 auf Suse 9.0 HowTo?



Henne
21.10.04, 21:19
Hallo,
ich möchte auf meinen Webserver einen tollen Interchange Server installieren. Nun suche ich schon eine Weile im Internet und finde haufen Informationen aber nichts Suse speziefisches. Auf der Webseite
http://www.icdevgroup.org/
gibt es ja einiges an Doku. Ich habe auch versucht unthreaded perl-5.8.1 nach
http://www.icdevgroup.org/interchange-doc-5.2.0/frames/icfaq_78.html
zu installieren, mit folgendem Problem.

Perl can be built so that multiple Perl interpreters can coexist
within the same Perl executable.
Diese Frage sollte doch mit y beantwortet werden, weil ich doch schon ein Perl auf meinen Server laufen habe.
Nun bricht er mit folgender Info ab

Checking your choice of C compiler and flags for coherency...
I've tried to compile and run the following simple program:
#include <stdio.h> int main() { printf("Ok\n"); return(0); }
I used the command:
cc -o try -O3 -fno-strict-aliasing -I/usr/local/include -L/srv/www/htdocs/web10/local-perl/lib try.c -lbind -lnsl -ldl -lm -lcrypt -lutil -lc ./try
and I got the following output:
/usr/lib/gcc-lib/i586-suse-linux/3.3.1/../../../libbind.so: undefined reference to `pthread_getspecific'
/usr/lib/gcc-lib/i586-suse-linux/3.3.1/../../../libbind.so: undefined reference to `pthread_key_create'
/usr/lib/gcc-lib/i586-suse-linux/3.3.1/../../../libbind.so: undefined reference to `pthread_setspecific'
collect2: ld returned 1 exit status I can't compile the test program.
(The supplied flags or libraries might be incorrect.)
You have a BIG problem. Shall I abort Configure [y]
Vor allem gibt es HowTos um die Installation für zukünftige Installationen zu automatisieren?