Re: freebsd upgrade problem

2006-11-28 Thread Jonathan
On Nov 28, 2006, at 7:49 PM, Philip M. Gollucci wrote: Thats um... bad. Did you upgrade GCC and put the upgraded one in your path before the system one. on 6.1 you want gcc 3.4.4 on 6.2- prerelease you want 3.4.6. 7.1-current is preparing to import 4.x. If you use any other combination i

Re: freebsd upgrade problem

2006-11-28 Thread Philip M. Gollucci
Jonathan Vanasco wrote: cd /usr/ports/www/libapreq2 export GCC_EXEC_PREFIX=/usr/local/lib make install Thats um... bad. Did you upgrade GCC and put the upgraded one in your path before the system one. on 6.1 you want gcc 3.4.4 on 6.2-prerelease you want 3.4.6. 7.1-current is prep

Re: freebsd upgrade problem

2006-11-28 Thread Jonathan Vanasco
On Nov 28, 2006, at 1:58 AM, Philip M. Gollucci wrote: Seems to be a FreeBSD quark / fluke, I'll try and solve this off-list. Argh.. I finally got it. Thanks a ton to Philip for some offlist pointers. error: cd /usr/ports/www/libapreq2 make install cc -shared

Re: freebsd upgrade problem

2006-11-27 Thread Philip M. Gollucci
Seems to be a FreeBSD quark / fluke, I'll try and solve this off-list. Jonathan wrote: On Nov 27, 2006, at 7:31 PM, Philip M. Gollucci wrote: If I were you, I would build subversion with mod_dav_svn even if you are not going to use it -- you can not load it in the httpd.conf later. During t

Re: freebsd upgrade problem

2006-11-27 Thread Jonathan
On Nov 27, 2006, at 7:31 PM, Philip M. Gollucci wrote: If I were you, I would build subversion with mod_dav_svn even if you are not going to use it -- you can not load it in the httpd.conf later. During this build, let the ports system build APR and dbd for you -- WITH_APACHE2_APR=yes its

Re: freebsd upgrade problem

2006-11-27 Thread Philip M. Gollucci
Jonathan wrote: I'm trying to upgrade libapreq2 on freebsd i keep running into this error: /usr/bin/ld: cannot find -ldb4 ldb4 is on the system via apr-svn i've got bdb versions 4.2 .3,.4 installed off of ports i've reinstalled all bdbs, apr-svn, and apache20-- hoping some sort of ldcon