Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to resolve host address ‘ftp.openailab.net’ #48

Open
yanmj11 opened this issue Oct 21, 2018 · 6 comments
Open

Unable to resolve host address ‘ftp.openailab.net’ #48

yanmj11 opened this issue Oct 21, 2018 · 6 comments

Comments

@yanmj11
Copy link

yanmj11 commented Oct 21, 2018

I followed the guide to install caffe on my ARM device.
But when I run wget ftp://ftp.openailab.net/tools/script/gen-pkg-config-pc.sh,
the terminal reported :
[wget ftp://ftp.openailab.net/tools/script/Computelibrary/Makefile
--2018-10-22 12:55:05-- ftp://ftp.openailab.net/tools/script/Computelibrary/Makefile
=> ‘Makefile’
Resolving ftp.openailab.net (ftp.openailab.net)... failed: Name or service not known.
wget: unable to resolve host address ‘ftp.openailab.net’]

How can I come into contact with this website?
Thank you very much!

@btchouston
Copy link

I followed the guide to install caffe on my ARM device.
But when I run wget ftp://ftp.openailab.net/tools/script/gen-pkg-config-pc.sh,
the terminal reported :
[wget ftp://ftp.openailab.net/tools/script/Computelibrary/Makefile
--2018-10-22 12:55:05-- ftp://ftp.openailab.net/tools/script/Computelibrary/Makefile
=> ‘Makefile’
Resolving ftp.openailab.net (ftp.openailab.net)... failed: Name or service not known.
wget: unable to resolve host address ‘ftp.openailab.net’]

How can I come into contact with this website?
Thank you very much!

Hi all,
having the same problem. Can someone help ?

@Youthux
Copy link

Youthux commented Nov 17, 2018

Me too. Where can we get this .sh file?

@Youthux
Copy link

Youthux commented Nov 19, 2018

I followed the guide to install caffe on my ARM device.
But when I run wget ftp://ftp.openailab.net/tools/script/gen-pkg-config-pc.sh,
the terminal reported :
[wget ftp://ftp.openailab.net/tools/script/Computelibrary/Makefile
--2018-10-22 12:55:05-- ftp://ftp.openailab.net/tools/script/Computelibrary/Makefile
=> ‘Makefile’
Resolving ftp.openailab.net (ftp.openailab.net)... failed: Name or service not known.
wget: unable to resolve host address ‘ftp.openailab.net’]
How can I come into contact with this website?
Thank you very much!

Hi all,
having the same problem. Can someone help ?

Hello,have you already solved this problem?

@btchouston
Copy link

I followed the guide to install caffe on my ARM device.
But when I run wget ftp://ftp.openailab.net/tools/script/gen-pkg-config-pc.sh,
the terminal reported :
[wget ftp://ftp.openailab.net/tools/script/Computelibrary/Makefile
--2018-10-22 12:55:05-- ftp://ftp.openailab.net/tools/script/Computelibrary/Makefile
=> ‘Makefile’
Resolving ftp.openailab.net (ftp.openailab.net)... failed: Name or service not known.
wget: unable to resolve host address ‘ftp.openailab.net’]
How can I come into contact with this website?
Thank you very much!

Hi all,
having the same problem. Can someone help ?

Hello,have you already solved this problem?

Hi !

I resolved it by using this link (they give a link to download those files) :
#33

Here are the link, if you want to download directly :
https://github.com/OAID/CaffeOnACL/files/1650914/gen-pkg-config-pc.sh.txt
https://github.com/OAID/CaffeOnACL/files/1650915/Makefile.txt

@Youthux
Copy link

Youthux commented Nov 19, 2018

I followed the guide to install caffe on my ARM device.
But when I run wget ftp://ftp.openailab.net/tools/script/gen-pkg-config-pc.sh,
the terminal reported :
[wget ftp://ftp.openailab.net/tools/script/Computelibrary/Makefile
--2018-10-22 12:55:05-- ftp://ftp.openailab.net/tools/script/Computelibrary/Makefile
=> ‘Makefile’
Resolving ftp.openailab.net (ftp.openailab.net)... failed: Name or service not known.
wget: unable to resolve host address ‘ftp.openailab.net’]
How can I come into contact with this website?
Thank you very much!

Hi all,
having the same problem. Can someone help ?

Hello,have you already solved this problem?

Hi !

I resolved it by using this link (they give a link to download those files) :
#33

Here are the link, if you want to download directly :
https://github.com/OAID/CaffeOnACL/files/1650914/gen-pkg-config-pc.sh.txt
https://github.com/OAID/CaffeOnACL/files/1650915/Makefile.txt

Thank you for your files ,but when I run 'sudo ./gen-pkg-config-pc.sh',
the terminal reported :
cp: missing destination file operand after '/usr/local/AID/pkgconfig'
Try 'cp --help' for more information.

How can I resolve this problem?
Thank you very much!

@jjennychen
Copy link

I followed the guide to install caffe on my ARM device.
But when I run wget ftp://ftp.openailab.net/tools/script/gen-pkg-config-pc.sh,
the terminal reported :
[wget ftp://ftp.openailab.net/tools/script/Computelibrary/Makefile
--2018-10-22 12:55:05-- ftp://ftp.openailab.net/tools/script/Computelibrary/Makefile
=> ‘Makefile’
Resolving ftp.openailab.net (ftp.openailab.net)... failed: Name or service not known.
wget: unable to resolve host address ‘ftp.openailab.net’]
How can I come into contact with this website?
Thank you very much!

Hi all,
having the same problem. Can someone help ?

Hello,have you already solved this problem?

Hi !
I resolved it by using this link (they give a link to download those files) :
#33
Here are the link, if you want to download directly :
https://github.com/OAID/CaffeOnACL/files/1650914/gen-pkg-config-pc.sh.txt
https://github.com/OAID/CaffeOnACL/files/1650915/Makefile.txt

Thank you for your files ,but when I run 'sudo ./gen-pkg-config-pc.sh',
the terminal reported :
cp: missing destination file operand after '/usr/local/AID/pkgconfig'
Try 'cp --help' for more information.

How can I resolve this problem?
Thank you very much!

Hello! Have you resolved the "cp: missing destination file operand after '/usr/local/AID/pkgconfig'
Try 'cp --help' for more information." problem? I'm facing that issue now...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants