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
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
>
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
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
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
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
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
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
>
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
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
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
11 matches
Mail list logo