Re: svn from source and build problems @debian

2021-05-28 Thread Nathan Hartman
On Fri, May 28, 2021 at 6:44 AM nico becker wrote: > hello, > i want to build the latest sources under debian stable. > i ve done it the following way: > download sources > ./get_deps-sh > cd apr -> ./buildconf -> ./configure -> make > cd apr_util -> ./buildconf -> ./configure --with-apr=../ap

Re: svn from source and build problems @debian

2021-05-28 Thread Nico Becker
Hello, i fix the problem. cp apr-util/.libs/* apr-util/ thanks

svn from source and build problems @debian

2021-05-28 Thread nico becker
hello, i want to build the latest sources under debian stable. i ve done it the following way:  download sources  ./get_deps-sh cd apr -> ./buildconf -> ./configure -> make cd apr_util -> ./buildconf ->  ./configure --with-apr=../apr/-> make   ./configure --with-apr=apr/ --with-apr-util=apr