Possible bug? Httpd Make error on Solaris 10

Possible bug? Httpd Make error on Solaris 10

am 19.07.2006 15:37:27 von Dan Richardson

Hello,

I am compiling httpd-2.2.2 on Solaris 10 (Sparc), using gcc 3.3.2 and GNU m=
ake 3.80 and I'm hitting some problems.

../configure --prefix=3D/www/httpd/test-vr --enable-so --enable-rewrite --en=
able-headers --enable-shared=3Dmax=20

seems to run fine, then I run Make and it bails out with this error:

Making all in support
make[1]: Entering directory `/usr/local/src/httpd-2.2.2/support'
make[2]: Entering directory `/usr/local/src/httpd-2.2.2/support'
/usr/local/src/httpd-2.2.2/srclib/apr/libtool --silent --mode=3Dlink gcc -g=
-O2 -L/usr/local/src/httpd-2.2.2/srclib/apr-util/xml/expat/lib -o ht=
passwd htpasswd.lo -lm /usr/local/src/httpd-2.2.2/srclib/pcre/libpcre.la=
/usr/local/src/httpd-2.2.2/srclib/apr-util/libaprutil-1.la /usr/local/src/=
httpd-2.2.2/srclib/apr-util/xml/expat/lib/libexpat.la -liconv /usr/local/sr=
c/httpd-2.2.2/srclib/apr/libapr-1.la -luuid -lsendfile -lrt -lsocket -lnsl =
-lpthread
/usr/local/src/httpd-2.2.2/srclib/apr/.libs/libapr-1.so: undefined referenc=
e to `pthread_rwlock_tryrdlock@SUNW_1.2'
/usr/local/src/httpd-2.2.2/srclib/apr/.libs/libapr-1.so: undefined referenc=
e to `pthread_exit@SUNW_0.9'
/usr/local/src/httpd-2.2.2/srclib/apr/.libs/libapr-1.so: undefined referenc=
e to `pthread_attr_setguardsize@SUNW_1.2'
/usr/local/src/httpd-2.2.2/srclib/apr/.libs/libapr-1.so: undefined referenc=
e to `pthread_attr_setstacksize@SUNW_0.9'
/usr/local/src/httpd-2.2.2/srclib/apr/.libs/libapr-1.so: undefined referenc=
e to `pthread_key_create@SUNW_0.9'
/usr/local/src/httpd-2.2.2/srclib/apr/.libs/libapr-1.so: undefined referenc=
e to `dlerror@SUNW_1.22'
/usr/local/src/httpd-2.2.2/srclib/apr/.libs/libapr-1.so: undefined referenc=
e to `write@SUNW_0.9'
/usr/local/src/httpd-2.2.2/srclib/apr/.libs/libapr-1.so: undefined referenc=
e to `modf@SYSVABI_1.3'
/usr/local/src/httpd-2.2.2/srclib/apr/.libs/libapr-1.so: undefined referenc=
e to `pthread_key_delete@SUNW_0.9'
/usr/local/src/httpd-2.2.2/srclib/apr/.libs/libapr-1.so: undefined referenc=
e to `pthread_create@SUNW_0.9'
/usr/local/src/httpd-2.2.2/srclib/apr/.libs/libapr-1.so: undefined referenc=
e to `pthread_setspecific@SUNW_0.9'
/usr/local/src/httpd-2.2.2/srclib/apr/.libs/libapr-1.so: undefined referenc=
e to `gethostname@SUNWprivate_1.1'
/usr/local/src/httpd-2.2.2/srclib/apr/.libs/libapr-1.so: undefined referenc=
e to `open@SUNW_0.9'
/usr/local/src/httpd-2.2.2/srclib/apr/.libs/libapr-1.so: undefined referenc=
e to `writev@SUNW_1.2'
/usr/local/src/httpd-2.2.2/srclib/apr/.libs/libapr-1.so: undefined referenc=
e to `pthread_rwlock_trywrlock@SUNW_1.2'
/usr/local/src/httpd-2.2.2/srclib/apr/.libs/libapr-1.so: undefined referenc=
e to `waitpid@SUNW_0.9'
/usr/local/src/httpd-2.2.2/srclib/apr/.libs/libapr-1.so: undefined referenc=
e to `fcntl@SUNW_0.9'
/usr/local/src/httpd-2.2.2/srclib/apr/.libs/libapr-1.so: undefined referenc=
e to `pthread_rwlock_init@SUNW_1.2'
/usr/local/src/httpd-2.2.2/srclib/apr/.libs/libapr-1.so: undefined referenc=
e to `pthread_join@SUNW_0.9'
/usr/local/src/httpd-2.2.2/srclib/apr/.libs/libapr-1.so: undefined referenc=
e to `select@SUNW_1.2'
/usr/local/src/httpd-2.2.2/srclib/apr/.libs/libapr-1.so: undefined referenc=
e to `pthread_attr_destroy@SUNW_0.9'
/usr/local/src/httpd-2.2.2/srclib/apr/.libs/libapr-1.so: undefined referenc=
e to `pthread_sigmask@SUNW_0.9'
/usr/local/src/httpd-2.2.2/srclib/apr/.libs/libapr-1.so: undefined referenc=
e to `pthread_equal@SUNW_0.9'
/usr/local/src/httpd-2.2.2/srclib/apr/.libs/libapr-1.so: undefined referenc=
e to `pthread_rwlock_destroy@SUNW_1.2'
/usr/local/src/httpd-2.2.2/srclib/apr/.libs/libapr-1.so: undefined referenc=
e to `isnan@SYSVABI_1.3'
/usr/local/src/httpd-2.2.2/srclib/apr/.libs/libapr-1.so: undefined referenc=
e to `pthread_attr_init@SUNW_0.9'
/usr/local/src/httpd-2.2.2/srclib/apr/.libs/libapr-1.so: undefined referenc=
e to `dlopen@SUNW_1.22'
/usr/local/src/httpd-2.2.2/srclib/apr/.libs/libapr-1.so: undefined referenc=
e to `pthread_mutexattr_settype@SUNW_1.2'
/usr/local/src/httpd-2.2.2/srclib/apr/.libs/libapr-1.so: undefined referenc=
e to `pthread_attr_getdetachstate@SUNW_0.9'
/usr/local/src/httpd-2.2.2/srclib/apr/.libs/libapr-1.so: undefined referenc=
e to `pthread_detach@SUNW_0.9'
/usr/local/src/httpd-2.2.2/srclib/apr/.libs/libapr-1.so: undefined referenc=
e to `read@SUNW_0.9'
/usr/local/src/httpd-2.2.2/srclib/apr/.libs/libapr-1.so: undefined referenc=
e to `pthread_getspecific@SUNW_0.9'
/usr/local/src/httpd-2.2.2/srclib/apr/.libs/libapr-1.so: undefined referenc=
e to `poll@SUNW_1.2'
/usr/local/src/httpd-2.2.2/srclib/apr/.libs/libapr-1.so: undefined referenc=
e to `pthread_attr_setdetachstate@SUNW_0.9'
/usr/local/src/httpd-2.2.2/srclib/apr/.libs/libapr-1.so: undefined referenc=
e to `dlsym@SUNW_1.22'
/usr/local/src/httpd-2.2.2/srclib/apr/.libs/libapr-1.so: undefined referenc=
e to `pthread_rwlock_rdlock@SUNW_1.2'
/usr/local/src/httpd-2.2.2/srclib/apr/.libs/libapr-1.so: undefined referenc=
e to `pthread_rwlock_wrlock@SUNW_1.2'
/usr/local/src/httpd-2.2.2/srclib/apr/.libs/libapr-1.so: undefined referenc=
e to `pthread_self@SUNW_0.9'
/usr/local/src/httpd-2.2.2/srclib/apr/.libs/libapr-1.so: undefined referenc=
e to `dlclose@SUNW_1.22'
/usr/local/src/httpd-2.2.2/srclib/apr/.libs/libapr-1.so: undefined referenc=
e to `pthread_rwlock_unlock@SUNW_1.2'
/usr/local/src/httpd-2.2.2/srclib/apr/.libs/libapr-1.so: undefined referenc=
e to `pthread_once@SUNW_0.9'
/usr/local/src/httpd-2.2.2/srclib/apr/.libs/libapr-1.so: undefined referenc=
e to `sigaction@SUNW_0.9'
collect2: ld returned 1 exit status
make[2]: *** [htpasswd] Error 1
make[2]: Leaving directory `/usr/local/src/httpd-2.2.2/support'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/src/httpd-2.2.2/support'
make: *** [all-recursive] Error 1

Anyone run into this before? It's driving me nuts and Google isn't throwing=
up anything too helpful.

Any help greatly appreciated.

Cheers,

Dan=20



--=20
_______________________________________________
Check out the latest SMS services @ http://www.linuxmail.org
This allows you to send and receive SMS through your mailbox.

Powered by Outblaze

------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org

RE: Possible bug? Httpd Make error on Solaris 10

am 19.07.2006 15:47:39 von Boyle Owen

> -----Original Message-----
> From: Dan Richardson [mailto:mundek23@linuxmail.org]=20
> Sent: Wednesday, July 19, 2006 3:37 PM
> To: users@httpd.apache.org
> Subject: [users@httpd] Possible bug? Httpd Make error on Solaris 10
>=20
> Hello,
>=20
> I am compiling httpd-2.2.2 on Solaris 10 (Sparc), using gcc=20
> 3.3.2 and GNU make 3.80 and I'm hitting some problems.
>=20
> ./configure --prefix=3D/www/httpd/test-vr --enable-so=20
> --enable-rewrite --enable-headers --enable-shared=3Dmax=20
>=20
> seems to run fine, then I run Make and it bails out with this error:
>=20
> Making all in support
> make[1]: Entering directory `/usr/local/src/httpd-2.2.2/support'
> make[2]: Entering directory `/usr/local/src/httpd-2.2.2/support'
> /usr/local/src/httpd-2.2.2/srclib/apr/libtool --silent=20
> --mode=3Dlink gcc -g -O2 =20
> -L/usr/local/src/httpd-2.2.2/srclib/apr-util/xml/expat/lib =20
> -o htpasswd htpasswd.lo -lm=20
> /usr/local/src/httpd-2.2.2/srclib/pcre/libpcre.la=20
> /usr/local/src/httpd-2.2.2/srclib/apr-util/libaprutil-1.la=2 0
> /usr/local/src/httpd-2.2.2/srclib/apr-util/xml/expat/lib/lib ex
pat.la -liconv /usr/local/src/httpd-2.2.2/srclib/apr/libapr-1.la >
-luuid -lsendfile -lrt -lsocket -lnsl -lpthread

Could be you need to install the apr package that comes with the apache
distro. This is what I did the last time I compiled 2.2.2 on solaris:


# Build and install apr 1.2
cd srclib/apr
../configure --prefix=3D${INSTALL_PREFIX}/apr-httpd
make || exit;
make install || exit;

# Build and install apr-util 1.2
cd ../apr-util
../configure --prefix=3D${INSTALL_PREFIX}/apr-util-httpd
--with-apr=3D${INSTALL_PREFIX}/apr-httpd
make || exit;
make install || exit;

# continue with configuration (ie, your line above)

> ./configure --prefix=3D/www/httpd/test-vr --enable-so=20
> --enable-rewrite --enable-headers --enable-shared=3Dmax=20

Rgds,
Owen Boyle
Disclaimer: Any disclaimer attached to this message may be ignored.=20

c> /usr/local/src/httpd-2.2.2/srclib/apr/.libs/libapr-1.so:=20
> undefined reference to `pthread_rwlock_tryrdlock@SUNW_1.2'
> /usr/local/src/httpd-2.2.2/srclib/apr/.libs/libapr-1.so:=20
> undefined reference to `pthread_exit@SUNW_0.9'
> /usr/local/src/httpd-2.2.2/srclib/apr/.libs/libapr-1.so:=20
> undefined reference to `pthread_attr_setguardsize@SUNW_1.2'
> /usr/local/src/httpd-2.2.2/srclib/apr/.libs/libapr-1.so:=20
> undefined reference to `pthread_attr_setstacksize@SUNW_0.9'
> /usr/local/src/httpd-2.2.2/srclib/apr/.libs/libapr-1.so:=20
> undefined reference to `pthread_key_create@SUNW_0.9'
> /usr/local/src/httpd-2.2.2/srclib/apr/.libs/libapr-1.so:=20
> undefined reference to `dlerror@SUNW_1.22'
> /usr/local/src/httpd-2.2.2/srclib/apr/.libs/libapr-1.so:=20
> undefined reference to `write@SUNW_0.9'
> /usr/local/src/httpd-2.2.2/srclib/apr/.libs/libapr-1.so:=20
> undefined reference to `modf@SYSVABI_1.3'
> /usr/local/src/httpd-2.2.2/srclib/apr/.libs/libapr-1.so:=20
> undefined reference to `pthread_key_delete@SUNW_0.9'
> /usr/local/src/httpd-2.2.2/srclib/apr/.libs/libapr-1.so:=20
> undefined reference to `pthread_create@SUNW_0.9'
> /usr/local/src/httpd-2.2.2/srclib/apr/.libs/libapr-1.so:=20
> undefined reference to `pthread_setspecific@SUNW_0.9'
> /usr/local/src/httpd-2.2.2/srclib/apr/.libs/libapr-1.so:=20
> undefined reference to `gethostname@SUNWprivate_1.1'
> /usr/local/src/httpd-2.2.2/srclib/apr/.libs/libapr-1.so:=20
> undefined reference to `open@SUNW_0.9'
> /usr/local/src/httpd-2.2.2/srclib/apr/.libs/libapr-1.so:=20
> undefined reference to `writev@SUNW_1.2'
> /usr/local/src/httpd-2.2.2/srclib/apr/.libs/libapr-1.so:=20
> undefined reference to `pthread_rwlock_trywrlock@SUNW_1.2'
> /usr/local/src/httpd-2.2.2/srclib/apr/.libs/libapr-1.so:=20
> undefined reference to `waitpid@SUNW_0.9'
> /usr/local/src/httpd-2.2.2/srclib/apr/.libs/libapr-1.so:=20
> undefined reference to `fcntl@SUNW_0.9'
> /usr/local/src/httpd-2.2.2/srclib/apr/.libs/libapr-1.so:=20
> undefined reference to `pthread_rwlock_init@SUNW_1.2'
> /usr/local/src/httpd-2.2.2/srclib/apr/.libs/libapr-1.so:=20
> undefined reference to `pthread_join@SUNW_0.9'
> /usr/local/src/httpd-2.2.2/srclib/apr/.libs/libapr-1.so:=20
> undefined reference to `select@SUNW_1.2'
> /usr/local/src/httpd-2.2.2/srclib/apr/.libs/libapr-1.so:=20
> undefined reference to `pthread_attr_destroy@SUNW_0.9'
> /usr/local/src/httpd-2.2.2/srclib/apr/.libs/libapr-1.so:=20
> undefined reference to `pthread_sigmask@SUNW_0.9'
> /usr/local/src/httpd-2.2.2/srclib/apr/.libs/libapr-1.so:=20
> undefined reference to `pthread_equal@SUNW_0.9'
> /usr/local/src/httpd-2.2.2/srclib/apr/.libs/libapr-1.so:=20
> undefined reference to `pthread_rwlock_destroy@SUNW_1.2'
> /usr/local/src/httpd-2.2.2/srclib/apr/.libs/libapr-1.so:=20
> undefined reference to `isnan@SYSVABI_1.3'
> /usr/local/src/httpd-2.2.2/srclib/apr/.libs/libapr-1.so:=20
> undefined reference to `pthread_attr_init@SUNW_0.9'
> /usr/local/src/httpd-2.2.2/srclib/apr/.libs/libapr-1.so:=20
> undefined reference to `dlopen@SUNW_1.22'
> /usr/local/src/httpd-2.2.2/srclib/apr/.libs/libapr-1.so:=20
> undefined reference to `pthread_mutexattr_settype@SUNW_1.2'
> /usr/local/src/httpd-2.2.2/srclib/apr/.libs/libapr-1.so:=20
> undefined reference to `pthread_attr_getdetachstate@SUNW_0.9'
> /usr/local/src/httpd-2.2.2/srclib/apr/.libs/libapr-1.so:=20
> undefined reference to `pthread_detach@SUNW_0.9'
> /usr/local/src/httpd-2.2.2/srclib/apr/.libs/libapr-1.so:=20
> undefined reference to `read@SUNW_0.9'
> /usr/local/src/httpd-2.2.2/srclib/apr/.libs/libapr-1.so:=20
> undefined reference to `pthread_getspecific@SUNW_0.9'
> /usr/local/src/httpd-2.2.2/srclib/apr/.libs/libapr-1.so:=20
> undefined reference to `poll@SUNW_1.2'
> /usr/local/src/httpd-2.2.2/srclib/apr/.libs/libapr-1.so:=20
> undefined reference to `pthread_attr_setdetachstate@SUNW_0.9'
> /usr/local/src/httpd-2.2.2/srclib/apr/.libs/libapr-1.so:=20
> undefined reference to `dlsym@SUNW_1.22'
> /usr/local/src/httpd-2.2.2/srclib/apr/.libs/libapr-1.so:=20
> undefined reference to `pthread_rwlock_rdlock@SUNW_1.2'
> /usr/local/src/httpd-2.2.2/srclib/apr/.libs/libapr-1.so:=20
> undefined reference to `pthread_rwlock_wrlock@SUNW_1.2'
> /usr/local/src/httpd-2.2.2/srclib/apr/.libs/libapr-1.so:=20
> undefined reference to `pthread_self@SUNW_0.9'
> /usr/local/src/httpd-2.2.2/srclib/apr/.libs/libapr-1.so:=20
> undefined reference to `dlclose@SUNW_1.22'
> /usr/local/src/httpd-2.2.2/srclib/apr/.libs/libapr-1.so:=20
> undefined reference to `pthread_rwlock_unlock@SUNW_1.2'
> /usr/local/src/httpd-2.2.2/srclib/apr/.libs/libapr-1.so:=20
> undefined reference to `pthread_once@SUNW_0.9'
> /usr/local/src/httpd-2.2.2/srclib/apr/.libs/libapr-1.so:=20
> undefined reference to `sigaction@SUNW_0.9'
> collect2: ld returned 1 exit status
> make[2]: *** [htpasswd] Error 1
> make[2]: Leaving directory `/usr/local/src/httpd-2.2.2/support'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/usr/local/src/httpd-2.2.2/support'
> make: *** [all-recursive] Error 1
>=20
> Anyone run into this before? It's driving me nuts and Google=20
> isn't throwing up anything too helpful.
>=20
> Any help greatly appreciated.
>=20
> Cheers,
>=20
> Dan=20
>=20
>=20
>=20
> --=20
> _______________________________________________
> Check out the latest SMS services @ http://www.linuxmail.org
> This allows you to send and receive SMS through your mailbox.
>=20
> Powered by Outblaze
>=20
> ------------------------------------------------------------ ---------
> The official User-To-User support forum of the Apache HTTP=20
> Server Project.
> See for more info.
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
> " from the digest: users-digest-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
>
=20
=20
This message is for the named person's use only. It may contain =
confidential, proprietary or legally privileged information. No =
confidentiality or privilege is waived or lost by any mistransmission. =
If you receive this message in error, please notify the sender urgently =
and then immediately delete the message and any copies of it from your =
system. Please also immediately destroy any hardcopies of the message. =
You must not, directly or indirectly, use, disclose, distribute, print, =
or copy any part of this message if you are not the intended recipient. =
The sender's company reserves the right to monitor all e-mail =
communications through their networks. Any views expressed in this =
message are those of the individual sender, except where the message =
states otherwise and the sender is authorised to state them to be the =
views of the sender's company.

