Re: users Digest 11 May 2007 07:59:00 -0000 Issue 2429
From: Andrew Gray <andrew.gray_at_workcoverqld.com.au>
Date: 2007-05-17 05:00:28 CEST
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>
So I've compiled it anyway, with gmake and gcc 4.1.2,
Yes, this is much harder to figure out than it should be. Maybe that's
That's no excuse for the Apache linkage problems, however.
Yeah, I should post this to the list, but I'm feeling lazy this
Can anyone shed some light on these issues,
-- David Chapman dcchapman@earthlink.net Chapman Consulting -- San Jose, CA >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Hi David and all, Thanks for the help. I've decided to not use Berkeley DB anymore, as many have said it's easier to just use the FS. However, no matter what I do, I always get the +b compile error as above. Details of what I've done are as follows: $ export CC=gcc $ cd Python-2.5.1 ; ./configure --prefix=/opt/subversion ; make ; make install $ cd ../expat-2.0.0 ; ./configure --prefix=/opt/subversion ; gmake ; gmake install ### expat only compiles with gmake installed, make complains "Must be a separator on rules line 48" $ cd ../neon-0.26.3 ; ./configure --prefix=/opt/subversion ; make ; make install $ cd ../zlib-1.2.3 ; ./configure --prefix=/opt/subversion ; make ; make install $ cd ../apr-0.9.13 ; ./configure --prefix=/opt/subversion ; make ; make install $ cd ../apr-util-0.9.13 ; ./configure --prefix=/opt/subversion --with-apr=/opt/subversion ; make ; make install $ cd ../httpd-2.0.59 ; ./configure --enable-dav --enable-so --with-ssl=/opt/openssl --prefix=/opt/subversion/apache --with-apr=/opt/subversion --with-apr-util=/opt/subversion ; make ; make install $ cd ../subversion-1.4.3 ; $ export LDFLAGS=-L/opt/subversion # not sure if I really need this $ ./configure --with-ssl=/opt/openssl --with-apr=/opt/subversion --with-apr-util=/opt/subversion --with-apache=$PWD/../httpd-2.0.59 --prefix=/opt/subversion --without-berkeley-db And it is at this configure point that I get the compile error: gcc: +b: No such file or directory as mentioned above ^ seems like a bug in libtool, or an incompatibility somewhere with libraries. I notice in libtool that a +b option is used when hardcoding a library path. What do others think? So, what am I doing wrong? Has anyone managed to get Subversion working with apache on HP-UX 11.23? NB, I have also tried extracting the subversion-deps package into the subversion directory and running the same configure and make, but I still get these +b messages, which I believe are coming from the libtool script, if you search for +b in libtool you'll see what I mean. Thanks Andrew Gray - Unix Administrator Production Support - Business Solutions Division WorkCover Queensland E-mail: andrew.gray@workcoverqld.com.au Ph: +61 7 3006 6413 Fax: +61 7 3006 6424 *************************************************************************** Messages included in this e-mail and any of its attachments are those of the author unless specifically stated to represent WorkCover Queensland. The contents of this message are to be used for the intended purpose only and are to be kept confidential at all times. This message may contain privileged information directed only to the intended addressee/s. Accidental receipt of this information should be deleted promptly and the sender notified. This e-mail has been scanned by Sophos for known viruses. However, no warranty nor liability is implied in this respect. ****************************************************************************Received on Thu May 17 05:01:38 2007 |
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.