Ga naar inhoud


Aanbevolen berichten

Geplaatst:

nav de thread van Camd op NSLU2, heb ik geprobeerd om CCcam op NSLU2 te draaien; nog geen succes.

 

NSLU2, Unslung 5.5 beta

 

# ls -lia

total 472

573441 drwxrwxrwt 2 root root 4096 Feb 19 15:50 .

2 drwxrwxr-x 26 admin everyone 4096 Jan 31 20:55 ..

573443 -rwxrwxr-- 1 root root 469480 Feb 18 17:56 CCcam.armeb

# ./CCcam.armeb -h

./CCcam.armeb: error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory

 

mist dus die lib, die opgehaald

 

# ipkg list |grep libstdc+

libstdc++ - 5.0.7-6 - Standard C++ library, needed for dynamically linked C++ programs

# ipkg list libstdc++

libstdc++ - 5.0.7-6 - Standard C++ library, needed for dynamically linked C++ programs

# ipkg install libstdc++

Installing libstdc++ (5.0.7-6) to root...

Downloading http://ipkg.nslu2-linux.org/feeds/unslung/cross/libstdc++_5.0.7-6_armeb.ipk

Configuring libstdc++

#

 

Resultaat hierna is hetzelfde ..

 

En nu ?

DM8000 met 4 DVB-S2 tuners|DM7000|DM5620|DM500|ET5000|Wavefrontier T-55

 

There are 10 types of people in the world: those

who understand binary, and those who don't.


  • Reacties 82
  • Aangemaakt
  • Laatste reactie

Beste reacties in dit onderwerp

Geplaatst:

Hmm.. dan krijg ik dit:

 

# ls -l

total 948

-rwxrwxr-- 1 root root 239896 Feb 19 15:47 1320651-libstdc++6_4.1.1-r9_armeb.zip

-rwxrwxr-- 1 root root 469480 Feb 18 17:56 CCcam.armeb

-rwxrwxr-- 1 root root 241852 Jan 31 00:48 libstdc++6_4.1.1-r9_armeb.ipk

# ipkg install libstdc++6_4.1.1-r9_armeb.ipk

Installing libstdc++6 (4.1.1-r9) to root...

Nothing to be done

An error ocurred, return value: 1.

Collected errors:

ERROR: Cannot satisfy the following dependencies for libstdc++6:

libc6 (>= 2.3.5+cvs20050627) libgcc1 (>= 4.1.1)

#

DM8000 met 4 DVB-S2 tuners|DM7000|DM5620|DM500|ET5000|Wavefrontier T-55

 

There are 10 types of people in the world: those

who understand binary, and those who don't.

Geplaatst:

ja...

 

en nu even zonder dependencies ( dan gaat ie wel goed )

 

Code:
ipkg install -nodeps libstdc++6_4.1.1-r9_armeb.ipk
Geplaatst:

bijna ..

 

# ipkg install -nodeps libstdc++6_4.1.1-r9_armeb.ipk

Installing libstdc++6 (4.1.1-r9) to root...

Configuring libstdc++6

ldconfig: No such file or directory

postinst script returned status 127

ERROR: libstdc++6.postinst returned 127

#

DM8000 met 4 DVB-S2 tuners|DM7000|DM5620|DM500|ET5000|Wavefrontier T-55

 

There are 10 types of people in the world: those

who understand binary, and those who don't.

Geplaatst:

Na installatie van ldconfig

 

# ipkg install ldconfig

Installing ldconfig (2.2.5-1) to root...

Downloading http://ipkg.nslu2-linux.org/feeds/unslung/cross/ldconfig_2.2.5-1_armeb.ipk

Configuring ldconfig

Configuring libstdc++6

 

en herinstallatie van libstdc++6 , krijg ik:

 

# ./CCcam.armeb -h