------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org

RE: Possible bug? Httpd Make error on Solaris 10

am 19.07.2006 15:58:05 von Dan Richardson

Thanks for the quick reply Owen, but I found the cause of this problem not =
long after I posted to the list (isn't that always the way?)

Turned out GCC was using /usr/ccs/bin/ld which was a symlink to GNU ld. Rem=
oving the symlink and copying the Sun ld binary (which I have previously ba=
cked up) back into /usr/ccs/bin seems to have fixed this compile problem.

Thanks again,

Dan


> ----- Original Message -----
> From: "Boyle Owen"
> To: users@httpd.apache.org
> Subject: RE: [users@httpd] Possible bug? Httpd Make error on Solaris 10
> Date: Wed, 19 Jul 2006 15:47:39 +0200
>=20
>=20
> > -----Original Message-----
> > From: Dan Richardson [mailto:mundek23@linuxmail.org] Sent:=20
> > Wednesday, July 19, 2006 3:37 PM
> > To: users@httpd.apache.org
> > Subject: [users@httpd] Possible bug? Httpd Make error on Solaris 10
> >
> > Hello,
> >
> > I am compiling httpd-2.2.2 on Solaris 10 (Sparc), using gcc 3.3.2=20
> > and GNU make 3.80 and I'm hitting some problems.
> >
> > ./configure --prefix=3D/www/httpd/test-vr --enable-so=20
> > --enable-rewrite --enable-headers --enable-shared=3Dmax seems to=20
> > run fine, then I run Make and it bails out with this error:
> >
> > Making all in support
> > make[1]: Entering directory `/usr/local/src/httpd-2.2.2/support'
> > make[2]: Entering directory `/usr/local/src/httpd-2.2.2/support'
> > /usr/local/src/httpd-2.2.2/srclib/apr/libtool --silent=20
> > --mode=3Dlink gcc -g -O2 =20
> > -L/usr/local/src/httpd-2.2.2/srclib/apr-util/xml/expat/lib -o=20
> > htpasswd htpasswd.lo -lm=20
> > /usr/local/src/httpd-2.2.2/srclib/pcre/libpcre.la=20
> > /usr/local/src/httpd-2.2.2/srclib/apr-util/libaprutil-1.la=2 0
> > /usr/local/src/httpd-2.2.2/srclib/apr-util/xml/expat/lib/lib ex
> pat.la -liconv /usr/local/src/httpd-2.2.2/srclib/apr/libapr-1.la >
> -luuid -lsendfile -lrt -lsocket -lnsl -lpthread
>=20
> Could be you need to install the apr package that comes with the apache
> distro. This is what I did the last time I compiled 2.2.2 on solaris:
>=20
>=20
> # Build and install apr 1.2
> cd srclib/apr
> ./configure --prefix=3D${INSTALL_PREFIX}/apr-httpd
> make || exit;
> make install || exit;
>=20
> # Build and install apr-util 1.2
> cd ../apr-util
> ./configure --prefix=3D${INSTALL_PREFIX}/apr-util-httpd
> --with-apr=3D${INSTALL_PREFIX}/apr-httpd
> make || exit;
> make install || exit;
>=20
> # continue with configuration (ie, your line above)
>=20
> > ./configure --prefix=3D/www/httpd/test-vr --enable-so=20
> > --enable-rewrite --enable-headers --enable-shared=3Dmax
>=20
> Rgds,
> Owen Boyle
> Disclaimer: Any disclaimer attached to this message may be ignored.
>=20
> c> /usr/local/src/httpd-2.2.2/srclib/apr/.libs/libapr-1.so:
> > undefined reference to `pthread_rwlock_tryrdlock@SUNW_1.2'
> > /usr/local/src/httpd-2.2.2/srclib/apr/.libs/libapr-1.so:=20
> > undefined reference to `pthread_exit@SUNW_0.9'
> > /usr/local/src/httpd-2.2.2/srclib/apr/.libs/libapr-1.so:=20
> > undefined reference to `pthread_attr_setguardsize@SUNW_1.2'
> > /usr/local/src/httpd-2.2.2/srclib/apr/.libs/libapr-1.so:=20
> > undefined reference to `pthread_attr_setstacksize@SUNW_0.9'
> > /usr/local/src/httpd-2.2.2/srclib/apr/.libs/libapr-1.so:=20
> > undefined reference to `pthread_key_create@SUNW_0.9'
> > /usr/local/src/httpd-2.2.2/srclib/apr/.libs/libapr-1.so:=20
> > undefined reference to `dlerror@SUNW_1.22'
> > /usr/local/src/httpd-2.2.2/srclib/apr/.libs/libapr-1.so:=20
> > undefined reference to `write@SUNW_0.9'
> > /usr/local/src/httpd-2.2.2/srclib/apr/.libs/libapr-1.so:=20
> > undefined reference to `modf@SYSVABI_1.3'
> > /usr/local/src/httpd-2.2.2/srclib/apr/.libs/libapr-1.so:=20
> > undefined reference to `pthread_key_delete@SUNW_0.9'
> > /usr/local/src/httpd-2.2.2/srclib/apr/.libs/libapr-1.so:=20
> > undefined reference to `pthread_create@SUNW_0.9'
> > /usr/local/src/httpd-2.2.2/srclib/apr/.libs/libapr-1.so:=20
> > undefined reference to `pthread_setspecific@SUNW_0.9'
> > /usr/local/src/httpd-2.2.2/srclib/apr/.libs/libapr-1.so:=20
> > undefined reference to `gethostname@SUNWprivate_1.1'
> > /usr/local/src/httpd-2.2.2/srclib/apr/.libs/libapr-1.so:=20
> > undefined reference to `open@SUNW_0.9'
> > /usr/local/src/httpd-2.2.2/srclib/apr/.libs/libapr-1.so:=20
> > undefined reference to `writev@SUNW_1.2'
> > /usr/local/src/httpd-2.2.2/srclib/apr/.libs/libapr-1.so:=20
> > undefined reference to `pthread_rwlock_trywrlock@SUNW_1.2'
> > /usr/local/src/httpd-2.2.2/srclib/apr/.libs/libapr-1.so:=20
> > undefined reference to `waitpid@SUNW_0.9'
> > /usr/local/src/httpd-2.2.2/srclib/apr/.libs/libapr-1.so:=20
> > undefined reference to `fcntl@SUNW_0.9'
> > /usr/local/src/httpd-2.2.2/srclib/apr/.libs/libapr-1.so:=20
> > undefined reference to `pthread_rwlock_init@SUNW_1.2'
> > /usr/local/src/httpd-2.2.2/srclib/apr/.libs/libapr-1.so:=20
> > undefined reference to `pthread_join@SUNW_0.9'
> > /usr/local/src/httpd-2.2.2/srclib/apr/.libs/libapr-1.so:=20
> > undefined reference to `select@SUNW_1.2'
> > /usr/local/src/httpd-2.2.2/srclib/apr/.libs/libapr-1.so:=20
> > undefined reference to `pthread_attr_destroy@SUNW_0.9'
> > /usr/local/src/httpd-2.2.2/srclib/apr/.libs/libapr-1.so:=20
> > undefined reference to `pthread_sigmask@SUNW_0.9'
> > /usr/local/src/httpd-2.2.2/srclib/apr/.libs/libapr-1.so:=20
> > undefined reference to `pthread_equal@SUNW_0.9'
> > /usr/local/src/httpd-2.2.2/srclib/apr/.libs/libapr-1.so:=20
> > undefined reference to `pthread_rwlock_destroy@SUNW_1.2'
> > /usr/local/src/httpd-2.2.2/srclib/apr/.libs/libapr-1.so:=20
> > undefined reference to `isnan@SYSVABI_1.3'
> > /usr/local/src/httpd-2.2.2/srclib/apr/.libs/libapr-1.so:=20
> > undefined reference to `pthread_attr_init@SUNW_0.9'
> > /usr/local/src/httpd-2.2.2/srclib/apr/.libs/libapr-1.so:=20
> > undefined reference to `dlopen@SUNW_1.22'
> > /usr/local/src/httpd-2.2.2/srclib/apr/.libs/libapr-1.so:=20
> > undefined reference to `pthread_mutexattr_settype@SUNW_1.2'
> > /usr/local/src/httpd-2.2.2/srclib/apr/.libs/libapr-1.so:=20
> > undefined reference to `pthread_attr_getdetachstate@SUNW_0.9'
> > /usr/local/src/httpd-2.2.2/srclib/apr/.libs/libapr-1.so:=20
> > undefined reference to `pthread_detach@SUNW_0.9'
> > /usr/local/src/httpd-2.2.2/srclib/apr/.libs/libapr-1.so:=20
> > undefined reference to `read@SUNW_0.9'
> > /usr/local/src/httpd-2.2.2/srclib/apr/.libs/libapr-1.so:=20
> > undefined reference to `pthread_getspecific@SUNW_0.9'
> > /usr/local/src/httpd-2.2.2/srclib/apr/.libs/libapr-1.so:=20
> > undefined reference to `poll@SUNW_1.2'
> > /usr/local/src/httpd-2.2.2/srclib/apr/.libs/libapr-1.so:=20
> > undefined reference to `pthread_attr_setdetachstate@SUNW_0.9'
> > /usr/local/src/httpd-2.2.2/srclib/apr/.libs/libapr-1.so:=20
> > undefined reference to `dlsym@SUNW_1.22'
> > /usr/local/src/httpd-2.2.2/srclib/apr/.libs/libapr-1.so:=20
> > undefined reference to `pthread_rwlock_rdlock@SUNW_1.2'
> > /usr/local/src/httpd-2.2.2/srclib/apr/.libs/libapr-1.so:=20
> > undefined reference to `pthread_rwlock_wrlock@SUNW_1.2'
> > /usr/local/src/httpd-2.2.2/srclib/apr/.libs/libapr-1.so:=20
> > undefined reference to `pthread_self@SUNW_0.9'
> > /usr/local/src/httpd-2.2.2/srclib/apr/.libs/libapr-1.so:=20
> > undefined reference to `dlclose@SUNW_1.22'
> > /usr/local/src/httpd-2.2.2/srclib/apr/.libs/libapr-1.so:=20
> > undefined reference to `pthread_rwlock_unlock@SUNW_1.2'
> > /usr/local/src/httpd-2.2.2/srclib/apr/.libs/libapr-1.so:=20
> > undefined reference to `pthread_once@SUNW_0.9'
> > /usr/local/src/httpd-2.2.2/srclib/apr/.libs/libapr-1.so:=20
> > undefined reference to `sigaction@SUNW_0.9'
> > collect2: ld returned 1 exit status
> > make[2]: *** [htpasswd] Error 1
> > make[2]: Leaving directory `/usr/local/src/httpd-2.2.2/support'
> > make[1]: *** [all-recursive] Error 1
> > make[1]: Leaving directory `/usr/local/src/httpd-2.2.2/support'
> > make: *** [all-recursive] Error 1
> >
> > Anyone run into this before? It's driving me nuts and Google=20
> > isn't throwing up anything too helpful.
> >
> > Any help greatly appreciated.
> >
> > Cheers,
> >
> > Dan -- _______________________________________________
> > Check out the latest SMS services @ http://www.linuxmail.org
> > This allows you to send and receive SMS through your mailbox.
> >
> > Powered by Outblaze
> >
> > ------------------------------------------------------------ ---------
> > The official User-To-User support forum of the Apache HTTP Server Proje=
ct.
> > See for more info.
> > To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
> > " from the digest: users-digest-unsubscribe@httpd.apache.org
> > For additional commands, e-mail: users-help@httpd.apache.org
> >
>=20
>=20
> This message is for the named person's use only. It may contain=20
> confidential, proprietary or legally privileged information. No=20
> confidentiality or privilege is waived or lost by any=20
> mistransmission. If you receive this message in error, please=20
> notify the sender urgently and then immediately delete the message=20
> and any copies of it from your system. Please also immediately=20
> destroy any hardcopies of the message. You must not, directly or=20
> indirectly, use, disclose, distribute, print, or copy any part of=20
> this message if you are not the intended recipient. The sender's=20
> company reserves the right to monitor all e-mail communications=20
> through their networks. Any views expressed in this message are=20
> those of the individual sender, except where the message states=20
> otherwise and the sender is authorised to state them to be the=20
> views of the sender's company.
>=20
> ------------------------------------------------------------ ---------
> The official User-To-User support forum of the Apache HTTP Server Project.
> See for more info.
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
> " from the digest: users-digest-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org

>


--=20
_______________________________________________
Check out the latest SMS services @ http://www.linuxmail.org
This allows you to send and receive SMS through your mailbox.

Powered by Outblaze

------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org