- Try building your own APR. Also, check what APR is being used; if you already have an APR version 0.9.x, the new APR will be named apr-1-config instead of apr-config, and likewise apu-config will be apu-1-config to get the proper version.
- Try building Apache --with-included-apr.
- Try using a different version of OpenSSL, even if you have to go back a version. Security holes are typically backported as a letter release to the previous one or two point releases.
- Under linux, remember to run sudo ldconfig, make clean, make if you're having trouble.
- Under MacOS, if you're building under a prefix, make sure to add the prefix to the environment variable DYLD_LIBRARY_PATH.
Showing posts with label help. Show all posts
Showing posts with label help. Show all posts
2007-03-23
LAMPP and then some
I recently built Apache, MySQL, PHP, Python, SQLite, OpenSSL, Subversion , and Trac on a Mac, an Ubuntu box, and a RHEL 4 box. Don't ask why, just see these tips:
2007-03-15
Call for Help (Updated)
Okay, I've been struggling with this issue for several days now. So, if anybody out there has successfully built Subversion 1.4.2 or 1.4.3 on MacOS 10.4, please, PLEASE let me know if you know how to resolve this issue.
When I try to build Subversion, I can configure it just fine, but when I try to make, I get the following:
I can install Subversion via fink just fine, but if I try to run it (e.g., svn -v), the above message displays and the execution fails. As far as I can tell, there is no version 6 of libexpat; I've updated libexpat via fink and tried compiling it manually myself.
Update: I've since resolved the issue. The fix (in my case, at least - YMMV) was to custom-build APR 1.2.3, and specify that APR and APR-util on the command line (apr-1-config and apu-1-config) when building Subversion. You can also build APR and APR-util automatically along with apache by adding --with-included-apr to apache's ./configure. Please post in comments with your experiences.
When I try to build Subversion, I can configure it just fine, but when I try to make, I get the following:
Reason: Incompatible library version: libaprutil-0.0.dylib requires version 6.0.0 or later, but libexpat.0.dylib provides version 2.0.0
I can install Subversion via fink just fine, but if I try to run it (e.g., svn -v), the above message displays and the execution fails. As far as I can tell, there is no version 6 of libexpat; I've updated libexpat via fink and tried compiling it manually myself.
Update: I've since resolved the issue. The fix (in my case, at least - YMMV) was to custom-build APR 1.2.3, and specify that APR and APR-util on the command line (apr-1-config and apu-1-config) when building Subversion. You can also build APR and APR-util automatically along with apache by adding --with-included-apr to apache's ./configure. Please post in comments with your experiences.
Subscribe to:
Posts (Atom)