Installation apache 2.2.3 und Solaris 10

Alles, was den Apache betrifft, kann hier besprochen werden.

Installation apache 2.2.3 und Solaris 10

Postby spröte » 30. October 2006 16:56

Hallo,

auf dem Server ist gcc 4.1.1 installiert.

Ich habe den apache wie folgt configuiert.


CC="gcc"; export CC
CFLAGS="-O3 "; export CFLAGS
CPPFLAGS="-I/usr/openssl/0.9.8d/include"; export CPPFLAGS
LDFLAGS="-L/usr/openssl/0.9.8d/lib -R/usr/openssl/0.9.8d/lib -R/usr/bin/`isainfo -k`" ; export LDFLAG
S
"./configure" \
"--prefix=/usr/apache2/2.2.3/" \
"--enable-so" \
"--with-ssl=/usr/openssl/0.9.8d" \
"--enable-ssl=shared" \
"--with-mpm=worker" \
"--with-apr=/usr/apache2/2.2.3/apr-httpd" \
"--with-apr-util=/usr/apache2/2.2.3/apr-util-httpd" \


Dies läuft auch ohne Fehlermeldung .


gmake bringt aber die folgenden Fehlermeldung


/usr/sfw/sparc-sun-solaris2.10/bin/ld: warning: sparc:v9 architecture of input file `.libs/htpasswd.o' is incompatible with sparc output
/usr/apache2/2.2.3/apr-httpd/lib/libapr-1.so: undefined reference to `pthread_rwlock_tryrdlock@SUNW_1.2'
/usr/apache2/2.2.3/apr-httpd/lib/libapr-1.so: undefined reference to `pthread_exit@SUNW_0.9'
/usr/apache2/2.2.3/apr-httpd/lib/libapr-1.so: undefined reference to `pthread_attr_setguardsize@SUNW_1.2'
/

Vielleicht hat jemand eine Idee.

Gruß
Gabi
spröte
 
Posts: 1
Joined: 27. October 2006 18:06

Return to Apache

Who is online

Users browsing this forum: No registered users and 164 guests