It's the apache package which is broken here, not apr. You need to fix the RPATH.
andy@openindiana:~$ readelf -d /usr/apache2/2.2/bin/httpd | grep 'R\(UN\)\?PATH' 0x0000001d (RUNPATH) Library runpath: [/usr/apr-util/1.3/lib:/usr/apr/1.3/lib:/usr/sfw/lib] 0x0000000f (RPATH) Library rpath: [/usr/apr-util/1.3/lib:/usr/apr/1.3/lib:/usr/sfw/lib] Andy. On 16 Jul 2013, at 06:30, Alexander Pyhalov <[email protected]> wrote: > Hello. > Thank you for > report. Sorry for this, I corrected apr package. It includes now /usr/apr/1.3 > -> . symlink. > The updated package will be available in several minutes. > > Gary Gendel писал 16.07.2013 02:13: >> I updated to the latest hipster and httpd fails because it can't find >> libapr-1.so.0: >> gary@phoenix:/usr/apache2/2.2/bin# ldd httpd | grep libapr >> libaprutil-1.so.0 => /usr/apr-util/1.3/lib/libaprutil-1.so.0 >> libapr-1.so.0 => (file not found) >> libapr-1.so.0 => (file not found) >> I hacked apachectl to set LD_LIBRARY_PATH=/usr/apr/lib to get it to >> run until it's fixed. >> Gary > > --- > System Administrator of Southern Federal University Computer Center > > > _______________________________________________ > oi-dev mailing list > [email protected] > http://openindiana.org/mailman/listinfo/oi-dev _______________________________________________ oi-dev mailing list [email protected] http://openindiana.org/mailman/listinfo/oi-dev
