Hi, Pre-integration bits of APR, APR-util 1.3.x and Apache 2.2.9 for x86, have been published to webstack repository (http://pkg.opensolaris.org/webstack).
Please try out the new bits. Here are the instructions for installing the new package, "apache229-devtest". 1. Remove SUNWapch22 package, if already installed. $ pkg uninstall SUNWapch22 2. Please add the webstack repository (if not added already) to the authority list and set it as the preferred one. This is required as the package SUNWapch22 exists in multiple repositories and pkg should install the one in the webstack repo. $ pkg set-authority -O http://pkg.opensolaris.org/webstack -P webstack 3. Refresh the catlog $ pkg refresh 4. Install "apache229-devtest" package. $ pkg install apache229-devtest 5. Make sure the latest version of apache has been installed. $ pkg info SUNWapch22 It should display Version: 2.2.9 If it displays 2.2.8, then you can force pkg to get the 2.2.9 version of the package. $ pkg install pkg:/SUNWapch22 at 2.2.9 6. Subversion package (SUNWsvn) which depends on the latest APR,APR-util libraries, too, has been published to the Webstack repository. But pkg isn't letting the user install this version of the package from the webstack repository. Hence, to use svn, install SUNWsvn from pkg.opensolaris.org and set LD_LIBRARY_PATH to point to /usr/apr/1.3/lib and /usr/apr-util/1.3/lib directories. $ export LD_LIBRARY_PATH=/usr/apr/1.3/lib:/usr/apr-util/1.3/lib:$LD_LIBRARY_PATH If required, install other dependent packages like SUNWsqlite3, SUNWmysql5 from pkg.opensolaris.org . Documentation packages listed below are not part of apache229-devtest package and should be installed separately, if needed. - SUNWapch22d - SUNWapr13doc - SUNWapu13doc Thanks and Regards, Seema.