./CCcam.armeb: /lib/libc.so.6: version `GLIBC_2.3' not found (required by /usr/lib/libstdc++.so.6)

DM8000 met 4 DVB-S2 tuners|DM7000|DM5620|DM500|ET5000|Wavefrontier T-55

 

There are 10 types of people in the world: those

who understand binary, and those who don't.

Geplaatst:

sorry, het zit niet mee ..

 

# ipkg install libc6_2.3.5+cvs20050627-r6_armeb.ipk

Installing libc6 (2.3.5+cvs20050627-r6) to root...

An error ocurred, return value: 12.

Collected errors:

Package libc6 wants to install file /lib/libm.so.6

But that file is already provided by package nslu2-linksys-libs

Package libc6 wants to install file /lib/libnss_files.so.2

But that file is already provided by package nslu2-linksys-libs

Package libc6 wants to install file /lib/libresolv.so.2

But that file is already provided by package nslu2-linksys-libs

Package libc6 wants to install file /lib/libnsl.so.1

But that file is already provided by package nslu2-linksys-libs

Package libc6 wants to install file /lib/libutil.so.1

But that file is already provided by package nslu2-linksys-libs

Package libc6 wants to install file /lib/libcrypt.so.1

But that file is already provided by package nslu2-linksys-libs

Package libc6 wants to install file /lib/ld-linux.so.2

But that file is already provided by package nslu2-linksys-libs

Package libc6 wants to install file /lib/libdl.so.2

But that file is already provided by package nslu2-linksys-libs

Package libc6 wants to install file /lib/libnss_dns.so.2

But that file is already provided by package nslu2-linksys-libs

Package libc6 wants to install file /lib/libpthread.so.0

But that file is already provided by package nslu2-linksys-libs

Package libc6 wants to install file /lib/libc.so.6

But that file is already provided by package nslu2-linksys-libs

Package libc6 wants to install file /lib/librt.so.1

But that file is already provided by package libc6-unslung

# ./CCcam.armeb

./CCcam.armeb: /lib/libc.so.6: version `GLIBC_2.3' not found (required by /usr/lib/libstdc++.so.6)

DM8000 met 4 DVB-S2 tuners|DM7000|DM5620|DM500|ET5000|Wavefrontier T-55

 

There are 10 types of people in the world: those

who understand binary, and those who don't.

Geplaatst:

tja, je zou het nog ff met -force-overwrite kunnen proberen, als je durft...

 

En dan is het afwachten of reeds bestaande pakketten nog wel werken met de nieuwere glibc.

 

Ik zelf draai hier openslug (3.10 beta), daar had ik eigenlijk geen last van dit soort zaken.

Wellicht te overwegen?

 

Ik kan op openslug wel zonder problemen uit de unslung feed installeren, maar blijkbaar ligt dat andersom wat lastiger.

Geplaatst:

Ja, nog even geprobeerd op een andere NSLU2, met Unslung 6.8 :

 

# ipkg install -force-overwrite libc6_2.3.5+cvs20050627-r6_armeb.ipk

Installing libc6 (2.3.5+cvs20050627-r6) to root...

Configuring libc6

#

 

en, jawel :

 

# ./CCcam.armeb -d

18:09:25.239 CCcam: ======================================================================

18:09:25.242 CCcam: starting CCcam 1.6.2 compiled on Feb 18 2007@17:42:32

18:09:25.250 CCcam: ======================================================================

18:09:25.252 CCcam: online using nodeId 36e6447ce7d4dd6d

18:09:25.255 CCcam: read config: cannot open /var/etc/CCcam.cfg or not found

18:09:25.252 CCcam: create 1 cam device(s)

18:09:25.262 CCcam: readKeyfile: cannot open /var/keys/SoftCam.Key or not found

18:09:25.263 CCcam: readKeyfile: cannot open /var/keys/AutoRoll.Key or not found

18:09:25.265 CCcam: static cw not found or bad

18:09:25.260 CCcam: parsed 0 entries from /var/etc/CCcam.prio

18:09:25.261 CCcam: server started on port 12000

 

Nu nog een USB2serial scoren, en aan de praat brengen met een MasterA II ..

DM8000 met 4 DVB-S2 tuners|DM7000|DM5620|DM500|ET5000|Wavefrontier T-55

 

There are 10 types of people in the world: those

who understand binary, and those who don't.

Geplaatst:

Maw, dat gaat niet met uNSLUng ?

DM8000 met 4 DVB-S2 tuners|DM7000|DM5620|DM500|ET5000|Wavefrontier T-55

 

There are 10 types of people in the world: those

who understand binary, and those who don't.

Maak een account aan of log in om te reageren

Je moet een lid zijn om een reactie te kunnen achterlaten

Account aanmaken

Registreer voor een nieuwe account in onze community. Het is erg gemakkelijk!

Registreer een nieuwe account

Inloggen

Heb je reeds een account? Log hier in.

Nu inloggen
  • Wie is er online   0 leden

    • Er zijn geen geregistreerde gebruikers deze pagina aan het bekijken
×
×
  • Nieuwe aanmaken...