Hi, ich bin grad total am durchdrehen, hier mein PRoblem:
- wollte applejuice installieren. Alles wunderbar, java und alles installiert, der nächste schritt wäre gewesen, apple juice zu wgetten, siehe hier : http://www.synology-wiki.de/index.php/AppleJuice
- wget sagt sorry junge, ich kann die source leider nicht downloaden, weil ich keinen ssl support habe und die url leider eine https://-Adresse ist
- also will ich die ssl-version installieren: ipkg install wget-ssl
- bash sagt geht nicht, weil ein konflikt wget besteht
- also mache ich depp ipkg remove wget
- jetzt ipkg install wget-ssl
- bash sagt kann wget-ssl nicht downloaden "failed to download. Maybe you have to run ipkg update?"
- ipkg update
"an error occured, return value: 1"
, stellt sich raus, dass man wget haben muss, damit das funktioniert......
- also denke ich mir junge bist ja nicht dumm: manueller download von wget, aufs public-verzeichnis von der synology ziehen und einfach mit ssl-support kompilieren.
tar -xvzf wget
cd wget
./configure --prefix=/usr --with-ssl
./configure --prefix=/Usr --with-ssl
make
make install
- bash meldet:
configure: configuring for GNU Wget 1.14
checking for a BSD-compatible install... build-aux/install-sh -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... build-aux/install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... no
checking build system type... armv5tejl-unknown-linux-gnueabihf
checking host system type... armv5tejl-unknown-linux-gnueabihf
checking for gcc... no
checking for cc... no
checking for cl.exe... no
configure: error: in `/volume1/public/wget-1.14':
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details
Leute, ich bin grad voll am durchdrehen, wie kriege ich mein wget, möglichst mit SSL Support, wieder, damit ich applejuice installieren kann?
- wollte applejuice installieren. Alles wunderbar, java und alles installiert, der nächste schritt wäre gewesen, apple juice zu wgetten, siehe hier : http://www.synology-wiki.de/index.php/AppleJuice
- wget sagt sorry junge, ich kann die source leider nicht downloaden, weil ich keinen ssl support habe und die url leider eine https://-Adresse ist
- also will ich die ssl-version installieren: ipkg install wget-ssl
- bash sagt geht nicht, weil ein konflikt wget besteht
- also mache ich depp ipkg remove wget
- jetzt ipkg install wget-ssl
- bash sagt kann wget-ssl nicht downloaden "failed to download. Maybe you have to run ipkg update?"
- ipkg update
"an error occured, return value: 1"
, stellt sich raus, dass man wget haben muss, damit das funktioniert......
- also denke ich mir junge bist ja nicht dumm: manueller download von wget, aufs public-verzeichnis von der synology ziehen und einfach mit ssl-support kompilieren.
tar -xvzf wget
cd wget
./configure --prefix=/usr --with-ssl
./configure --prefix=/Usr --with-ssl
make
make install
- bash meldet:
configure: configuring for GNU Wget 1.14
checking for a BSD-compatible install... build-aux/install-sh -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... build-aux/install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... no
checking build system type... armv5tejl-unknown-linux-gnueabihf
checking host system type... armv5tejl-unknown-linux-gnueabihf
checking for gcc... no
checking for cc... no
checking for cl.exe... no
configure: error: in `/volume1/public/wget-1.14':
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details
Leute, ich bin grad voll am durchdrehen, wie kriege ich mein wget, möglichst mit SSL Support, wieder, damit ich applejuice installieren kann?
es muss doch ein vorkompiliertes Paket des Compiler zum Download geben, damit ich meine wget-source mit ssl support kompilieren und diese dann irgendwie ins ipkg integrieren kann.