Re: autogen.sh produce wrong path to aclocal

2016-05-08 Thread Blaxton
Thank you Nico, but no sure why that extra /bin being passed to grep or sed while the library path shows up ok in libtool arguements. If I pass apr and apr-util path to ./configure: > > ./configure --with-apr=/usr/local/apr --with-apr-util=/usr/local/aprutil > >  configuration complete with no pr

Re: autogen.sh produce wrong path to aclocal

2016-05-08 Thread Nico Kadel-Garcia
On Sun, May 8, 2016 at 8:09 AM, Blaxton wrote: > Thank you, > > That fixed the problem. > > I tried placing /opt/freeware/bin in path before /bin directory: > > export PATH=/opt/freeware/bin/:/opt/freeware/sbin/:$PATH > > but I got other errors down the road and if you don't mind i explain it in >

Re: Extra /bin/ directory is added to library path when running make command

2016-05-08 Thread Blaxton
Correct path is being passed to subversion-1.9.4/libtool: -L/usr/local/aprutil/lib -laprutil-1 -L/usr/local/apr//lib but some how wrong path is being passed to grep and sed :grep: can't open /usr/local/apr/bin/lib/libapr-1.lased: Cannot find or open file /usr/local/apr/bin/lib/libapr-1.la.libtoo

Re: Extra /bin/ directory is added to library path when running make command

2016-05-08 Thread Blaxton
I have upgraded libtool to latest version  libtool-ltdl-devel-2.4.6-1libtool-ltdl-2.4.6-1libtool-2.4.6-1 and had to define below variable to make autogen.sh completes: export M4=/opt/freeware/bin/m4export LIBTOOL_M4=/opt/freeware/share/aclocalexport LIBTOOL_CONFIG=/opt/freeware/share/libtool/buil

Re: Extra /bin/ directory is added to library path when running make command

2016-05-08 Thread Blaxton
This is the output: /usr/local/apr/bin/apr-1-config --link-ld --libs -L/usr/local/apr//lib -lapr-1 -lpthread /usr/local/aprutil/bin/apu-1-config --link-ld --libs -L/usr/local/aprutil/lib -laprutil-1     -lexpat -liconv I am trying to build svn on AIX. libtool-ltdl-1.5.26-2libtool-ltdl-devel-1.5.2

Re: Extra /bin/ directory is added to library path when running make command

2016-05-08 Thread Branko Čibej
On 08.05.2016 14:46, Blaxton wrote: > Running: > ./configure --with-apr=/usr/local/apr/bin/apr-1-config > --with-apr-util=/usr/local/aprutil/bin/apu-1-config > > ./configure completes with no problem, but the same happens after > running make command: > > cd subversion/libsvn_subr && /bin/sh "/subv

Re: Extra /bin/ directory is added to library path when running make command

2016-05-08 Thread Blaxton
Running:./configure --with-apr=/usr/local/apr/bin/apr-1-config --with-apr-util=/usr/local/aprutil/bin/apu-1-config ./configure completes with no problem, but the same happens after running make command: cd subversion/libsvn_subr && /bin/sh "/subversion-1.9.4/libtool" --tag=CC --silent --mode=li

Re: Extra /bin/ directory is added to library path when running make command

2016-05-08 Thread Branko Čibej
On 08.05.2016 14:15, Blaxton wrote: > After running autogen.sh, running ./canfigure thorws below error: > checking for Expat... no > configure: error: Expat not found > > > If I pass apr and apr-util path to ./configure: > > ./configure --with-apr=/usr/local/apr --with-apr-util=/usr/local/aprutil >

Extra /bin/ directory is added to library path when running make command

2016-05-08 Thread Blaxton
After running autogen.sh, running ./canfigure thorws below error:checking for Expat... noconfigure: error: Expat not found If I pass apr and apr-util path to ./configure: ./configure --with-apr=/usr/local/apr --with-apr-util=/usr/local/aprutil  configuration complete with no problembut I get erro

Re: autogen.sh produce wrong path to aclocal

2016-05-08 Thread Blaxton
Thank you, That fixed the problem. I tried placing /opt/freeware/bin in path before /bin directory: export PATH=/opt/freeware/bin/:/opt/freeware/sbin/:$PATH but I got other errors down the road and if you don't mind i explain it in the same mail thread. After running autogen.sh, running ./canfigur

Re: [SVN] - Unable to Connect SVN repository

2016-05-08 Thread Branko Čibej
On 08.05.2016 07:31, karth...@sifuit.com.my wrote: > Hi, > > I have attached the output for 'netstat -a' > > My files are hosted in cpanel which is webserver hosting. > > Below url i have used for importing files into SVN, > > svn import /home/gocuti/public_html/staging > file:///home/gocuti/public