autogen.sh produce wrong path to aclocal

2016-05-07 Thread Blaxton
autogen.sh is producing wrong path to aclocal:

autogen.sh[83]: /bin/../share/aclocal:  not found/libtool.m4 not found (try 
setting the LIBTOOL_M4 environment variable)
I have checked autogen.sh:below line determine location of libtoolize 
:libtoolize="`./build/PrintPath glibtoolize libtoolize glibtoolize1 
libtoolize15 libtoolize14`"
which in my system is /bin/libtoolize and it is symlinked to 
/opt/freeware/bin/libtoolize

then  below line set ltpath to bin rather than 
/opt/freeware/binltpath="`dirname $libtoolize`"

and below line:if [ -d "$ltpath/../share/aclocal/." ]; then        ltm4=`cd 
"$ltpath/../share/aclocal" && pwd`
throws below error:autogen.sh[83]: /bin/../share/aclocal:  not found/libtool.m4 
not found (try setting the LIBTOOL_M4 environment variable)
how can I fix this ?Do I need to change the autogen or I can pass a variable to 
autogen.sh ?
Thanks

Re: autogen.sh produce wrong path to aclocal

2016-05-07 Thread Branko Čibej
On 08.05.2016 06:27, Blaxton wrote:
> autogen.sh is producing wrong path to aclocal:
>
> autogen.sh[83]: /bin/../share/aclocal:  not found
> /libtool.m4 not found (try setting the LIBTOOL_M4 environment variable)
>
> I have checked autogen.sh:
> below line determine location of libtoolize :
> libtoolize="`./build/PrintPath glibtoolize libtoolize glibtoolize1
> libtoolize15 libtoolize14`"
> which in my system is 
> /bin/libtoolize and it is symlinked to /opt/freeware/bin/libtoolize
>
> then  below line set ltpath to bin rather than /opt/freeware/bin
> ltpath="`dirname $libtoolize`"
>
> and below line:
> if [ -d "$ltpath/../share/aclocal/." ]; then
> ltm4=`cd "$ltpath/../share/aclocal" && pwd`
>
> throws below error:
> autogen.sh[83]: /bin/../share/aclocal:  not found
> /libtool.m4 not found (try setting the LIBTOOL_M4 environment variable)
>
> how can I fix this ?
> Do I need to change the autogen or I can pass a variable to autogen.sh ?

Well, _did_ you try setting the LIBTOOL_M4 envrironment variable, like
the error message suggests?

Something like:

env LIBTOOL_M4=/opt/freeware/share/aclocal ./autogen.sh

-- Brane



[SVN] - Unable to Connect SVN repository

2016-05-07 Thread karthika

Hi Team,

Good day to you All.

Recently i have installed subversion in my Centos 7 Server.

I have followed all the installation steps as per the documentation in 
your website.


Internally in the server, I can able to import my files through SVN, but 
i couldn't able to access the SVN repository  from my local network. So 
i'm sure, the issue is not in the installation.


I'm getting the below error,

svn: E000111: Unable to connect to a repository at URL 
'svn://163.172.27.207/repos/staging'

svn: E000111: Can't connect to host '163.172.27.207': Connection refused

Default SVN port 3690 is active in my server. So when i try to contact 
Cpanel server team, i got answer from them, this SVN issue is not 
relevant to their support.


So, Can you please advise me to fix the above issue in my server ?



Thanks,
Karthika Radhakrishnan


Re: [SVN] - Unable to Connect SVN repository

2016-05-07 Thread jblist

> On May 7, 2016, at 5:42 AM, karth...@sifuit.com.my wrote:
> 
> Hi Team,
> 
> Good day to you All.
> 
> Recently i have installed subversion in my Centos 7 Server.
> 
> I have followed all the installation steps as per the documentation in your 
> website.
> 
> Internally in the server, I can able to import my files through SVN, but i 
> couldn't able to access the SVN repository  from my local network. So i'm 
> sure, the issue is not in the installation.
> 
> I'm getting the below error,
> 
> svn: E000111: Unable to connect to a repository at URL 
> 'svn://163.172.27.207/repos/staging'
> svn: E000111: Can't connect to host '163.172.27.207': Connection refused
> 
> Default SVN port 3690 is active in my server. So when i try to contact Cpanel 
> server team, i got answer from them, this SVN issue is not relevant to their 
> support.
> 
> So, Can you please advise me to fix the above issue in my server ?
> 
> 
> 
> Thanks,
> Karthika Radhakrishnan


If you run `netstat -a` can you see your listener on port 3690 on the wildcard 
address?

What URL did you use when you imported files “internally in the server”?

What is Cpanel? 

-Joseph



Re: [SVN] - Unable to Connect SVN repository

2016-05-07 Thread karthika

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_html/svn/repo/trunk -m "initial import"


Also i have tried to import svn files to some other directory, which is

mkdir -p /var/www/svn/repos/staging
svnadmin create /var/www/svn/repos/staging
svn mkdir file:///var/www/svn/repos/staging/trunk -m "create"
svn mkdir file:///var/www/svn/repos/staging/branches -m "create"
svn mkdir file:///var/www/svn/repos/staging/tags -m "create"

svn import /home/gocuti/public_html/staging 
file:///var/www/svn/repos/staging/trunk -m "initial import"  - 
successfull


svn list file:///var/www/svn/repos/staging/trunk
successfull

svn list svn://163.172.27.207/repos/staging - which is not working - 
unable to connect to the repository


Kindly let me know if you have any idea about the error which am 
getting.



Thanks,
Karthika Raddhakrishnan

On 2016-05-07 22:05, jbl...@icloud.com wrote:

On May 7, 2016, at 5:42 AM, karth...@sifuit.com.my wrote:

Hi Team,

Good day to you All.

Recently i have installed subversion in my Centos 7 Server.

I have followed all the installation steps as per the documentation in 
your website.


Internally in the server, I can able to import my files through SVN, 
but i couldn't able to access the SVN repository  from my local 
network. So i'm sure, the issue is not in the installation.


I'm getting the below error,

svn: E000111: Unable to connect to a repository at URL 
'svn://163.172.27.207/repos/staging'
svn: E000111: Can't connect to host '163.172.27.207': Connection 
refused


Default SVN port 3690 is active in my server. So when i try to contact 
Cpanel server team, i got answer from them, this SVN issue is not 
relevant to their support.


So, Can you please advise me to fix the above issue in my server ?



Thanks,
Karthika Radhakrishnan



If you run `netstat -a` can you see your listener on port 3690 on the
wildcard address?

What URL did you use when you imported files “internally in the 
server”?


What is Cpanel?

-Joseph netstat -a
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address   Foreign Address State
tcp0  0 0.0.0.0:mysql   0.0.0.0:*   LISTEN
tcp0  0 0.0.0.0:submission  0.0.0.0:*   LISTEN
tcp0  0 0.0.0.0:pop30.0.0.0:*   LISTEN
tcp0  0 0.0.0.0:nbx-ser 0.0.0.0:*   LISTEN
tcp0  0 0.0.0.0:imap0.0.0.0:*   LISTEN
tcp0  0 localhost:783   0.0.0.0:*   LISTEN
tcp0  0 0.0.0.0:http0.0.0.0:*   LISTEN
tcp0  0 0.0.0.0:nbx-dir 0.0.0.0:*   LISTEN
tcp0  0 0.0.0.0:ndmp0.0.0.0:*   LISTEN
tcp0  0 0.0.0.0:urd 0.0.0.0:*   LISTEN
tcp0  0 wpzmdfj.com:domain  0.0.0.0:*   LISTEN
tcp0  0 163-172-27-206.r:domain 0.0.0.0:*   LISTEN
tcp0  0 sd-90905.dedibox:domain 0.0.0.0:*   LISTEN
tcp0  0 localhost:domain0.0.0.0:*   LISTEN
tcp0  0 0.0.0.0:ftp 0.0.0.0:*   LISTEN
tcp0  0 0.0.0.0:ssh 0.0.0.0:*   LISTEN
tcp0  0 0.0.0.0:smtp0.0.0.0:*   LISTEN
tcp0  0 localhost:rndc  0.0.0.0:*   LISTEN
tcp0  0 0.0.0.0:https   0.0.0.0:*   LISTEN
tcp0  0 0.0.0.0:tsrmagt 0.0.0.0:*   LISTEN
tcp0  0 0.0.0.0:tpcsrvr 0.0.0.0:*   LISTEN
tcp0  0 0.0.0.0:idware-router   0.0.0.0:*   LISTEN
tcp0  0 0.0.0.0:autodesk-nlm0.0.0.0:*   LISTEN
tcp0  0 0.0.0.0:imaps   0.0.0.0:*   LISTEN
tcp0  0 0.0.0.0:infowave0.0.0.0:*   LISTEN
tcp0  0 0.0.0.0:radsec  0.0.0.0:*   LISTEN
tcp0  0 0.0.0.0:pop3s   0.0.0.0:*   LISTEN
tcp0  0 0.0.0.0:gnunet  0.0.0.0:*   LISTEN
tcp0  0 0.0.0.0:eli 0.0.0.0:*   LISTEN
tcp0   4000 sd-90905.dedibox.fr:ssh broadband.time.ne:50426 ESTABLISHED
tcp0  0 sd-90905.dedibox.fr:ssh broadband.time.ne:50425 ESTABLISHED
tcp6   0  0 [::]:submission [::]:*  LISTEN
tcp6   0  0 [::]:pop3   [::]:*  LISTEN
tcp6   0  0 [::]:imap   [::]:*  LISTEN
tcp6   0  0 [::]:http   [::]:*  LISTEN
tcp6   0  0 [::]:urd[::]:*