linphone-developers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Linphone-developers] autogen.sh fails with zsh as /bin/sh


From: Patrick Rauscher
Subject: [Linphone-developers] autogen.sh fails with zsh as /bin/sh
Date: Thu, 13 Sep 2012 02:46:39 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20120828 Thunderbird/15.0

Hey,

I just build linphone via Arch Linux AUR and it failed with

./autogen.sh:52: exec format error: ./autogen.sh

After investigation, I found out that zsh does not support the syntax
used in that line, so a simple rm /bin/sh; ln -s bash /bin/sh fixed this.

Could you please change the Shebang to #!/bin/bash instead?

Thank you for your work!

prauscher

-- 
Diese Mail wurde nicht zwangsweise von dressierten Affen verfasst.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]