Jul 20, 2006 #1 plunkett Technical User Jun 10, 2004 57 US I just installed Apache on Sun solaris 9 using pkgadd (package compiled from source). When i try to start the server up, I get this... ld.so.1: httpd: fatal: libaprutil-1.so.0: open failed: No such file or directory Killed what's the deal?
I just installed Apache on Sun solaris 9 using pkgadd (package compiled from source). When i try to start the server up, I get this... ld.so.1: httpd: fatal: libaprutil-1.so.0: open failed: No such file or directory Killed what's the deal?
Jul 27, 2006 #2 NullTerminator Programmer Oct 13, 1998 293 US I'd guess there is a dependency on the APR (Apache Portable Runtime) that has not been fulfilled. APR may not be part of the pkgadd for apache. Apache httpd use APR but the apr is not part of the httpd piece per se. Try to get apr installed properly Upvote 0 Downvote
I'd guess there is a dependency on the APR (Apache Portable Runtime) that has not been fulfilled. APR may not be part of the pkgadd for apache. Apache httpd use APR but the apr is not part of the httpd piece per se. Try to get apr installed properly