Re: [Fink-devel] Problems building fink package for mod_dav_svn (solved)

2003-09-12 Thread Christian Schaffner
I am the maintainer of the fink package for svn on MacOS X 10.2.x: (Therefore I copied this message to the fink devel list.) This package does not build the apache2 integration yet since I have the following problem. The build fails with the me

Re: [Fink-devel] Problems building fink package for mod_dav_svn

2003-09-10 Thread Christian Schaffner
On Mittwoch, September 10, 2003, at 05:31 Uhr, David R. Morrison wrote: Well, it's still relinking. Mhmmm... Why does it list as libtool SH_LIBTOOL='/sw/share/apr-0/build/libtool' That sounds like something already installed, perhaps by the previous build? If it wants to be using a customized

Re: [Fink-devel] Problems building fink package for mod_dav_svn

2003-09-10 Thread David R. Morrison
Well, it's still relinking. Why does it list as libtool SH_LIBTOOL='/sw/share/apr-0/build/libtool' That sounds like something already installed, perhaps by the previous build? If it wants to be using a customized one, it should be looking in the build directory, no? -- Dave ---

Re: [Fink-devel] Problems building fink package for mod_dav_svn

2003-09-10 Thread Christian Schaffner
On Mittwoch, September 10, 2003, at 05:09 Uhr, Christian Schaffner wrote: Or, if it is finding an old copy of the library during linking instead of the one it just build, you can try perl -pi.bak -e "s/hardcode_direct=yes/hardcode_direct=no/" configure I will try that and report back. This d

Re: [Fink-devel] Problems building fink package for mod_dav_svn

2003-09-10 Thread Christian Schaffner
Hi Dave Thanks for responding. On Mittwoch, September 10, 2003, at 05:05 Uhr, David R. Morrison wrote: This sounds like the libtool-1.4.x relinking bug. Try disabling relinking and see if that cures it. perl -pi.bak -e "s/need_relink=yes/need_relink=no/" ltmain.sh is one way to do it. Sor

Re: [Fink-devel] Problems building fink package for mod_dav_svn

2003-09-10 Thread David R. Morrison
This sounds like the libtool-1.4.x relinking bug. Try disabling relinking and see if that cures it. perl -pi.bak -e "s/need_relink=yes/need_relink=no/" ltmain.sh is one way to do it. Or, if it is finding an old copy of the library during linking instead of the one it just build, you can try

[Fink-devel] Problems building fink package for mod_dav_svn

2003-09-10 Thread Christian Schaffner
Hi I am the maintainer of the fink package for svn on MacOS X 10.2.x: (Therefore I copied this message to the fink devel list.) This package does not build the apache2 integration yet since I have the following problem. The build fails with t